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