[Pkg-samba-maint] r3412 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Wed Mar 31 20:20:24 UTC 2010


Author: vorlon
Date: 2010-03-31 20:20:22 +0000 (Wed, 31 Mar 2010)
New Revision: 3412

Added:
   trunk/samba/debian/winbind.prerm
Modified:
   trunk/samba/debian/changelog
Log:
winbind.prerm: don't forget to remove the PAM profile on package
removal :/

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2010-03-31 18:45:45 UTC (rev 3411)
+++ trunk/samba/debian/changelog	2010-03-31 20:20:22 UTC (rev 3412)
@@ -7,6 +7,10 @@
   [ Debconf translations ]
   * Portuguese (Miguel Figueiredo).  Closes: #575958
 
+  [ Steve Langasek ]
+  * winbind.prerm: don't forget to remove the PAM profile on package
+    removal :/
+
  -- Christian Perrier <bubulle at debian.org>  Wed, 24 Mar 2010 22:02:25 +0100
 
 samba (2:3.4.7~dfsg-1) unstable; urgency=low

Added: trunk/samba/debian/winbind.prerm
===================================================================
--- trunk/samba/debian/winbind.prerm	                        (rev 0)
+++ trunk/samba/debian/winbind.prerm	2010-03-31 20:20:22 UTC (rev 3412)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = remove ]; then
+	pam-auth-update --package --remove winbind
+fi
+
+#DEBHELPER#





More information about the Pkg-samba-maint mailing list