9760d623d4dfcdbe4cba2dabc398b0b836c152cb
[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