summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian-woody/samba-common.postrm
blob: 8a4b6d3d55e2b5f4c21ebe6098495fd0d03207ec (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
#

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

#DEBHELPER#