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