-rwxr-xr-x | scripts/update/opie-update.postinst | 11 |
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 @@ -#!/bin/bash +#!/bin/ash # @@ -12,3 +12,2 @@ pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Packa - echo "Stopping Opie" @@ -20,7 +19,3 @@ for p in $pack; do echo "rem. $p" >> /tmp/update.log -if [["$p"="opie-update"]]; then -echo "" -else $IPKG_REMOVE $p -fi done @@ -36,7 +31,3 @@ for p in $pack; do echo "inst. $p" >> /tmp/update.log -if [["$p"="opie-update"]]; then -echo "" -else $IPKG_INSTALL $p -fi done |