summarylogtreecommitdiffstats
path: root/mime-haml.install
diff options
context:
space:
mode:
Diffstat (limited to 'mime-haml.install')
-rw-r--r--mime-haml.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/mime-haml.install b/mime-haml.install
new file mode 100644
index 000000000000..94ba339a42f7
--- /dev/null
+++ b/mime-haml.install
@@ -0,0 +1,5 @@
+post_install() {
+ # update mime database
+ echo "==> updating mime database"
+ update-mime-database /usr/share/mime &> /dev/null
+}