[Python-apps-commits] r4953 - in packages/autokey/trunk/debian (2 files)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Fri Mar 12 21:03:12 UTC 2010


    Date: Friday, March 12, 2010 @ 21:02:59
  Author: ffm-guest
Revision: 4953

Place #DEBHELPER# token in prerm.

Modified:
  packages/autokey/trunk/debian/autokey-gtk.prerm
  packages/autokey/trunk/debian/autokey-qt.prerm

Modified: packages/autokey/trunk/debian/autokey-gtk.prerm
===================================================================
--- packages/autokey/trunk/debian/autokey-gtk.prerm	2010-03-12 20:59:14 UTC (rev 4952)
+++ packages/autokey/trunk/debian/autokey-gtk.prerm	2010-03-12 21:02:59 UTC (rev 4953)
@@ -4,17 +4,9 @@
     remove|deconfigure)
         update-alternatives --remove autokey /usr/bin/autokey-gtk
     ;;
-    upgrade)
-    ;;
-
-    failed-upgrade)
-    ;;
-
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
 esac
 
+#DEBHELPER#
+
 exit 0
 

Modified: packages/autokey/trunk/debian/autokey-qt.prerm
===================================================================
--- packages/autokey/trunk/debian/autokey-qt.prerm	2010-03-12 20:59:14 UTC (rev 4952)
+++ packages/autokey/trunk/debian/autokey-qt.prerm	2010-03-12 21:02:59 UTC (rev 4953)
@@ -4,17 +4,9 @@
     remove|deconfigure)
         update-alternatives --remove autokey /usr/bin/autokey-qt
     ;;
-    upgrade)
-    ;;
-
-    failed-upgrade)
-    ;;
-
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
 esac
 
+#DEBHELPER#
+
 exit 0
 




More information about the Python-apps-commits mailing list