7 lines
198 B
Bash
7 lines
198 B
Bash
#!@shell@
|
|
|
|
if [ -e ~/.config/freeorion/config.xml ]; then
|
|
@libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
|
|
fi
|
|
exit 0
|