From f5d5af31fa7fc15fb98ac550bfee0a87e878c392 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:25 +0000 Subject: [PATCH] xf86-video-vesa: add license --- srcpkgs/xf86-video-vesa/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xf86-video-vesa/template b/srcpkgs/xf86-video-vesa/template index 538d646b7b3..ed005a57ca6 100644 --- a/srcpkgs/xf86-video-vesa/template +++ b/srcpkgs/xf86-video-vesa/template @@ -17,3 +17,7 @@ checksum=7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg" LDFLAGS="-Wl,-z,lazy" + +post_install() { + vlicense COPYING +}