As successfully uploaded to Extras-devel from my N900
[easy-deb-chroot] / fremantle / easy-deb-chroot / .py2deb_build_folder / easy-deb-chroot / debian / postrm
1 #!/bin/sh
2
3 export MSG1=`printf "\
4 Removing this package does NOT delete the large image file\n\
5 named debian-stable.img.ext2 from your SD card. You can do this\n\
6 with the File Manager, although you may need to reboot\n\
7 before you are allowed to delete the file."`
8 echo $MSG1 > /tmp/msg.txt
9 maemo-confirm-text "Notice" /tmp/msg.txt
10
11 exit 0