diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-05-26 23:04:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:16 +0700 |
commit | 0946cb1a1dd910eafabaa1c1a8f0eaf1d2a8eec4 (patch) | |
tree | bb80fa41e8640fef851ff382fd5ed4525a939c81 /system/fio/doinst.sh | |
parent | 3872f4acc318fefa2ad629ed7b8911423286a963 (diff) | |
download | slackbuilds-0946cb1a1dd910eafabaa1c1a8f0eaf1d2a8eec4.tar.gz |
system/fio: Updated for version 2.20.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fio/doinst.sh')
-rw-r--r-- | system/fio/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/fio/doinst.sh b/system/fio/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/fio/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 |