-rw-r--r-- | scripts/remove/opie-remove.control | 3 | ||||
-rwxr-xr-x | scripts/remove/opie-remove.postinst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/remove/opie-remove.control b/scripts/remove/opie-remove.control index 68341f2..8ccedcd 100644 --- a/scripts/remove/opie-remove.control +++ b/scripts/remove/opie-remove.control @@ -1,4 +1,5 @@ Packagename: opie-remove Maintainer: Patrick S. Vogt <tille@handhelds.org> +Section: opie/system Version: 0.9.1 -Description: Remove opie +Description: Remove opie -- Use at own risc -- will remove opie and /opt/QtPalmtop/ diff --git a/scripts/remove/opie-remove.postinst b/scripts/remove/opie-remove.postinst index fbbdf63..45722b7 100755 --- a/scripts/remove/opie-remove.postinst +++ b/scripts/remove/opie-remove.postinst @@ -6,27 +6,29 @@ # (c) patrick s. vogtp <tille@handhelds.org> IPKG_REMOVE="ipkg remove" echo "Upating opie" pack=`ipkg status | grep Package | grep -i opie | grep -v remove | sed "s/Package://"` echo "Stopping Opie" /etc/init.d/opie stop || /etc/init.d/qpe stop echo "start" > /tmp/update.log for p in $pack; do echo "rem. $p" >> /tmp/update.log $IPKG_REMOVE $p done $IPKG_REMOVE qpe-pics $IPKG_REMOVE ipaqalarm $IPKG_REMOVE qpe2schedule $IPKG_REMOVE uschedule $IPKG_REMOVE qt-embedded $IPKG_REMOVE qt-embedded-rotation $IPKG_REMOVE opie-remove +rm -r /opt/QtPalmtop/ + #might help sync |