diff options
Diffstat (limited to 'source/n/gpa/doinst.sh')
-rw-r--r-- | source/n/gpa/doinst.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/n/gpa/doinst.sh b/source/n/gpa/doinst.sh index 1b722006..0fab6897 100644 --- a/source/n/gpa/doinst.sh +++ b/source/n/gpa/doinst.sh @@ -8,6 +8,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database &> /dev/null fi -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /gtk-update-icon-cache -f -t /usr/share/icons/hicolor &> /dev/null -fi |