samba-common.postrm   [plain text]


#!/bin/sh
#
#

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

#DEBHELPER#