diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:00:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:00:57 +0000 |
commit | 3d8f12a0a92f7d675a2cde4160e3b6bf26c7149e (patch) | |
tree | f0534283985b0f1d34021de091ad1f38b26c7fa9 /games-mud/lyntin | |
parent | Add custom reload() func by Cory Visi to init.d script #52044. (diff) | |
download | gentoo-2-3d8f12a0a92f7d675a2cde4160e3b6bf26c7149e.tar.gz gentoo-2-3d8f12a0a92f7d675a2cde4160e3b6bf26c7149e.tar.bz2 gentoo-2-3d8f12a0a92f7d675a2cde4160e3b6bf26c7149e.zip |
need to call games_pkg_postinst
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-mud/lyntin')
-rw-r--r-- | games-mud/lyntin/lyntin-4.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-mud/lyntin/lyntin-4.1.1.ebuild b/games-mud/lyntin/lyntin-4.1.1.ebuild index 9aef6d1cd23e..5df4917c8f0e 100644 --- a/games-mud/lyntin/lyntin-4.1.1.ebuild +++ b/games-mud/lyntin/lyntin-4.1.1.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-mud/lyntin/lyntin-4.1.1.ebuild,v 1.2 2005/02/12 00:50:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.1.1.ebuild,v 1.3 2005/02/12 01:00:57 mr_bones_ Exp $ inherit games distutils @@ -35,6 +35,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst if use tcltk ; then einfo "To start lyntin in GUI mode, create a config file" einfo "with this in it:" |