summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-02 09:16:18 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-02 10:16:01 +0200
commit636c34562782922cd179d3355795da81995e6e19 (patch)
tree81b1d4a7b7a4a561ddc276e0222d5be728821f9d /xfce-base
parentdev-util/shadowman: Bump to v2 (diff)
downloadgentoo-636c34562782922cd179d3355795da81995e6e19.tar.gz
gentoo-636c34562782922cd179d3355795da81995e6e19.tar.bz2
gentoo-636c34562782922cd179d3355795da81995e6e19.zip
xfce-base/thunar: Update icon cache
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar/thunar-1.6.12.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfce-base/thunar/thunar-1.6.12.ebuild b/xfce-base/thunar/thunar-1.6.12.ebuild
index 7f0e7ed3946e..c34167b9a8a3 100644
--- a/xfce-base/thunar/thunar-1.6.12.ebuild
+++ b/xfce-base/thunar/thunar-1.6.12.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit virtualx xdg-utils
+inherit gnome2-utils virtualx xdg-utils
MY_P=${P^}
@@ -68,8 +68,10 @@ src_test() {
pkg_postinst() {
xdg_desktop_database_update
+ gnome2_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
+ gnome2_icon_cache_update
}