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