File: postrm.debhelper

package info (click to toggle)
mopd 1%3A2.5.3-20
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 776 kB
  • ctags: 542
  • sloc: ansic: 4,871; makefile: 176; sh: 163
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
	update-rc.d mopd remove >/dev/null || exit $?
fi
# End automatically added section