Skip to content

Commit

Permalink
x11-themes/murrine-themes: update icon cache
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/891291
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Jan 20, 2023
1 parent 7903f25 commit 3e71134
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xdg-utils

DESCRIPTION="Themes for the Murrine GTK+2 Cairo Engine"
HOMEPAGE="https://tracker.debian.org/pkg/murrine-themes"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz"
Expand All @@ -29,3 +31,11 @@ src_install() {
insinto /usr/share/themes
doins -r usr/share/themes/*
}

pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}

0 comments on commit 3e71134

Please sign in to comment.