summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/samba-common.postrm
blob: bf27445f18f19cdd7dfc43531fb1cbda48ae567d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: samba-common.postrm,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
#

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

#DEBHELPER#