summaryrefslogtreecommitdiff
path: root/manualPorts/wurzel-mp/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/wurzel-mp/post-install')
-rwxr-xr-xmanualPorts/wurzel-mp/post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/manualPorts/wurzel-mp/post-install b/manualPorts/wurzel-mp/post-install
new file mode 100755
index 0000000..4204748
--- /dev/null
+++ b/manualPorts/wurzel-mp/post-install
@@ -0,0 +1,5 @@
+#/bin/sh
+
+TEXMFLOCAL="$(texconfig conf | grep TEXMFLOCAL | cut -f2 -d'=')"
+echo "Rebuilding tex filename database"
+texhash --quiet "${TEXMFLOCAL}"