author | tille <tille> | 2002-08-01 14:54:05 (UTC) |
---|---|---|
committer | tille <tille> | 2002-08-01 14:54:05 (UTC) |
commit | df93f330693ed3baeeb43a8e4a57cdcc011f571e (patch) (unidiff) | |
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 @@ | |||
1 | Packagename: opie-remove | 1 | Packagename: opie-remove |
2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | 2 | Maintainer: Patrick S. Vogt <tille@handhelds.org> |
3 | Section: opie/system | ||
3 | Version: 0.9.1 | 4 | Version: 0.9.1 |
4 | Description: Remove opie | 5 | 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 | |||
27 | $IPKG_REMOVE qt-embedded-rotation | 27 | $IPKG_REMOVE qt-embedded-rotation |
28 | $IPKG_REMOVE opie-remove | 28 | $IPKG_REMOVE opie-remove |
29 | 29 | ||
30 | rm -r /opt/QtPalmtop/ | ||
31 | |||
30 | #might help | 32 | #might help |
31 | sync | 33 | sync |
32 | 34 | ||