1#!/bin/sh
2#
3#
4
5if [ "$1" = purge ]; then
6	# Remove any files left in /etc/samba/
7	rm -Rf /etc/samba/
8fi
9
10#DEBHELPER#
11