summarylogtreecommitdiffstats
path: root/wp2latex.install
diff options
context:
space:
mode:
Diffstat (limited to 'wp2latex.install')
-rw-r--r--wp2latex.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/wp2latex.install b/wp2latex.install
new file mode 100644
index 000000000000..7f878a18bc81
--- /dev/null
+++ b/wp2latex.install
@@ -0,0 +1,7 @@
+post_install() {
+ texconfig-sys rehash
+}
+
+post_upgrade() {
+ texconfig-sys rehash
+}