diff options
Diffstat (limited to 'system/xfe/doinst.sh')
-rw-r--r-- | system/xfe/doinst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/xfe/doinst.sh b/system/xfe/doinst.sh index cbc484f9f1..4e8ba7071d 100644 --- a/system/xfe/doinst.sh +++ b/system/xfe/doinst.sh @@ -1,3 +1,4 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + |