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