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