diff options
Diffstat (limited to 'desktop/wally/doinst.sh')
-rw-r--r-- | desktop/wally/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/wally/doinst.sh b/desktop/wally/doinst.sh index 08ebc53431..84d0544d34 100644 --- a/desktop/wally/doinst.sh +++ b/desktop/wally/doinst.sh @@ -1,7 +1,3 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 |