summaryrefslogtreecommitdiffstats
path: root/xfce/midori/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/midori/post-install')
-rw-r--r--xfce/midori/post-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/xfce/midori/post-install b/xfce/midori/post-install
deleted file mode 100644
index 62ada1b29..000000000
--- a/xfce/midori/post-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# Maj menu desktop et mime database
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -x /usr/bin/update-mime-database ]; then
- /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1
-fi