File: prerm.debhelper

package info (click to toggle)
mopd 1%3A2.5.3-21
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 780 kB
  • sloc: ansic: 4,871; makefile: 176; sh: 163
file content (9 lines) | stat: -rw-r--r-- 243 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/mopd" ]; then
	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
		invoke-rc.d mopd stop || exit $?
	else
		/etc/init.d/mopd stop || exit $?
	fi
fi
# End automatically added section