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