From e47f08be62a5f912a2aa33fc8a6be87a4f0bb5b0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:27 +0000 Subject: [PATCH] xset: add license --- srcpkgs/xset/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xset/template b/srcpkgs/xset/template index 654819937db..bce1f825a5f 100644 --- a/srcpkgs/xset/template +++ b/srcpkgs/xset/template @@ -11,3 +11,7 @@ homepage="http://xorg.freedesktop.org/" license="MIT" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063 + +post_install() { + vlicense COPYING +}