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