diff options
Diffstat (limited to 'games-mud/gnome-mud/gnome-mud-0.10.7.ebuild')
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.10.7.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild index 4f078cc49304..f1bd1bbdf504 100644 --- a/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild,v 1.3 2006/10/10 17:03:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild,v 1.4 2008/03/22 10:27:38 remi Exp $ inherit gnome2 games @@ -46,6 +46,11 @@ src_install() { prepgamesdirs } +pkg_preinst() { + gnome2_pkg_preinst + games_pkg_preinst +} + pkg_postinst() { gnome2_pkg_postinst games_pkg_postinst |