diff options
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/roxterm/roxterm-3.9.4.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild index 2ea9ba73dd11..62aa1b550f3c 100644 --- a/x11-terms/roxterm/roxterm-3.9.4.ebuild +++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="A terminal emulator designed to integrate with the ROX environment" HOMEPAGE="https://github.com/realh/roxterm" @@ -26,10 +26,6 @@ DEPEND="${RDEPEND} dev-libs/libxslt" BDEPEND="virtual/pkgconfig" -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update +src_prepare() { + cmake_src_prepare } |