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, 0 insertions, 17 deletions
diff --git a/abs/extra-testing/community/wiiuse/wiiuse.install b/abs/extra-testing/community/wiiuse/wiiuse.install deleted file mode 100644 index d856696..0000000 --- a/abs/extra-testing/community/wiiuse/wiiuse.install +++ /dev/null @@ -1,17 +0,0 @@ -# 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 |