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, 18 insertions, 0 deletions
diff --git a/pcr/quack/quack.install b/pcr/quack/quack.install
new file mode 100644
index 000000000..f92194ee6
--- /dev/null
+++ b/pcr/quack/quack.install
@@ -0,0 +1,18 @@
+### 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 $*
+########################