-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 |