Add to git.
[dlife.git] / debian / postrm.debhelper
1 # Automatically added by dh_installinit
2 if [ "$1" = "purge" ] ; then
3         update-rc.d dlife remove >/dev/null
4 fi
5 # End automatically added section