pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / games / freeorion / fix-paths.sh
blobdef017ddc5b0a54f27b633003696963ee0084da8
1 #!@shell@
3 if [ -e ~/.config/freeorion/config.xml ]; then
4 @libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/share/freeorion/fix-paths.xslt ~/.config/freeorion/config.xml
5 fi
6 exit 0