summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-01 14:19:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-01 16:26:00 +0200
commitb3ea1e61462eeda825109447063b7f9683b2cfa4 (patch)
treef09088269b6a36b0822deea4aa1cb84730e979d7
parentmedia-gfx/inkscape: Check compiler if compiling only (diff)
downloadgentoo-b3ea1e61.tar.gz
gentoo-b3ea1e61.tar.bz2
gentoo-b3ea1e61.zip
media-gfx/inkscape: Let xdg.eclass handle pkg_post{inst,rm} phases
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-gfx/inkscape/inkscape-0.92.4.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-gfx/inkscape/inkscape-0.92.4.ebuild b/media-gfx/inkscape/inkscape-0.92.4.ebuild
index 13ee14e96df7..d29e444aff27 100644
--- a/media-gfx/inkscape/inkscape-0.92.4.ebuild
+++ b/media-gfx/inkscape/inkscape-0.92.4.ebuild
@@ -157,15 +157,3 @@ src_install() {
find "${ED}" -name "*.la" -delete || die
python_optimize "${ED%/}"/usr/share/${PN}/extensions
}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}