File: postrm

package info (click to toggle)
dh-make-php 0.2.12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 376 kB
  • ctags: 37
  • sloc: sh: 617; xml: 386; makefile: 194; perl: 47
file content (16 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -e
# 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

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0