[Pkg-utopia-commits] r3375 - in /packages/unstable/avahi/debian: avahi-daemon.postrm changelog

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 13 23:18:32 UTC 2010


Author: biebl
Date: Wed Jan 13 23:18:31 2010
New Revision: 3375

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3375
Log:
* debian/avahi-daemon.postrm
  - Cleanup /var/run/avahi-daemon on "purge". (Closes: #448539)

Modified:
    packages/unstable/avahi/debian/avahi-daemon.postrm
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/avahi-daemon.postrm
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.postrm?rev=3375&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.postrm (original)
+++ packages/unstable/avahi/debian/avahi-daemon.postrm Wed Jan 13 23:18:31 2010
@@ -7,5 +7,6 @@
 if [ "$1" = "purge" ] ; then
         deluser --quiet --system avahi > /dev/null || true
         delgroup --quiet --system avahi > /dev/null || true
+        rmdir --ignore-fail-on-non-empty /var/run/avahi-daemon
 fi
 

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=3375&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Wed Jan 13 23:18:31 2010
@@ -26,6 +26,8 @@
     - Tag the avahi_netlink_* symbols as arch=linux-any.
       This makes the arch specific symbols files for libavahi-core6 obsolete,
       so remove them.
+  * debian/avahi-daemon.postrm
+    - Cleanup /var/run/avahi-daemon on "purge". (Closes: #448539)
 
  -- Michael Biebl <biebl at debian.org>  Wed, 13 Jan 2010 21:25:47 +0100
 




More information about the Pkg-utopia-commits mailing list