summaryrefslogtreecommitdiff
path: root/scripts/update
authortille <tille>2002-06-25 08:15:57 (UTC)
committer tille <tille>2002-06-25 08:15:57 (UTC)
commit40c25709bb368477f482319c7723bcf2fca15708 (patch) (side-by-side diff)
treeff2cf3008770ce66d676a0d67548822781ed2cc9 /scripts/update
parent2aef4b3475079ff9902f7b9171d064f02691b429 (diff)
downloadopie-40c25709bb368477f482319c7723bcf2fca15708.zip
opie-40c25709bb368477f482319c7723bcf2fca15708.tar.gz
opie-40c25709bb368477f482319c7723bcf2fca15708.tar.bz2
opie || qpe
Diffstat (limited to 'scripts/update') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/update/opie-update.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst
index e32fab9..f761b67 100755
--- a/scripts/update/opie-update.postinst
+++ b/scripts/update/opie-update.postinst
@@ -8,13 +8,13 @@
IPKG_REMOVE="ipkg remove"
IPKG_INSTALL="ipkg install"
echo "Upating opie"
pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"`
echo "Stopping Opie"
-/etc/init.d/opie stop
+/etc/init.d/opie stop || /etc/init.d/qpe stop
echo "start" > /tmp/update.log
for p in $pack; do
echo "rem. $p" >> /tmp/update.log
$IPKG_REMOVE $p
@@ -32,7 +32,7 @@ echo "inst. $p" >> /tmp/update.log
$IPKG_INSTALL $p
done
ipkg remove opie-update
echo "Starting Opie"
-/etc/init.d/opie start
+/etc/init.d/opie start || /etc/init.d/qpe start