2019-01-15 14:41:31 -08:00
|
|
|
#!@shell@
|
2016-04-18 06:48:38 -07:00
|
|
|
|
2018-09-02 12:42:47 -07:00
|
|
|
if [ -e ~/.config/freeorion/config.xml ]; then
|
|
|
|
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/fixpaths/fix-paths.xslt ~/.config/freeorion/config.xml
|
2016-04-18 06:48:38 -07:00
|
|
|
fi
|
|
|
|
exit 0
|