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