author | tille <tille> | 2002-06-25 10:34:26 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-25 10:34:26 (UTC) |
commit | 8b39fcc7dbc0579c27e42918974a407104dc9fac (patch) (side-by-side diff) | |
tree | cf1725fbb28d08ee40a8e73dc9be4d1a8abe6070 | |
parent | c01145b90e2679bc460fccb01285a3bdcb92f5ae (diff) | |
download | opie-8b39fcc7dbc0579c27e42918974a407104dc9fac.zip opie-8b39fcc7dbc0579c27e42918974a407104dc9fac.tar.gz opie-8b39fcc7dbc0579c27e42918974a407104dc9fac.tar.bz2 |
<Harlekin> ipkg remove ipaqalarm qpe2schedule uschedule
<Harlekin> tille: und entsprechend ipkg install opiealarm
-rwxr-xr-x | scripts/update/opie-update.postinst | 5 |
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 @@ -9,2 +9,3 @@ IPKG_REMOVE="ipkg remove" IPKG_INSTALL="ipkg install" + echo "Upating opie" @@ -22,2 +23,5 @@ done $IPKG_REMOVE qpe-pics +$IPKG_REMOVE ipaqalarm +$IPKG_REMOVE qpe2schedule +$IPKG_REMOVE uschedule @@ -35,2 +39,3 @@ done $IPKG_INSTALL opie-pics +$IPKG_INSTALL opiealarm |