tags 455025 + patch
thanks

Hi,

The following is the diff for my fbpanel 4.12-1.1 NMU.

reverted:
--- fbpanel-4.12/debian/postrm.debhelper
+++ fbpanel-4.12.orig/debian/postrm.debhelper
@@ -1 +0,0 @@
-if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
reverted:
--- fbpanel-4.12/debian/postinst.debhelper
+++ fbpanel-4.12.orig/debian/postinst.debhelper
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
-       update-menus
-fi
diff -u fbpanel-4.12/debian/changelog fbpanel-4.12/debian/changelog
--- fbpanel-4.12/debian/changelog
+++ fbpanel-4.12/debian/changelog
@@ -1,3 +1,11 @@
+fbpanel (4.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove old /etc/menu-methods/fbpanel on purge for upgrades from etch.
+    (Closes: #455025)
+
+ -- Peter Eisentraut <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 16:14:43 +0200
+
 fbpanel (4.12-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- fbpanel-4.12.orig/debian/postrm
+++ fbpanel-4.12/debian/postrm
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "purge" ]; then
+    rm -f /etc/menu-methods/fbpanel
+fi
+
+#DEBHELPER#



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to