X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=fremantle%2Feasy-deb-chroot%2Fcontrol%2Fpostrm;fp=fremantle%2Feasy-deb-chroot%2Fcontrol%2Fpostrm;h=fe437e25df351d894b29b759df9d9db69c710b48;hb=2a0f1e69e356b51d8781956aab8807fa6eadacc3;hp=0000000000000000000000000000000000000000;hpb=4f4a995b7b3d318f037f36b6ea0fb84e92045cb9;p=easy-deb-chroot diff --git a/fremantle/easy-deb-chroot/control/postrm b/fremantle/easy-deb-chroot/control/postrm new file mode 100644 index 0000000..fe437e2 --- /dev/null +++ b/fremantle/easy-deb-chroot/control/postrm @@ -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