summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-03-06 13:17:26 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-03-06 13:18:29 +0300
commitf07b5db9dadd10e031aa98b3912a9709496d8010 (patch)
tree8f2d379f9fb280347c316a500c5147aace719d88 /x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
parentsys-apps/sdparm: Bump to version 1.11 (diff)
downloadgentoo-f07b5db9dadd10e031aa98b3912a9709496d8010.tar.gz
gentoo-f07b5db9dadd10e031aa98b3912a9709496d8010.tar.bz2
gentoo-f07b5db9dadd10e031aa98b3912a9709496d8010.zip
x11-themes/papirus-icon-theme: Version bump (v20200301)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild')
-rw-r--r--x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
index 96967c513d90..688a4a61f1dc 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
DESCRIPTION="icon theme for Linux"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -22,5 +22,5 @@ src_install() {
}
pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postinst() { xdg_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }