From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- midori/post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 midori/post-install (limited to 'midori/post-install') diff --git a/midori/post-install b/midori/post-install new file mode 100644 index 000000000..62ada1b29 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf