diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 17:45:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:45:24 +0200 |
commit | 4935871150e0366a1bf658b44c2a7ca2cc0e2e84 (patch) | |
tree | 127e0864e56bc3d81191d8baa1dda61a7040e66e /system/iscan/doinst.sh | |
parent | af0f411a78633b273cfac60fd4312337736b3781 (diff) | |
download | slackbuilds-4935871150e0366a1bf658b44c2a7ca2cc0e2e84.tar.gz |
system/iscan: Updated for version 2.18.0
Diffstat (limited to 'system/iscan/doinst.sh')
-rw-r--r-- | system/iscan/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/iscan/doinst.sh b/system/iscan/doinst.sh index 854e20633d..392c12adb9 100644 --- a/system/iscan/doinst.sh +++ b/system/iscan/doinst.sh @@ -1,3 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database -q usr/share/applications + /usr/bin/update-desktop-database -q usr/share/applications fi + |