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