summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-notes-plugin/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-12-30 03:23:11 +0100
committer Robby Workman2011-01-01 01:59:53 +0100
commit9955b3908aaee2924402b4dc5159cf4b29bdbfd8 (patch)
treef002fe2ab7261e4889f6d071b5a5e4a4de84d543 /desktop/xfce4-notes-plugin/doinst.sh
parent3754098d2e6d40d57af8bb239e66269d53d16345 (diff)
downloadslackbuilds-9955b3908aaee2924402b4dc5159cf4b29bdbfd8.tar.gz
desktop/xfce4-notes-plugin: Updated for version 1.7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-notes-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-notes-plugin/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/xfce4-notes-plugin/doinst.sh b/desktop/xfce4-notes-plugin/doinst.sh
index 30eb690936..1f8ff67ded 100644
--- a/desktop/xfce4-notes-plugin/doinst.sh
+++ b/desktop/xfce4-notes-plugin/doinst.sh
@@ -1,3 +1,7 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1