From 027af23b6599e2037a8a19f362347c988e22dd75 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:25 +0000 Subject: [PATCH] xf86dgaproto: add license --- srcpkgs/xf86dgaproto/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xf86dgaproto/template b/srcpkgs/xf86dgaproto/template index cf136d526a3..c7fd3490b11 100644 --- a/srcpkgs/xf86dgaproto/template +++ b/srcpkgs/xf86dgaproto/template @@ -10,3 +10,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" checksum=ac5ef65108e1f2146286e53080975683dae49fc94680042e04bd1e2010e99050 + +post_install() { + vlicense COPYING +}