PKGBUILDs/community/emacs-color-theme/emacs-color-theme.install

9 lines
180 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
# 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
}