summaryrefslogtreecommitdiffstats
path: root/development/geany/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/geany/doinst.sh')
-rw-r--r--development/geany/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/development/geany/doinst.sh b/development/geany/doinst.sh
index 5934a15ab1..140e332222 100644
--- a/development/geany/doinst.sh
+++ b/development/geany/doinst.sh
@@ -1,9 +1,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 usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi