nixpkgs/pkgs/games/freeorion/fix-paths.sh
2016-04-18 16:20:46 -03:00

7 lines
170 B
Bash

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