diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-26 22:26:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-26 22:26:15 +0000 |
commit | cbc769f765292e47ad710e00508ba55f5cbb06ab (patch) | |
tree | b5d0f194ff5de334f15dfa79f64f1359367fa1ea /games-sports/trigger | |
parent | fix retarded cross-compile depends (diff) | |
download | gentoo-2-cbc769f765292e47ad710e00508ba55f5cbb06ab.tar.gz gentoo-2-cbc769f765292e47ad710e00508ba55f5cbb06ab.tar.bz2 gentoo-2-cbc769f765292e47ad710e00508ba55f5cbb06ab.zip |
mention ~/.trigger/trigger.config in pkg_postinst
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-sports/trigger')
-rw-r--r-- | games-sports/trigger/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/trigger/trigger-0.5.1c.ebuild | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/games-sports/trigger/ChangeLog b/games-sports/trigger/ChangeLog index cf22571bd546..6737c7bdc719 100644 --- a/games-sports/trigger/ChangeLog +++ b/games-sports/trigger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/trigger # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.5 2005/07/26 18:47:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.6 2005/07/26 22:26:15 mr_bones_ Exp $ + + 26 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> + trigger-0.5.1c.ebuild: + mention ~/.trigger/trigger.config in pkg_postinst 26 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> -trigger-0.5.0.ebuild, -trigger-0.5.1.ebuild: diff --git a/games-sports/trigger/trigger-0.5.1c.ebuild b/games-sports/trigger/trigger-0.5.1c.ebuild index 91c02a9916a3..1f9172c993fd 100644 --- a/games-sports/trigger/trigger-0.5.1c.ebuild +++ b/games-sports/trigger/trigger-0.5.1c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.5.1c.ebuild,v 1.1 2005/05/09 00:11:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.5.1c.ebuild,v 1.2 2005/07/26 22:26:15 mr_bones_ Exp $ inherit games @@ -43,3 +43,10 @@ src_install() { dodoc ../${PDATA}/{README.txt,README-stereo.txt} prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + einfo "After running ${PN} for the first time, a config file is" + einfo "available in ~/.trigger/trigger.config" + echo +} |