summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-04-14 00:24:52 +0200
committerPacho Ramos <pacho@gentoo.org>2019-04-14 00:44:13 +0200
commit6f865a38c3e7026f01a7a3f1d896adf085cffa6c (patch)
tree1b6d40f9a3b7e5eb10bede59eb5fd10c3d3f1360
parentgames-engines/scummvm: Drop old (diff)
downloadgentoo-6f865a38c3e7026f01a7a3f1d896adf085cffa6c.tar.gz
gentoo-6f865a38c3e7026f01a7a3f1d896adf085cffa6c.tar.bz2
gentoo-6f865a38c3e7026f01a7a3f1d896adf085cffa6c.zip
games-engines/scummvm: Fix xdg.eclass usage
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--games-engines/scummvm/scummvm-2.0.0-r1.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
index 858b3bcc36b5..100cda366879 100644
--- a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
+++ b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
@@ -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 \
@@ -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
-}