diff options
Diffstat (limited to 'system/fpm2/doinst.sh')
-rw-r--r-- | system/fpm2/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fpm2/doinst.sh b/system/fpm2/doinst.sh index 854e20633d..3857649f50 100644 --- a/system/fpm2/doinst.sh +++ b/system/fpm2/doinst.sh @@ -1,3 +1,3 @@ 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 &> /dev/null fi |