author | tille <tille> | 2002-06-24 17:44:41 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-24 17:44:41 (UTC) |
commit | e9a211de0ae3623d0d665e4736009ef209f7516d (patch) (unidiff) | |
tree | 74118a2718518e5cc62fd9663c03005b07c574d8 /scripts | |
parent | f7bc3e18fbdb448c8f502ab06fc25ac4dc21d734 (diff) | |
download | opie-e9a211de0ae3623d0d665e4736009ef209f7516d.zip opie-e9a211de0ae3623d0d665e4736009ef209f7516d.tar.gz opie-e9a211de0ae3623d0d665e4736009ef209f7516d.tar.bz2 |
...
-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 | |||
@@ -5,13 +5,13 @@ | |||
5 | # it's free so do not sell it | 5 | # it's free so do not sell it |
6 | # (c) patrick s. vogtp <tille@handhelds.org> | 6 | # (c) patrick s. vogtp <tille@handhelds.org> |
7 | 7 | ||
8 | IPKG_REMOVE="ipkg remove" | 8 | IPKG_REMOVE="ipkg remove" |
9 | IPKG_INSTALL="ipkg install" | 9 | IPKG_INSTALL="ipkg install" |
10 | echo "Upating opie" | 10 | echo "Upating opie" |
11 | pack=`ipkg status | grep Package | grep -i opie | sed "s/Package://"` | 11 | pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"` |
12 | 12 | ||
13 | 13 | ||
14 | echo "Stopping Opie" | 14 | echo "Stopping Opie" |
15 | /etc/init.d/opie stop | 15 | /etc/init.d/opie stop |
16 | 16 | ||
17 | echo "start" > /tmp/update.log | 17 | echo "start" > /tmp/update.log |