-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 @@ -24,9 +24,11 @@ $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 |