diff --git a/srcpkgs/EmulationStation-rpi/template b/srcpkgs/EmulationStation-rpi/template index 08edcf1d1d..a52bd6efab 100644 --- a/srcpkgs/EmulationStation-rpi/template +++ b/srcpkgs/EmulationStation-rpi/template @@ -19,3 +19,7 @@ wrksrc=EmulationStation-$_githash pre_configure() { sed -i "s#/opt/vc#$XBPS_CROSS_BASE\0#; s/EGL/\0 GLESv2/" CMakeLists.txt } + +post_install() { + vlicense LICENSE.md +}