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