summaryrefslogtreecommitdiff
path: root/pcr/quack/quack.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/quack/quack.install')
-rw-r--r--pcr/quack/quack.install9
1 files changed, 1 insertions, 8 deletions
diff --git a/pcr/quack/quack.install b/pcr/quack/quack.install
index f92194ee6..48619999f 100644
--- a/pcr/quack/quack.install
+++ b/pcr/quack/quack.install
@@ -1,18 +1,11 @@
### quack.install:
post_install () {
cat << EOF
-==> Put this in your $HOME/.emacs file to enable quack
-
+==> Put this in your .emacs file to enable quack
(require 'quack)
-
EOF
}
post_upgrade () {
post_install $1
}
-
-op=$1
-shift
-$op $*
-########################