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) (unidiff)
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,2 +1,2 @@
1#!/bin/bash 1#!/bin/ash
2# 2#
@@ -12,3 +12,2 @@ pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Packa
12 12
13
14echo "Stopping Opie" 13echo "Stopping Opie"
@@ -20,7 +19,3 @@ for p in $pack; do
20echo "rem. $p" >> /tmp/update.log 19echo "rem. $p" >> /tmp/update.log
21if [["$p"="opie-update"]]; then
22echo ""
23else
24$IPKG_REMOVE $p 20$IPKG_REMOVE $p
25fi
26done 21done
@@ -36,7 +31,3 @@ for p in $pack; do
36echo "inst. $p" >> /tmp/update.log 31echo "inst. $p" >> /tmp/update.log
37if [["$p"="opie-update"]]; then
38echo ""
39else
40$IPKG_INSTALL $p 32$IPKG_INSTALL $p
41fi
42done 33done