diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:02:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:02:55 +0000 |
commit | aca9af0af61835d9dd4eb9ba134ffd1a8474e9ea (patch) | |
tree | c29bf5debad84c42967332f6388ca43ffaf4daea /games-puzzle | |
parent | need to call games_pkg_postinst (diff) | |
download | gentoo-2-aca9af0af61835d9dd4eb9ba134ffd1a8474e9ea.tar.gz gentoo-2-aca9af0af61835d9dd4eb9ba134ffd1a8474e9ea.tar.bz2 gentoo-2-aca9af0af61835d9dd4eb9ba134ffd1a8474e9ea.zip |
need to call games_pkg_postinst
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/triptych-demo/triptych-demo-0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/triptych-demo/triptych-demo-0.ebuild b/games-puzzle/triptych-demo/triptych-demo-0.ebuild index d249cffdc72c..a6e3ff1add46 100644 --- a/games-puzzle/triptych-demo/triptych-demo-0.ebuild +++ b/games-puzzle/triptych-demo/triptych-demo-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.2 2004/12/14 00:12:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.3 2005/02/12 01:02:55 mr_bones_ Exp $ inherit games eutils @@ -31,6 +31,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst # Fix perms on status files #74217 local f for f in triptych.{clr,cnt,scr} ; do |