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 Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
astxx
/
astxx.install
blob
5619393dcb88dd67eafb4b5efbeb2b731569158e
1
## arg 1: the new package version
2
post_install()
3
{
4
echo "For use with Qt4, read short note:"
5
echo " usr/share/doc/astxx/qt4-note.txt"
6
}
7
8
## arg 1: the new package version
9
## arg 2: the old package version
10
post_upgrade()
11
{
12
post_install $@
13
}