diff options
Diffstat (limited to 'system/veracrypt/doinst.sh')
-rw-r--r-- | system/veracrypt/doinst.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/veracrypt/doinst.sh b/system/veracrypt/doinst.sh index 726ffe403baf3..392c12adb9bd3 100644 --- a/system/veracrypt/doinst.sh +++ b/system/veracrypt/doinst.sh @@ -2,8 +2,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications fi -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |