summaryrefslogtreecommitdiffstats
path: root/debian/shopsystem.postrm
blob: e3c762166c52087d56c14aca22cac2666c45b644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e

if [ -f /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
fi

if [ -f /usr/share/dbconfig-common/dpkg/postrm ]; then
	. /usr/share/dbconfig-common/dpkg/postrm
	dbc_go shopsystem $@
fi

#DEBHELPER#

exit 0