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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
cpconverter
/
cpconverter.install
blob
d59878bb0a60371879b76b58ca68cbc2a530ec01
1
post_install() {
2
echo ">> Although the author already stop update on this program,"
3
echo ">> It is still a quite useful tool, isn't it?"
4
echo ">> It should be remained in AUR as long as dependency is available."
5
6
}
7
8
post_upgrade() {
9
post_install $1
10
}