Added install-file for License info.
This commit is contained in:
parent
69c5cd29f9
commit
ac038e9c95
2 changed files with 13 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -6,6 +6,7 @@ pkgdesc="Remote control and programm Behringer X32 consoles"
|
|||
arch=('i686' 'x86_64')
|
||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('custom:MUSIC Group End User License Agreement')
|
||||
install=${pkgname}.install
|
||||
depends_i686=('libxext' 'alsa-lib')
|
||||
depends_x86_64=('lib32-libxext' 'lib32-alsa-lib')
|
||||
source=(http://www.behringerdownload.de/X32/X32-Edit_V${pkgver}_LINUX.tar.gz
|
||||
|
|
12
x32edit.install
Normal file
12
x32edit.install
Normal file
|
@ -0,0 +1,12 @@
|
|||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
echo ">>> You have to read and accept the End user license agreement under"
|
||||
echo ">>> /usr/share/licenses/x32edit/license.pdf before using X32-Edit"
|
||||
}
|
||||
|
||||
op=$1
|
||||
shift
|
||||
$op $*
|
Loading…
Reference in a new issue