Trying to upload all related projects
[easy-deb-chroot] / fremantle / easy-deb-chroot / control / postrm
diff --git a/fremantle/easy-deb-chroot/control/postrm b/fremantle/easy-deb-chroot/control/postrm
new file mode 100644 (file)
index 0000000..fe437e2
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+export MSG1=`printf "\
+Removing this package does NOT delete the large image file\n\
+named debian-stable.img.ext2 from your SD card. You can do this\n\
+with the File Manager, although you may need to reboot\n\
+before you are allowed to delete the file."`
+echo $MSG1 > /tmp/msg.txt
+maemo-confirm-text "Notice" /tmp/msg.txt
+
+exit 0
\ No newline at end of file