r35245 - /desktop/unstable/mutter/debian/mutter-common.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jun 1 12:19:17 UTC 2012


Author: biebl
Date: Fri Jun  1 12:19:16 2012
New Revision: 35245

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35245
Log:
Clean up the mutter

Added:
    desktop/unstable/mutter/debian/mutter-common.preinst

Added: desktop/unstable/mutter/debian/mutter-common.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/mutter-common.preinst?rev=35245&op=file
==============================================================================
--- desktop/unstable/mutter/debian/mutter-common.preinst (added)
+++ desktop/unstable/mutter/debian/mutter-common.preinst [utf-8] Fri Jun  1 12:19:16 2012
@@ -1,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    install|upgrade)
+        if dpkg --compare-versions "$2" lt "3.4.1-4"; then
+            rm -f /etc/sgml/mutter-common.cat /etc/sgml/mutter-common.cat.old
+        fi
+    ;;
+esac
+
+#DEBHELPER#




More information about the pkg-gnome-commits mailing list