tag 527614 patch
thanks

The following patch should fix this bug. It adds the file 
debian/emile-bootblocks.postrm which
will call rm -rf on /boot/emile and /lib/emile when package is being purged.


-Chris

--- /dev/null
+++ b/debian/emile-bootblocks.postrm
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    purge)
+        rm -rf /boot/emile
+        rm -rf /lib/emile
+        ;;
+esac
+#DEBHELPER#
+exit 0



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

Reply via email to