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