summarylogtreecommitdiffstats
path: root/proofgeneral.install
blob: b1af8117436f71af5be0dbba416dd2f701d20060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cat <<EOF
==> Put this in your $HOME/.emacs file to enable ProofGeneral mode
==> in emacs.

    (load "/usr/share/emacs/site-lisp/ProofGeneral/generic/proof-site")
EOF
}


post_upgrade() {
	post_install $1
}