summaryrefslogtreecommitdiff
authortille <tille>2002-06-25 10:34:26 (UTC)
committer tille <tille>2002-06-25 10:34:26 (UTC)
commit8b39fcc7dbc0579c27e42918974a407104dc9fac (patch) (unidiff)
treecf1725fbb28d08ee40a8e73dc9be4d1a8abe6070
parentc01145b90e2679bc460fccb01285a3bdcb92f5ae (diff)
downloadopie-8b39fcc7dbc0579c27e42918974a407104dc9fac.zip
opie-8b39fcc7dbc0579c27e42918974a407104dc9fac.tar.gz
opie-8b39fcc7dbc0579c27e42918974a407104dc9fac.tar.bz2
<Harlekin> ipkg remove ipaqalarm qpe2schedule uschedule
<Harlekin> tille: und entsprechend ipkg install opiealarm
Diffstat (more/less context) (show whitespace changes)
-rwxr-xr-xscripts/update/opie-update.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst
index 02129d0..22d3628 100755
--- a/scripts/update/opie-update.postinst
+++ b/scripts/update/opie-update.postinst
@@ -8,4 +8,5 @@
8IPKG_REMOVE="ipkg remove" 8IPKG_REMOVE="ipkg remove"
9IPKG_INSTALL="ipkg install" 9IPKG_INSTALL="ipkg install"
10
10echo "Upating opie" 11echo "Upating opie"
11pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"` 12pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"`
@@ -21,4 +22,7 @@ $IPKG_REMOVE $p
21done 22done
22$IPKG_REMOVE qpe-pics 23$IPKG_REMOVE qpe-pics
24$IPKG_REMOVE ipaqalarm
25$IPKG_REMOVE qpe2schedule
26$IPKG_REMOVE uschedule
23 27
24#might help 28#might help
@@ -34,4 +38,5 @@ $IPKG_INSTALL $p
34done 38done
35$IPKG_INSTALL opie-pics 39$IPKG_INSTALL opie-pics
40$IPKG_INSTALL opiealarm
36 41
37ipkg remove opie-update 42ipkg remove opie-update