summaryrefslogtreecommitdiff
path: root/scripts/update
authortille <tille>2002-06-25 10:34:26 (UTC)
committer tille <tille>2002-06-25 10:34:26 (UTC)
commit8b39fcc7dbc0579c27e42918974a407104dc9fac (patch) (side-by-side diff)
treecf1725fbb28d08ee40a8e73dc9be4d1a8abe6070 /scripts/update
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 (limited to 'scripts/update') (more/less context) (ignore 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
@@ -7,6 +7,7 @@
IPKG_REMOVE="ipkg remove"
IPKG_INSTALL="ipkg install"
+
echo "Upating opie"
pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"`
@@ -20,6 +21,9 @@ echo "rem. $p" >> /tmp/update.log
$IPKG_REMOVE $p
done
$IPKG_REMOVE qpe-pics
+$IPKG_REMOVE ipaqalarm
+$IPKG_REMOVE qpe2schedule
+$IPKG_REMOVE uschedule
#might help
sync
@@ -33,6 +37,7 @@ echo "inst. $p" >> /tmp/update.log
$IPKG_INSTALL $p
done
$IPKG_INSTALL opie-pics
+$IPKG_INSTALL opiealarm
ipkg remove opie-update