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