summary refs log blame commit diff
path: root/pkgs/games/freeorion/fix-paths.sh
blob: cd6f381de255fad46636a70bb96f5970d65e837c (plain) (tree)
1
2
3
4
5
6





                                                                                                            
#!/bin/sh

if [ -e ~/.freeorion/config.xml ]; then
  @libxsltBin@/bin/xsltproc -o ~/.freeorion/config.xml @out@/fixpaths/fix-paths.xslt ~/.freeorion/config.xml
fi
exit 0