]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-norestart
r450: * Modified to use dpkg-architecture instead of dpkg --print-architecture.
[debhelper.git] / autoscripts / postinst-init-norestart
1 if [ -e "#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3         if [ "$1" = "configure" ]; then
4                 if [ -z "$2" -o "$2" = "<unknown>" ]; then
5                         /etc/init.d/#SCRIPT# start
6                 fi
7         fi
8 fi