mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
7 lines
170 B
Bash
7 lines
170 B
Bash
#!/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
|