From 40c25709bb368477f482319c7723bcf2fca15708 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 25 Jun 2002 08:15:57 +0000 Subject: opie || qpe --- (limited to 'scripts/update') 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 -- cgit v0.9.0.2