summaryrefslogtreecommitdiff
path: root/community/antiword/antiword.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/antiword/antiword.install')
-rw-r--r--community/antiword/antiword.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/community/antiword/antiword.install b/community/antiword/antiword.install
index 58aaccde7..010579522 100644
--- a/community/antiword/antiword.install
+++ b/community/antiword/antiword.install
@@ -1,5 +1,4 @@
-post_install()
-{
+post_install() {
cat << EOF
NOTES On Antiword Integration:
@@ -15,12 +14,3 @@ NOTES On Antiword Integration:
* To enable drag-and-drop support in KDE, use the kantiword script
EOF
}
-
-post_upgrade()
-{
- post_install $1
-}
-
-op=$1
-shift
-$op $*