summaryrefslogtreecommitdiff
path: root/scripts/update/opie-update.postinst
Unidiff
Diffstat (limited to 'scripts/update/opie-update.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/update/opie-update.postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst
index f761b67..02129d0 100755
--- a/scripts/update/opie-update.postinst
+++ b/scripts/update/opie-update.postinst
@@ -18,8 +18,9 @@ echo "start" > /tmp/update.log
18for p in $pack; do 18for p in $pack; do
19echo "rem. $p" >> /tmp/update.log 19echo "rem. $p" >> /tmp/update.log
20$IPKG_REMOVE $p 20$IPKG_REMOVE $p
21done 21done
22$IPKG_REMOVE qpe-pics
22 23
23#might help 24#might help
24sync 25sync
25 26
@@ -30,8 +31,9 @@ echo "Updating"
30for p in $pack; do 31for p in $pack; do
31echo "inst. $p" >> /tmp/update.log 32echo "inst. $p" >> /tmp/update.log
32$IPKG_INSTALL $p 33$IPKG_INSTALL $p
33done 34done
35$IPKG_INSTALL opie-pics
34 36
35ipkg remove opie-update 37ipkg remove opie-update
36 38
37echo "Starting Opie" 39echo "Starting Opie"