]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init-norestart
Typo. Closes: #653339
[debhelper.git] / autoscripts / prerm-init-norestart
1 if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then
2         invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
3 fi