### 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 $* ########################