summaryrefslogtreecommitdiffstats
path: root/system/veracrypt/doinst.sh
diff options
context:
space:
mode:
author Thomas Szteliga2018-04-22 13:59:53 +0200
committer Willy Sudiarto Raharjo2018-04-28 01:40:09 +0200
commit53c2e49f0797c264168b6e2e7a4f4128561b1203 (patch)
treeac7ddd7e2f2c2521b4c7dd5deb6309118f7d5069 /system/veracrypt/doinst.sh
parent7590f1e524c4386780d906aeb42b5f568ca48ff9 (diff)
downloadslackbuilds-53c2e49f0797c264168b6e2e7a4f4128561b1203.tar.gz
system/veracrypt: Updated for version 1.22.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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