File: prerm.debhelper

package info (click to toggle)
pingpong 0.02-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 560 kB
  • ctags: 52
  • sloc: sh: 3,630; ansic: 858; makefile: 92
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Automatically added by dh_installinit
if [ -x "/etc/init.d/pingpong" ]; then
	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
		invoke-rc.d pingpong stop || exit 0
	else
		/etc/init.d/pingpong stop || exit 0
	fi
fi
# End automatically added section