summary refs log tree commit diff
path: root/pkgs/games/freeorion/fix-paths.sh
blob: def017ddc5b0a54f27b633003696963ee0084da8 (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@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
fi
exit 0