summarylogtreecommitdiffstats
path: root/emacs-websocket.install
blob: 0c1dd36258e3af3c5c0f53da692bd1a81228f1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    cat <<EOF
=> to use this package, add

(add-to-list 'load-path' "/usr/share/emacs/site-lisp/websocket/")    
(require 'websocket)

to the init file
EOF
}

post_upgrade() {
    post_install $1
}