author | tille <tille> | 2002-08-01 14:54:05 (UTC) |
---|---|---|
committer | tille <tille> | 2002-08-01 14:54:05 (UTC) |
commit | df93f330693ed3baeeb43a8e4a57cdcc011f571e (patch) (side-by-side diff) | |
tree | ee69e6a199ea406111b6fe14fe5dfcf5ce41e845 /scripts | |
parent | f21e119b11aa8ca815ab2128dc5cc95ed0cbc3a3 (diff) | |
download | opie-df93f330693ed3baeeb43a8e4a57cdcc011f571e.zip opie-df93f330693ed3baeeb43a8e4a57cdcc011f571e.tar.gz opie-df93f330693ed3baeeb43a8e4a57cdcc011f571e.tar.bz2 |
changed control and added rm -r /opt/QtPalmtop/
-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 @@ -27,6 +27,8 @@ $IPKG_REMOVE qt-embedded $IPKG_REMOVE qt-embedded-rotation $IPKG_REMOVE opie-remove +rm -r /opt/QtPalmtop/ + #might help sync |