py2deb build folders removed.
[easy-deb-chroot] / fremantle / easy-deb-chroot / .py2deb_build_folder / easy-deb-chroot / debian / postrm
diff --git a/fremantle/easy-deb-chroot/.py2deb_build_folder/easy-deb-chroot/debian/postrm b/fremantle/easy-deb-chroot/.py2deb_build_folder/easy-deb-chroot/debian/postrm
deleted file mode 100644 (file)
index fe437e2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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