#!/bin/sh UPGRADE=$1 if [ "$UPGRADE" = "remove" ] ; then 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 fi exit 0