summaryrefslogtreecommitdiff
path: root/scripts/update/opie-update.postinst
Side-by-side diff
Diffstat (limited to 'scripts/update/opie-update.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/update/opie-update.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst
index 22d3628..695653e 100755
--- a/scripts/update/opie-update.postinst
+++ b/scripts/update/opie-update.postinst
@@ -1,12 +1,12 @@
#!/bin/ash
#
# script to remove and reinstall opie
#
# it's free so do not sell it
-# (c) patrick s. vogtp <tille@handhelds.org>
+# (c) patrick s. vogt <tille@handhelds.org>
IPKG_REMOVE="ipkg remove"
IPKG_INSTALL="ipkg install"
echo "Upating opie"
pack=`ipkg status | grep Package | grep -i opie | grep -v update | sed "s/Package://"`