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