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