diff options
author | Kristaps Esterlins <esterlinsh@gmail.com> | 2010-05-12 17:45:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:45:59 +0200 |
commit | 39eead4f267c3a1cecce8fb825525c825b1bbb34 (patch) | |
tree | 6920a03487b1ec28ab40096948e68bf218d90259 /system/sakura/doinst.sh | |
parent | eaf6dc7a49d98e6014ee6cc8c3693a091ddd7b25 (diff) | |
download | slackbuilds-39eead4f267c3a1cecce8fb825525c825b1bbb34.tar.gz |
system/sakura: Updated for version 2.3.2
Diffstat (limited to 'system/sakura/doinst.sh')
-rw-r--r-- | system/sakura/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sakura/doinst.sh b/system/sakura/doinst.sh index 854e20633d..3718faa5a2 100644 --- a/system/sakura/doinst.sh +++ b/system/sakura/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 + |