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 +}