From ba4a047b360c14587430d9bca6c7bf3a88445d6a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Jun 2009 02:55:26 +0200 Subject: packaging/Debian: Remove outdated Debian package sources and instead refer to Debian.org and SerNet packages. --- packaging/Debian/debian-unstable/samba.postrm | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 packaging/Debian/debian-unstable/samba.postrm (limited to 'packaging/Debian/debian-unstable/samba.postrm') diff --git a/packaging/Debian/debian-unstable/samba.postrm b/packaging/Debian/debian-unstable/samba.postrm deleted file mode 100644 index b79fe1d009..0000000000 --- a/packaging/Debian/debian-unstable/samba.postrm +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -e -# -# - -if [ "$1" = purge ]; then - - # Remove Samba's state files, both volatile and non-volatile - rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba - - # Remove log files - rm -Rf /var/log/samba/ - - # Remove init.d configuration file - echo Removing configuration file /etc/default/samba... >&2 - rm -f /etc/default/samba - - # Remove NetBIOS entries from /etc/inetd.conf - update-inetd --remove netbios-ssn - -else - # Not purging, do not remove NetBIOS entries from /etc/inetd.conf - update-inetd --disable netbios-ssn - -fi - -#DEBHELPER# -- cgit