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

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