-rwxr-xr-x | scripts/update/opie-update.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst index f056e49..d7a1205 100755 --- a/scripts/update/opie-update.postinst +++ b/scripts/update/opie-update.postinst @@ -9,5 +9,5 @@ IPKG_REMOVE="ipkg remove" IPKG_INSTALL="ipkg install" echo "Upating opie" -pack=`ipkg status | grep Package | grep -i opie | sed "s/Package://"` +pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"` |