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