8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
6 lines
191 B
Bash
6 lines
191 B
Bash
#!@shell@
|
|
|
|
if [ -e ~/.config/freeorion/config.xml ]; then
|
|
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/fixpaths/fix-paths.xslt ~/.config/freeorion/config.xml
|
|
fi
|
|
exit 0
|