diff options
author | Robby Workman <rw@rlworkman.net> | 2010-12-30 00:23:11 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:53 -0600 |
commit | 9955b3908aaee2924402b4dc5159cf4b29bdbfd8 (patch) | |
tree | f002fe2ab7261e4889f6d071b5a5e4a4de84d543 /desktop/xfce4-notes-plugin/doinst.sh | |
parent | 3754098d2e6d40d57af8bb239e66269d53d16345 (diff) | |
download | slackbuilds-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.sh | 4 |
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 |