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