From ce0db828829234278e6dd13f8117615236137788 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:24 +0000 Subject: [PATCH] xextproto: add license --- srcpkgs/xextproto/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xextproto/template b/srcpkgs/xextproto/template index 75d2edbd8d9..c282e1d61d0 100644 --- a/srcpkgs/xextproto/template +++ b/srcpkgs/xextproto/template @@ -10,3 +10,7 @@ homepage="http://xorg.freedesktop.org" license="MIT" distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" checksum=f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0 + +post_install() { + vlicense COPYING +}