From 10eb0f4a1576e32f2e9126e0574d9cba79fab4c3 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:27 +0000 Subject: [PATCH] xrdb: add license --- srcpkgs/xrdb/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xrdb/template b/srcpkgs/xrdb/template index 2fe81e1fefc..31eb332dfc8 100644 --- a/srcpkgs/xrdb/template +++ b/srcpkgs/xrdb/template @@ -13,3 +13,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b + +post_install() { + vlicense COPYING +}