2019-01-15 23:41:31 +01:00
|
|
|
#!@shell@
|
2016-04-18 15:48:38 +02:00
|
|
|
|
2018-09-02 21:42:47 +02:00
|
|
|
if [ -e ~/.config/freeorion/config.xml ]; then
|
2021-05-10 08:11:27 +02:00
|
|
|
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
|
2016-04-18 15:48:38 +02:00
|
|
|
fi
|
|
|
|
exit 0
|