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