summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/samba-common.postrm
blob: b5451ee65a2a7ab98413052e408f12d809fb82ae (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: samba-common.postrm,v 1.2.2.6 2002/10/15 21:36:46 jerry Exp $
#

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

#DEBHELPER#