diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 14:25:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 14:25:07 +0000 |
commit | f5416abe7ed6059896164bcf19f8fef7feb16e5f (patch) | |
tree | d898f54823c952ccb98ed3dff90dbffa99ca35ca /games-util/uglygs/uglygs-0_rc11.ebuild | |
parent | Mark 3.4.1 stable on ia64. #112842 (diff) | |
download | gentoo-2-f5416abe7ed6059896164bcf19f8fef7feb16e5f.tar.gz gentoo-2-f5416abe7ed6059896164bcf19f8fef7feb16e5f.tar.bz2 gentoo-2-f5416abe7ed6059896164bcf19f8fef7feb16e5f.zip |
Moved games_pkg_postinst to beginning of pkg_postinst.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-util/uglygs/uglygs-0_rc11.ebuild')
-rw-r--r-- | games-util/uglygs/uglygs-0_rc11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/uglygs/uglygs-0_rc11.ebuild b/games-util/uglygs/uglygs-0_rc11.ebuild index ce21d3b03f22..2214bc359024 100644 --- a/games-util/uglygs/uglygs-0_rc11.ebuild +++ b/games-util/uglygs/uglygs-0_rc11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/uglygs-0_rc11.ebuild,v 1.6 2005/06/15 19:24:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/uglygs-0_rc11.ebuild,v 1.7 2006/03/27 14:25:07 wolf31o2 Exp $ inherit eutils games @@ -55,6 +55,6 @@ src_install() { } pkg_postinst() { - einfo "Dont forget to setup ${GAMES_SYSCONFDIR}/uglygs.conf and ${GAMES_SYSCONFDIR}/qstat.cfg" games_pkg_postinst + einfo "Dont forget to setup ${GAMES_SYSCONFDIR}/uglygs.conf and ${GAMES_SYSCONFDIR}/qstat.cfg" } |