r35585 - in /desktop/unstable/gtk+2.0/debian: changelog libgtk2.0-0.postrm.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 6 15:54:47 UTC 2012


Author: biebl
Date: Mon Aug  6 15:54:46 2012
New Revision: 35585

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35585
Log:
debian/libgtk2.0-0.postrm.in: Drop "rm -rf /etc/gtk-2.0" on purge since
this removes files owned by libgtk2.0-common. The generated cache files
for gdk pixbuf loaders and gtk input method modules have been moved out of
/etc a long time ago. Closes: #681962

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=35585&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Mon Aug  6 15:54:46 2012
@@ -5,6 +5,12 @@
 
   [ Ansgar Burchardt ]
   * debian/rules: Use xz compression for binary packages. Closes: #683912
+
+  [ Michael Biebl ]
+  * debian/libgtk2.0-0.postrm.in: Drop "rm -rf /etc/gtk-2.0" on purge since
+    this removes files owned by libgtk2.0-common. The generated cache files
+    for gdk pixbuf loaders and gtk input method modules have been moved out of
+    /etc a long time ago. Closes: #681962
 
  -- Michael Biebl <biebl at debian.org>  Mon, 06 Aug 2012 17:38:57 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-0.postrm.in?rev=35585&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in [utf-8] Mon Aug  6 15:54:46 2012
@@ -1,12 +1,6 @@
 #!/bin/sh
 
 set -e
-
-case "$1" in
-  purge)
-    rm -rf /etc/gtk- at APIVER@
-  ;;
-esac
 
 #DEBHELPER#
 




More information about the pkg-gnome-commits mailing list