summarylogtreecommitdiffstats
path: root/emms.install
blob: e0ef722e277c1f117eb887230b237dfa437ab111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  cat << EOF
==> In order to use EMMS,  add the following lines to your ~/.emacs file:

(require 'emms-setup)
(emms-standard)
(emms-default-players)

For further configuration see the manual.
EOF
}

post_upgrade() {
  post_install $1
}