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