summary refs log tree commit diff
path: root/pkgs/games/freeorion/fix-paths.sh
blob: 3f82533dd60db479d5be29f73ae8c1a2cc8cecbe (plain) (blame)
1
2
3
4
5
6
#!@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