[Pkg-shadow-commits] r743 - trunk/debian

Christian Perrier bubulle at costa.debian.org
Mon Jan 2 18:15:18 UTC 2006


Author: bubulle
Date: 2006-01-02 18:15:17 +0000 (Mon, 02 Jan 2006)
New Revision: 743

Modified:
   trunk/debian/changelog
   trunk/debian/passwd.postrm
Log:
No more remove /etc/shells when purging the package


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-12-29 09:48:17 UTC (rev 742)
+++ trunk/debian/changelog	2006-01-02 18:15:17 UTC (rev 743)
@@ -38,6 +38,8 @@
       Remove the /usr/share/passwd/shells files and the postinst code that
       installed it as /etc/shells. This is now done by debianutils.
       Closes: #342858
+    - debian/passwd.postrm:
+      Do not remove /etc/shells on purge. Closes: #345659
     - Fix the version of an old entry in NEWS.Debian
     - Distribute a separate NEXS.Debian in login and passwd
     - Do not distribute the pam.d files for commands with disabled PAM support

Modified: trunk/debian/passwd.postrm
===================================================================
--- trunk/debian/passwd.postrm	2005-12-29 09:48:17 UTC (rev 742)
+++ trunk/debian/passwd.postrm	2006-01-02 18:15:17 UTC (rev 743)
@@ -1,8 +1,3 @@
 #!/bin/sh -e
 
-if test "$1" = purge
-then
-	rm -f /etc/shells
-fi
-
 #DEBHELPER#




More information about the Pkg-shadow-commits mailing list