diff options
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 728f2f8c9f8..dfdd71579c4 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 |