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