From 0014f63f225240bb812bbd6f3483c5e928ca39ae Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:26 +0000 Subject: [PATCH] xinput: add license --- srcpkgs/xinput/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xinput/template b/srcpkgs/xinput/template index 70ef0bccc83..7e0b0c74091 100644 --- a/srcpkgs/xinput/template +++ b/srcpkgs/xinput/template @@ -11,3 +11,7 @@ license="MIT" homepage="http://www.x.org" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4 + +post_install() { + vlicense COPYING +}