File: postinst.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 (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Automatically added by dh_installinit
if [ -x "/etc/init.d/bnetd" ]; then
	update-rc.d bnetd defaults >/dev/null
	if [ -x /usr/sbin/invoke-rc.d ]; then
		invoke-rc.d bnetd start
	else
		/etc/init.d/bnetd start
	fi
fi
# End automatically added section