Initial import
[samba] / packaging / Debian / debian-unstable / samba-common.postrm
diff --git a/packaging/Debian/debian-unstable/samba-common.postrm b/packaging/Debian/debian-unstable/samba-common.postrm
new file mode 100644 (file)
index 0000000..8a4b6d3
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+#
+
+if [ "$1" = purge ]; then
+       # Remove any files left in /etc/samba/
+       rm -Rf /etc/samba/
+fi
+
+#DEBHELPER#