summaryrefslogtreecommitdiffstats
path: root/system/veracrypt/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/veracrypt/doinst.sh')
-rw-r--r--system/veracrypt/doinst.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/veracrypt/doinst.sh b/system/veracrypt/doinst.sh
index 726ffe403b..392c12adb9 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