summarylogtreecommitdiffstats
path: root/texlive-most-doc.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-most-doc.install')
-rw-r--r--texlive-most-doc.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/texlive-most-doc.install b/texlive-most-doc.install
new file mode 100644
index 000000000000..78e0cf8426d3
--- /dev/null
+++ b/texlive-most-doc.install
@@ -0,0 +1,11 @@
+post_install() {
+ texhash
+}
+
+post_remove() {
+ texhash
+}
+
+post_upgrade() {
+ texhash
+}