Skip to content

Commit

Permalink
games-engines/scummvm: Fix xdg.eclass usage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Apr 13, 2019
1 parent f69f7cf commit 6f865a3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions games-engines/scummvm/scummvm-2.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ S="${WORKDIR}/${P/_/}"
PATCHES=( "${FILESDIR}/${PN}-2.0.0-freetype_pkgconfig.patch" )

src_prepare() {
default
xdg_src_prepare

# -g isn't needed for nasm here
sed -i \
Expand Down Expand Up @@ -96,15 +96,3 @@ src_install() {
default
doicon -s scalable icons/scummvm.svg
}

pkg_preinst() {
xdg_pkg_preinst
}

pkg_postinst() {
xdg_pkg_postinst
}

pkg_postrm() {
xdg_pkg_postrm
}

0 comments on commit 6f865a3

Please sign in to comment.