mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
7 lines
191 B
Bash
7 lines
191 B
Bash
#!@shell@
|
|
|
|
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
|