File: prerm-init-norestart

package info (click to toggle)
debhelper 9.20120909
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,136 kB
  • sloc: perl: 5,694; makefile: 78; sh: 7
file content (3 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (5)
1
2
3
if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then
	invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
fi