summarylogtreecommitdiffstats
path: root/terminix.install
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-04-18 00:13:30 -0300
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commita8d63b2ed5ede75a3575a02ccd51213005e88da2 (patch)
treec84ec354038e81f988e20d3e6ae91e0473e05951 /terminix.install
parent082b97275ad0aec69163591f7f649806b5df7644 (diff)
downloadaur-a8d63b2ed5ede75a3575a02ccd51213005e88da2.tar.gz
Use gtk-update-icon-cache instead of xdg-icon-resources
Diffstat (limited to 'terminix.install')
-rw-r--r--terminix.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminix.install b/terminix.install
index 8e43437cf979..c4b5d91b6d0b 100644
--- a/terminix.install
+++ b/terminix.install
@@ -1,6 +1,6 @@
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas > /dev/null 2>&1
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
update-desktop-database -q
}