author | tille <tille> | 2002-06-25 08:15:57 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-25 08:15:57 (UTC) |
commit | 40c25709bb368477f482319c7723bcf2fca15708 (patch) (side-by-side diff) | |
tree | ff2cf3008770ce66d676a0d67548822781ed2cc9 | |
parent | 2aef4b3475079ff9902f7b9171d064f02691b429 (diff) | |
download | opie-40c25709bb368477f482319c7723bcf2fca15708.zip opie-40c25709bb368477f482319c7723bcf2fca15708.tar.gz opie-40c25709bb368477f482319c7723bcf2fca15708.tar.bz2 |
opie || qpe
-rwxr-xr-x | scripts/update/opie-update.postinst | 4 |
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 @@ -11,7 +11,7 @@ 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 @@ -35,4 +35,4 @@ done ipkg remove opie-update echo "Starting Opie" -/etc/init.d/opie start +/etc/init.d/opie start || /etc/init.d/qpe start |