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.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/quack/quack.install b/pcr/quack/quack.install
deleted file mode 100644
index f92194ee6..000000000
--- a/pcr/quack/quack.install
+++ /dev/null
@@ -1,18 +0,0 @@
-### quack.install:
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable quack
-
-(require 'quack)
-
-EOF
-}
-
-post_upgrade () {
- post_install $1
-}
-
-op=$1
-shift
-$op $*
-########################