Add to git.
[dlife.git] / debian / postinst.debhelper
1 # Automatically added by dh_installdocs
2 if [ "$1" = "configure" ]; then
3         if [ -d /usr/doc -a ! -e /usr/doc/dlife -a -d /usr/share/doc/dlife ]; then
4                 ln -sf ../share/doc/dlife /usr/doc/dlife
5         fi
6 fi
7 # End automatically added section
8 # Automatically added by dh_installinit
9 update-rc.d dlife defaults >/dev/null
10 /etc/init.d/dlife start
11 # End automatically added section