summarylogtreecommitdiffstats
path: root/solarized.install
blob: a66c04499a32e9d2f202707b89f869e3e12ce4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

post_install() {
 cat << EOF
==> To start using this package, add the following lines to your .emacs
(require 'color-theme)
(require 'color-theme-solarized)

EOF
}

post_upgrade() {
  post_install $1
}