summaryrefslogtreecommitdiff
path: root/pcr/emacs-color-theme/emacs-color-theme.install
blob: b1de09f76652663f00571afe9e1849ed7df5068a (plain)
1
2
3
4
5
6
7
8
9
# arg 1:  the new package version
post_install() {
echo "# To start using color-theme add this to your .emacs:"
echo "# (require 'color-theme)"
}

post_upgrade() {
  post_install
}