summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-02 19:23:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-02 19:23:36 +0000
commitef5a2b6fb580ef6f750f33f138648956218db990 (patch)
tree197474a1f3e85a0d38ee4ff25193d4a893e9ad22 /x11-themes
parentabf4daa662d0e558be127efe82fd5235a4455914 (diff)
x11-themes/material-icon-theme : revision bump
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/material-icon-theme/material-icon-theme-1337-r2.ebuild (renamed from x11-themes/material-icon-theme/material-icon-theme-1337-r1.ebuild)14
1 files changed, 13 insertions, 1 deletions
diff --git a/x11-themes/material-icon-theme/material-icon-theme-1337-r1.ebuild b/x11-themes/material-icon-theme/material-icon-theme-1337-r2.ebuild
index c1018c0e..68a53c72 100644
--- a/x11-themes/material-icon-theme/material-icon-theme-1337-r1.ebuild
+++ b/x11-themes/material-icon-theme/material-icon-theme-1337-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit eutils git-r3
+inherit eutils git-r3 gnome2-utils
DESCRIPTION="Icon theme following the Google's material design specifications"
HOMEPAGE="https://gitlab.com/bionel/bionel-icons"
@@ -26,3 +26,15 @@ src_install() {
insinto usr/share/icons
doins -r material-icons/*
}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}