diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-09-13 23:10:47 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-13 23:10:47 +0100 |
commit | 8d96af075ab11225be4b9f158c8fdefd847cf3fe (patch) | |
tree | eb9150394e12fa7ee2a27dbdd09bb68040474682 /office | |
parent | fc04a5e1a937722b3c7f8463c0a74d6d60b0805c (diff) |
office/gnucash: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/gnucash/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnucash/doinst.sh b/office/gnucash/doinst.sh index 937d628308e4..1a7e6ec6c10d 100644 --- a/office/gnucash/doinst.sh +++ b/office/gnucash/doinst.sh @@ -12,7 +12,7 @@ config() { } config etc/gnucash/environment.new -c + if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |