summaryrefslogtreecommitdiffstats
path: root/abs/extra/wiiuse/wiiuse.install
blob: d856696649557c408260ee1d913bf8d054640d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# arg 1:  the new package version
post_install() {
cat << EOF
Note:
==> for using this lib in your projects include wiiuse.h and link against libwiiuse.so
EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*