diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-06-24 16:47:49 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-06-24 16:47:49 +0000 |
commit | 15197f34c789470a0f61ec26fb0bd875a57b485a (patch) | |
tree | 357bb02c08daf3fe692361eaddda97ac2821c447 /kde-misc/filelight | |
parent | Manifest was broken due to bad connection. Fixing... (diff) | |
download | gentoo-2-15197f34c789470a0f61ec26fb0bd875a57b485a.tar.gz gentoo-2-15197f34c789470a0f61ec26fb0bd875a57b485a.tar.bz2 gentoo-2-15197f34c789470a0f61ec26fb0bd875a57b485a.zip |
Added a post-install message about localisation support being available via kde-misc/filelight-i18n.
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'kde-misc/filelight')
-rw-r--r-- | kde-misc/filelight/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/filelight/filelight-1.0.ebuild | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/kde-misc/filelight/ChangeLog b/kde-misc/filelight/ChangeLog index 53ee38027510..92fd2b57518b 100644 --- a/kde-misc/filelight/ChangeLog +++ b/kde-misc/filelight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/filelight # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/ChangeLog,v 1.19 2007/02/23 20:11:37 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/ChangeLog,v 1.20 2007/06/24 16:47:49 philantrop Exp $ + + 24 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org> filelight-1.0.ebuild: + Added a post-install message about localisation support being available via + kde-misc/filelight-i18n. 23 Feb 2007; Charlie Shepherd <masterdriverz@gentoo.org> filelight-1.0_rc2.ebuild, filelight-1.0.ebuild: diff --git a/kde-misc/filelight/filelight-1.0.ebuild b/kde-misc/filelight/filelight-1.0.ebuild index 2405b190c3ad..18d7602e810e 100644 --- a/kde-misc/filelight/filelight-1.0.ebuild +++ b/kde-misc/filelight/filelight-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-1.0.ebuild,v 1.2 2007/02/23 20:11:37 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-1.0.ebuild,v 1.3 2007/06/24 16:47:49 philantrop Exp $ inherit kde @@ -20,3 +20,11 @@ src_unpack() { kde_src_unpack sed -i -e 's/Generic Name/GenericName/' ${S}/misc/${PN}.desktop } + +pkg_postinst() { + kde_pkg_postinst + + echo + elog "If you want localisation support for ${PN}, please emerge kde-misc/filelight-i18n." + echo +} |