vintagestory: remove scripts that should not get invoked on NixOS

Not entirely sure wether this is a good idea or not.
This commit is contained in:
Tom van Dijk
2025-06-07 19:08:08 +02:00
parent da26db7be4
commit fa576c401a
+2
View File
@@ -76,6 +76,8 @@ stdenv.mkDerivation (finalAttrs: {
magick $out/share/vintagestory/assets/gameicon.xpm $out/share/icons/hicolor/512x512/apps/vintagestory.png
cp $out/share/vintagestory/assets/game/fonts/*.ttf $out/share/fonts/truetype
rm -rvf $out/share/vintagestory/{install,run,server}.sh
runHook postInstall
'';