diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-04-08 18:15:03 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:26:25 +0200 |
commit | d013b34d2344f60eee724290f6c3ddfe3c4566a1 (patch) | |
tree | 250b66a0309f7f009971bf404703c9253c98f506 /system/fpm2/doinst.sh | |
parent | 3c808736e3a0d272cd3eff070a100ef8fff80564 (diff) | |
download | slackbuilds-d013b34d2344f60eee724290f6c3ddfe3c4566a1.tar.gz |
system/fpm2: Updated for version 0.78.
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 |