diff options
Diffstat (limited to 'abs/extra-testing/community/wiiuse/wiiuse.install')
-rw-r--r-- | abs/extra-testing/community/wiiuse/wiiuse.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra-testing/community/wiiuse/wiiuse.install b/abs/extra-testing/community/wiiuse/wiiuse.install new file mode 100644 index 0000000..d856696 --- /dev/null +++ b/abs/extra-testing/community/wiiuse/wiiuse.install @@ -0,0 +1,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 $*
\ No newline at end of file |