summaryrefslogtreecommitdiffstats
path: root/xfce/midori/post-install
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:54:15 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:54:15 +0200
commit057d6c5b1173877d1324f9fc61f836216e5c140e (patch)
tree251e600a861652a089985841ff3024af841bce4f /xfce/midori/post-install
parente954511d9647dded6b76b30e069c374802d7595a (diff)
downloadnutyx-extra-057d6c5b1173877d1324f9fc61f836216e5c140e.tar.gz
nutyx-extra-057d6c5b1173877d1324f9fc61f836216e5c140e.tar.bz2
nutyx-extra-057d6c5b1173877d1324f9fc61f836216e5c140e.tar.xz
nutyx-extra-057d6c5b1173877d1324f9fc61f836216e5c140e.zip
Ajout de midori#0.1.7-2
Diffstat (limited to 'xfce/midori/post-install')
-rw-r--r--xfce/midori/post-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/xfce/midori/post-install b/xfce/midori/post-install
new file mode 100644
index 000000000..62ada1b29
--- /dev/null
+++ b/xfce/midori/post-install
@@ -0,0 +1,9 @@
+#!/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