Ports/HalfLife: Do not delete the OpenGL renderer in post install

We can now play Half-Life using LibGL without crashing on launch! :^)
This commit is contained in:
Luke Wilde 2022-01-12 07:56:15 +00:00 committed by Idan Horowitz
parent f91e41f90c
commit 010a37f997

View file

@ -45,9 +45,6 @@ install() {
}
post_install() {
# Delete the OpenGL renderer (ref_gl.so) so we don't crash on launch...
rm ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/libref_gl.so
# Strip the output libraries of their "lib" prefix
pushd ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/valve/cl_dlls/
rename 's/^...//' lib*