-rwxr-xr-x | scripts/update/opie-update.postinst | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst index de045a4..d42169b 100755 --- a/scripts/update/opie-update.postinst +++ b/scripts/update/opie-update.postinst @@ -1,2 +1,2 @@ -#!/bin/bash -v +#!/bin/bash # @@ -24,18 +24,2 @@ done -#to be sure... -#... to have an endless loop ;-) -# so comment it! -#pack2=`ipkg status | grep Package | grep -i opie | sed "s/Package://"` -#while [ $pack2 != "" ] -#do -#echo "debug: while loop: $pack2" -#for p in $pack2; do -#echo "debug for loop: $p" -#cmd="$IPKG_REMOVE $p" -#echo "$cmd" -#$cmd -#done -#pack2=`ipkg status | grep Package | grep -i opie | sed "s/Package://"` -#done; - #might help |