summaryrefslogtreecommitdiff
path: root/scripts
authortille <tille>2002-06-25 09:21:01 (UTC)
committer tille <tille>2002-06-25 09:21:01 (UTC)
commitc01145b90e2679bc460fccb01285a3bdcb92f5ae (patch) (unidiff)
tree60f4a672ffd373adbeeab0baceeb5a77ff925b0f /scripts
parent025f45d2d477b22469c8d63c9e7c8948b58fdfb8 (diff)
downloadopie-c01145b90e2679bc460fccb01285a3bdcb92f5ae.zip
opie-c01145b90e2679bc460fccb01285a3bdcb92f5ae.tar.gz
opie-c01145b90e2679bc460fccb01285a3bdcb92f5ae.tar.bz2
hardcoded pics removal and installation
Diffstat (limited to 'scripts') (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
@@ -14,25 +14,27 @@ echo "Stopping Opie"
14/etc/init.d/opie stop || /etc/init.d/qpe stop 14/etc/init.d/opie stop || /etc/init.d/qpe stop
15 15
16echo "start" > /tmp/update.log 16echo "start" > /tmp/update.log
17 17
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
26 27
27echo "Updating" 28echo "Updating"
28`ipkg update` 29`ipkg update`
29 30
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"
38/etc/init.d/opie start || /etc/init.d/qpe start 40/etc/init.d/opie start || /etc/init.d/qpe start