bfb70258764eef8c4cbac3bf53ff7732349e2b8c
[rrq/overlay-boot.git] / debian / postrm
1 #!/bin/sh
2
3 case "$1" in
4      remove)
5         update-rc.d subhosts disable || true
6         ;;
7      *)
8          :
9          ;;
10 esac