media-plugins/calf-{0.90.0-r2,9999}: fixed gnome2 icon cache update

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2019-01-26 12:48:09 +01:00
parent 960290b4d4
commit b582dbcd05
2 changed files with 20 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
inherit autotools gnome2-utils
DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
HOMEPAGE="http://calf-studio-gear.org/"
@@ -54,3 +54,11 @@ src_configure() {
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable experimental)
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
inherit autotools gnome2-utils
DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
HOMEPAGE="http://calf-studio-gear.org/"
@@ -54,3 +54,11 @@ src_configure() {
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable experimental)
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}