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 Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git]
/
freecolor
/
freecolor.install
blob
be161552db296dc14365ca55ee210d1ec6f74c5e
1
_print_msg() {
2
/bin/cat << EOF
3
4
===> freecolor post-install message:
5
6
===> If you'd like to have 'freecolor' to replace 'free',
7
===> add the following line to your .bashrc:
8
===> alias free='freecolor'
9
10
EOF
11
}
12
13
post_install() {
14
_print_msg
15
}
16
17
post_upgrade() {
18
_print_msg
19
}
20