summarylogtreecommitdiffstats
path: root/emacs-editorconfig-git.install
blob: cdd21bc020d9dda9010ee5027b91d0976593d4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
infodir=/usr/share/info
filelist=(editorconfig-emacs.info)

post_install() {
  cat << EOF
==> In order to use editorconfig-emacs, add the following lines to your
~/.emacs file:

(require 'editorconfig)
(editorconfig-mode 1)
EOF
}

post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*