updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wiiuse / wiiuse.install
blobd856696649557c408260ee1d913bf8d054640d83
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 Note:
5 ==> for using this lib in your projects include wiiuse.h and link against libwiiuse.so
6 EOF
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12   post_install $1
15 op=$1
16 shift
17 $op $*