From f9f370753e46abf61122b2dc10bb02bfe0f5222a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:19 +0000 Subject: [PATCH] fontcacheproto: add license --- srcpkgs/fontcacheproto/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/fontcacheproto/template b/srcpkgs/fontcacheproto/template index dcfa361ee58..c56b5dfe31b 100644 --- a/srcpkgs/fontcacheproto/template +++ b/srcpkgs/fontcacheproto/template @@ -10,3 +10,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" checksum=1dcaa659d416272ff68e567d1910ccc1e369768f13b983cffcccd6c563dbe3cb + +post_install() { + vlicense COPYING +}