[Pkg-cups-devel] r794 - in cupsys/trunk: . debian

Martin Pitt mpitt at alioth.debian.org
Wed Jul 2 11:08:49 UTC 2008


Author: mpitt
Date: Wed Jul  2 11:08:49 2008
New Revision: 794

Log:
* debian/cups.prerm: Do not delete the /usr/lib/cups/backend/smb symlink on
  removal, it is owned by smbclient, not cups. (Closes: #487606)

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/cups.prerm

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Wed Jul  2 11:08:49 2008
@@ -19,8 +19,10 @@
     (Closes: #488597)
   * debian/cups.init.d: Test for executability of daemon, not merely its
     existence. (Closes: #488843)
+  * debian/cups.prerm: Do not delete the /usr/lib/cups/backend/smb symlink on
+    removal, it is owned by smbclient, not cups. (Closes: #487606)
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 02 Jul 2008 11:50:19 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 02 Jul 2008 11:58:47 +0200
 
 cups (1.3.7-7) unstable; urgency=low
 

Modified: cupsys/trunk/debian/cups.prerm
==============================================================================
--- cupsys/trunk/debian/cups.prerm	(original)
+++ cupsys/trunk/debian/cups.prerm	Wed Jul  2 11:08:49 2008
@@ -20,9 +20,6 @@
 case "$1" in
     remove)
 	(cd /usr/lib/cups/backend && rm -f http ipp lpd parallel scsi serial socket usb snmp dnssd)
-        if [ -L /usr/lib/cups/backend/smb ]; then
-            rm -f /usr/lib/cups/backend/smb 2>/dev/null || true
-        fi
 	if [ -L /usr/share/ppd/1-local-admin ]; then
 	  rm -f /usr/share/ppd/1-local-admin
 	fi



More information about the Pkg-cups-devel mailing list