From 7502013c0e0cbc68211ba1ea8473d3ecfa5f7da4 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:25 +0000 Subject: [PATCH] xgamma: add license --- srcpkgs/xgamma/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xgamma/template b/srcpkgs/xgamma/template index 5140c9e68f7..80a536cf6b8 100644 --- a/srcpkgs/xgamma/template +++ b/srcpkgs/xgamma/template @@ -11,3 +11,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3 + +post_install() { + vlicense COPYING +}