nixpkgs/pkgs/games/freeorion/fix-paths.sh

7 lines
198 B
Bash
Raw Normal View History

#!@shell@
2018-09-02 19:42:47 +00:00
if [ -e ~/.config/freeorion/config.xml ]; then
2021-05-10 06:11:27 +00:00
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
fi
exit 0