diff options
Diffstat (limited to 'system/sakura/doinst.sh')
-rw-r--r-- | system/sakura/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sakura/doinst.sh b/system/sakura/doinst.sh index 85aad974d0ab..854e20633d66 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 |