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