Skip to content

Commit

Permalink
media-gfx/inkscape-1.0_beta1: fixed xdg stuff
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Nov 7, 2019
1 parent 8f86e79 commit 71fbff0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions media-gfx/inkscape/inkscape-1.0_beta1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="xml"

inherit cmake-utils flag-o-matic xdg-utils xdg toolchain-funcs python-single-r1
inherit cmake-utils flag-o-matic xdg toolchain-funcs python-single-r1

MY_P="${P/_/}"

Expand Down Expand Up @@ -156,17 +156,3 @@ src_install() {

cmake-utils_src_install
}

pkg_preinst() {
xdg_icon_savelist
}

pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}

pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

0 comments on commit 71fbff0

Please sign in to comment.