repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
emacs-color-theme
/
emacs-color-theme.install
blob
b1de09f76652663f00571afe9e1849ed7df5068a
1
# arg 1: the new package version
2
post_install() {
3
echo "# To start using color-theme add this to your .emacs:"
4
echo "# (require 'color-theme)"
5
}
6
7
post_upgrade() {
8
post_install
9
}