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