diff options
author | Alan Alberghini <414N@slacky.it> | 2018-01-03 23:45:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:27 +0700 |
commit | 29573f5c95fa70f5c1e97868dfc4904972ddaa70 (patch) | |
tree | f0d68fae06f2d94ebada0eb3f380ef89725727ce /office/sofastats/doinst.sh | |
parent | 96df268d737bdaf0fc9c1c2da6b9b280db974374 (diff) | |
download | slackbuilds-29573f5c95fa70f5c1e97868dfc4904972ddaa70.tar.gz |
office/sofastats: Updated for version 1.4.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/sofastats/doinst.sh')
-rw-r--r-- | office/sofastats/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/sofastats/doinst.sh b/office/sofastats/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/office/sofastats/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |