summaryrefslogtreecommitdiffstats
path: root/packaging/Debian/debian/samba-common.postrm
blob: 493b5c9d077d746965c96c21c8b1f89dd87b8071 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: samba-common.postrm,v 1.2.2.2 2002/05/02 20:20:28 jerry Exp $
#

if [ "$1" = purge ]; then
	# Remove any files left in /etc/samba/
	rm -Rf /etc/samba/
fi

#DEBHELPER#