nixpkgs/pkgs/games/freeorion/fix-paths.sh
2021-05-12 09:38:58 +08:00

7 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