-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" | |||
9 | IPKG_INSTALL="ipkg install" | 9 | IPKG_INSTALL="ipkg install" |
10 | |||
10 | echo "Upating opie" | 11 | echo "Upating opie" |
@@ -22,2 +23,5 @@ done | |||
22 | $IPKG_REMOVE qpe-pics | 23 | $IPKG_REMOVE qpe-pics |
24 | $IPKG_REMOVE ipaqalarm | ||
25 | $IPKG_REMOVE qpe2schedule | ||
26 | $IPKG_REMOVE uschedule | ||
23 | 27 | ||
@@ -35,2 +39,3 @@ done | |||
35 | $IPKG_INSTALL opie-pics | 39 | $IPKG_INSTALL opie-pics |
40 | $IPKG_INSTALL opiealarm | ||
36 | 41 | ||