summaryrefslogtreecommitdiffstats
path: root/system/sakura/doinst.sh
diff options
context:
space:
mode:
author Kristaps Esterlins <esterlinsh@gmail.com>2010-05-11 22:27:04 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:27:04 +0200
commitbe30348c290c3699468be59cf4b66e8616ef0ca9 (patch)
treebb8b3c43d8ad71de194f287a7392e047bd6087b8 /system/sakura/doinst.sh
parent382bfb033068b498769af1fd9fb3fbc7a373b6f2 (diff)
downloadslackbuilds-be30348c290c3699468be59cf4b66e8616ef0ca9.tar.gz
slackbuilds-be30348c290c3699468be59cf4b66e8616ef0ca9.tar.xz
system/sakura: Updated for version 2.2.0
Diffstat (limited to 'system/sakura/doinst.sh')
-rw-r--r--system/sakura/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sakura/doinst.sh b/system/sakura/doinst.sh
index 85aad974d0..854e20633d 100644
--- a/system/sakura/doinst.sh
+++ b/system/sakura/doinst.sh
@@ -1,3 +1,3 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database &> /dev/null
+if [ -x /usr/bin/update-desktop-database ]; then
+ ./usr/bin/update-desktop-database -q usr/share/applications
fi