summarylogtreecommitdiffstats
path: root/wp2latex.install
diff options
context:
space:
mode:
authorStefan Husmann2015-06-09 00:54:34 +0200
committerStefan Husmann2015-06-09 00:54:34 +0200
commit3e1e0c4c45bf3488b21624539d57ece60024bf42 (patch)
treeddf626031e424383cc2c2aa28872445af85f69e5 /wp2latex.install
downloadaur-3e1e0c4c45bf3488b21624539d57ece60024bf42.tar.gz
initial version
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
+}