File: prerm.debhelper

package info (click to toggle)
bnetd 0.4.25-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,512 kB
  • ctags: 7,224
  • sloc: ansic: 67,547; sh: 2,902; makefile: 792; python: 304; perl: 211; awk: 73
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# Automatically added by dh_installinit
if [ -x "/etc/init.d/bnetd" ]; then
	if [ -x /usr/sbin/invoke-rc.d ] ; then
		invoke-rc.d bnetd stop
	else
		/etc/init.d/bnetd stop
	fi
fi
# End automatically added section