nixpkgs-odroid-hc4/pkgs/games/freeorion/fix-paths.sh
2025-12-20 09:59:59 +11:00

6 lines
198 B
Bash

#!@shell@
if [ -e ~/.config/freeorion/config.xml ]; then
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
fi
exit 0