diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-04-08 23:06:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:44 +0700 |
commit | 391d4a59ce95723d26622827668de47606d9c6f5 (patch) | |
tree | 4f45100e53e789f008f6a3f5a59da46350803b73 /office/notmuch/doinst.sh | |
parent | a2d281293f691518e93d6bc4718fe3c59b175f1f (diff) | |
download | slackbuilds-391d4a59ce95723d26622827668de47606d9c6f5.tar.gz |
office/notmuch: Updated for version 0.24.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/notmuch/doinst.sh')
-rw-r--r-- | office/notmuch/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/notmuch/doinst.sh b/office/notmuch/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/notmuch/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |