summarylogtreecommitdiffstats
path: root/proofgeneral-git.install
blob: 63668f70e2edade9a4bdb8a5f7af6e9e9e6fd183 (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-file "/usr/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el")
EOF
}


post_upgrade() {
	post_install $1
}