diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-12-29 21:27:52 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:59 +0700 |
commit | bcdc08aec02869fcc9cde31f6b742bd31193689b (patch) | |
tree | 1a63f6f2ed1fecdc7df430e7092346d9f5595126 /development/eclipse-cpp/doinst.sh | |
parent | 204bc100cb1427301491561debd4068373475d16 (diff) |
development/eclipse-cpp: Updated for version 4.7.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp/doinst.sh')
-rw-r--r-- | development/eclipse-cpp/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/development/eclipse-cpp/doinst.sh b/development/eclipse-cpp/doinst.sh index 728f2f8c9f81d..dfdd71579c49d 100644 --- a/development/eclipse-cpp/doinst.sh +++ b/development/eclipse-cpp/doinst.sh @@ -19,11 +19,5 @@ if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 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 - config opt/eclipse-cpp/configuration/config.ini.new config opt/eclipse-cpp/eclipse.ini.new |