tags 455025 + patch
thanks

Hi!

Please find attached a patch, which creates a postrm to remove the
unneded (old) menu method file.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog fbpanel-4.12/debian/postrm fbpanel-4.12/debian/postrm
--- fbpanel-4.12/debian/postrm	1970-01-01 05:30:00.000000000 +0530
+++ fbpanel-4.12/debian/postrm	2008-01-31 23:06:08.000000000 +0530
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+if [ "$1" = "purge" ]; then
+    # remove menu-methods file upon purge.
+    rm -f /etc/menu-methods/fbpanel
+fi
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to