From 6f00d2ad240bc032c37b395eb7ddfd9c29288946 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:24 +0000 Subject: [PATCH] xdpyinfo: add license --- srcpkgs/xdpyinfo/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xdpyinfo/template b/srcpkgs/xdpyinfo/template index 69bef084e01..867f5ab8b46 100644 --- a/srcpkgs/xdpyinfo/template +++ b/srcpkgs/xdpyinfo/template @@ -13,3 +13,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 + +post_install() { + vlicense COPYING +}