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