resolve lintian complaint
[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