mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
9 lines
No EOL
180 B
Text
9 lines
No EOL
180 B
Text
# 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
|
|
} |