updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / emacs-protbuf / emacs-protbuf.install
blob1a20cee2dd9d686e32db905e5b8be5cd252eea32
1 post_install() {
2     cat <<EOF
3 ==> Include something like this in your .emacs:
4      ; Prevent *scratch* buffer from accidental killed
5      (require 'protbuf)
6      (protect-buffer-from-kill-mode 1 "*scratch*")
7 EOF
10 post_upgrade() {
11   post_install $1
14 op=$1
15 shift
16 $op $*