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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
198 B
Bash
Raw Normal View History

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