[Pkg-xfce-commits] r5747 - desktop/trunk/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon May 9 07:41:49 UTC 2011


Author: corsac
Date: 2011-05-09 19:41:45 +0000 (Mon, 09 May 2011)
New Revision: 5747

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/libexo-common.preinst
Log:
* debian/libexo-common.preinst:
  - handle replacement of symlinks by directory for el and sv doc images.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2011-05-09 18:44:14 UTC (rev 5746)
+++ desktop/trunk/exo/debian/changelog	2011-05-09 19:41:45 UTC (rev 5747)
@@ -1,8 +1,10 @@
 exo (0.6.1-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release.
+  * debian/libexo-common.preinst:
+    - handle replacement of symlinks by directory for el and sv doc images.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 09 May 2011 20:34:04 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 09 May 2011 21:38:09 +0200
 
 exo (0.6.0-3) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/libexo-common.preinst
===================================================================
--- desktop/trunk/exo/debian/libexo-common.preinst	2011-05-09 18:44:14 UTC (rev 5746)
+++ desktop/trunk/exo/debian/libexo-common.preinst	2011-05-09 19:41:45 UTC (rev 5747)
@@ -9,4 +9,13 @@
     /etc/xdg/xfce4/mount.rc "$LASTVER" -- "$@"
 fi
 
+# Remove symlinks for el and sv which appeared in 0.6.1-1
+case "$1" in
+install|upgrade)
+    if dpkg --compare-versions "$2" lt "0.6.1-1"; then
+      rm /usr/share/doc/exo/html/el/images
+      rm /usr/share/doc/exo/html/sv/images
+    fi
+esac
+
 #DEBHELPER#




More information about the Pkg-xfce-commits mailing list