r13739 - in /desktop/unstable/gtk+2.0/debian: changelog update-icon-caches

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Dec 4 15:27:48 UTC 2007


Author: lool
Date: Tue Dec  4 15:27:48 2007
New Revision: 13739

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13739
Log:
* Let update-icon-caches skip args which are not dirs or don't exist; fixes
  postrm behavior of packages with an icon cache.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/update-icon-caches

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=13739&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Tue Dec  4 15:27:48 2007
@@ -1,3 +1,10 @@
+gtk+2.0 (2.12.2-1ubuntu1) UNRELEASED; urgency=low
+
+  * Let update-icon-caches skip args which are not dirs or don't exist; fixes
+    postrm behavior of packages with an icon cache.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 04 Dec 2007 16:27:01 +0100
+
 gtk+2.0 (2.12.2-1) unstable; urgency=low
 
   * New upstream stable release; no API change; bug fixes and translation

Modified: desktop/unstable/gtk+2.0/debian/update-icon-caches
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/update-icon-caches?rev=13739&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/update-icon-caches (original)
+++ desktop/unstable/gtk+2.0/debian/update-icon-caches Tue Dec  4 15:27:48 2007
@@ -11,8 +11,7 @@
 
 for dir in "$@"; do
     if [ ! -d "$dir" ]; then
-        echo "$dir is not a directory"
-        exit 2
+        continue
     fi
     if [ -f "$dir"/index.theme ]; then
         if [ -f "$dir"/icon-theme.cache ]; then




More information about the pkg-gnome-commits mailing list