mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-electronics/gwave: Use xdg_icon_cache_update
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools desktop gnome2-utils xdg-utils
|
||||
inherit autotools desktop xdg-utils
|
||||
|
||||
DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
|
||||
HOMEPAGE="http://gwave.sourceforge.net"
|
||||
@@ -45,11 +45,11 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
gnome2_icon_cache_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
gnome2_icon_cache_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user