From a321918c891097ab94b3bddfd3bad13a75328979 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 15 Jul 2017 22:28:39 +0000 Subject: [PATCH] EmulationStation: add license --- srcpkgs/EmulationStation/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index 27f56da06e2..1989d24ab47 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -17,3 +17,7 @@ wrksrc=EmulationStation-$_githash case "$XBPS_TARGET_MACHINE" in aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1393/steps/shell_3/logs/stdio";; esac + +post_install() { + vlicense LICENSE.md +}