summarylogtreecommitdiffstats
path: root/emacs-xlicense.install
blob: 7c5c555d6fe0c18ada9070475711d0d43a14a03f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
cat << EOF
    load xlicense.el:
    (load-library "/usr/share/emacs/site-lisp/xlicense.el")

EOF
}

post_upgrade() {
  post_install
}