summaryrefslogtreecommitdiff
path: root/scripts/update
authortille <tille>2002-06-25 08:12:17 (UTC)
committer tille <tille>2002-06-25 08:12:17 (UTC)
commit2aef4b3475079ff9902f7b9171d064f02691b429 (patch) (side-by-side diff)
tree57bcb7bc8a6522ca848f730c524ad6d967f0e272 /scripts/update
parent909b67f6a7e94adaa8a34995b389c8193965df92 (diff)
downloadopie-2aef4b3475079ff9902f7b9171d064f02691b429.zip
opie-2aef4b3475079ff9902f7b9171d064f02691b429.tar.gz
opie-2aef4b3475079ff9902f7b9171d064f02691b429.tar.bz2
sh not bash
Diffstat (limited to 'scripts/update') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/update/opie-update.postinst11
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst
index d7a1205..e32fab9 100755
--- a/scripts/update/opie-update.postinst
+++ b/scripts/update/opie-update.postinst
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/ash
#
# script to remove and reinstall opie
#
@@ -10,7 +10,6 @@ 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
@@ -18,11 +17,7 @@ echo "start" > /tmp/update.log
for p in $pack; do
echo "rem. $p" >> /tmp/update.log
-if [["$p"="opie-update"]]; then
-echo ""
-else
$IPKG_REMOVE $p
-fi
done
#might help
@@ -34,11 +29,7 @@ echo "Updating"
for p in $pack; do
echo "inst. $p" >> /tmp/update.log
-if [["$p"="opie-update"]]; then
-echo ""
-else
$IPKG_INSTALL $p
-fi
done
ipkg remove opie-update