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

7 lines
198 B
Bash
Raw Normal View History

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