From fcda4d1d60322307d3e7ad9dfad8334ec88f3228 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Mon, 28 Jul 2025 15:58:55 -0600 Subject: [PATCH] Add post-install script that combines all the shipped types files into one, because this mod author is a sadist. --- files/mods/2663169692/install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 files/mods/2663169692/install.sh diff --git a/files/mods/2663169692/install.sh b/files/mods/2663169692/install.sh new file mode 100755 index 0000000..6d80d40 --- /dev/null +++ b/files/mods/2663169692/install.sh @@ -0,0 +1,3 @@ +# Merge all the XML files into a single types.xml file in the run time mods directory: +cd /mods/221100/2663169692/files/types +xmlmerge -o /mods/221100/2663169692/types.xml *.xml