diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:06:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:06:35 (GMT) |
commit | 77307464f5b324bd8b7ec463482be79c5ebbaff6 (patch) | |
tree | 17307a0b78c59a2cef7815e8c531a028aa2a3ade /abs/extra/community/wiiuse/wiiuse.install | |
parent | a80673e5ddf82ef739baa9782c9d062df0da9182 (diff) | |
download | linhes_pkgbuild-77307464f5b324bd8b7ec463482be79c5ebbaff6.zip linhes_pkgbuild-77307464f5b324bd8b7ec463482be79c5ebbaff6.tar.gz linhes_pkgbuild-77307464f5b324bd8b7ec463482be79c5ebbaff6.tar.bz2 |
moved from community to openal, because non-community things depend on them:
nvidia-cg-toolkit
openal
opencl-head
wiiuse
Diffstat (limited to 'abs/extra/community/wiiuse/wiiuse.install')
-rw-r--r-- | abs/extra/community/wiiuse/wiiuse.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/extra/community/wiiuse/wiiuse.install b/abs/extra/community/wiiuse/wiiuse.install deleted file mode 100644 index d856696..0000000 --- a/abs/extra/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 |