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