summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/samba-common.postrm
blob: 2cd832b33d288b9f213dde1b509bab260ab9eaa2 (plain)
1
2
3
4
5
6
#!/bin/sh

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