summarylogtreecommitdiffstats
path: root/cmll-latex.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmll-latex.install')
-rw-r--r--cmll-latex.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmll-latex.install b/cmll-latex.install
new file mode 100644
index 000000000000..d55b1c004a28
--- /dev/null
+++ b/cmll-latex.install
@@ -0,0 +1,12 @@
+post_install() {
+ texhash
+}
+
+post_remove() {
+ texhash
+}
+
+post_upgrade() {
+ texhash
+}
+