From c32c36d96f3a7863ab8514456e8a0eb9e4839264 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 14 May 2004 12:42:42 +0000 Subject: r730: move the current debian dir to debian-unstable (This used to be commit 65022f1dde7012a8c8c1872ad87184531973b5c5) --- packaging/Debian/debian-unstable/samba-common.postrm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packaging/Debian/debian-unstable/samba-common.postrm (limited to '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 index 0000000000..8a4b6d3d55 --- /dev/null +++ b/packaging/Debian/debian-unstable/samba-common.postrm @@ -0,0 +1,10 @@ +#!/bin/sh +# +# + +if [ "$1" = purge ]; then + # Remove any files left in /etc/samba/ + rm -Rf /etc/samba/ +fi + +#DEBHELPER# -- cgit