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