diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-02 09:48:14 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-02 09:48:14 +0000 |
commit | 80bf7b1d401b9364a8b6c8d33962cd14d92607ee (patch) | |
tree | a8ad8f901ef9a0746c341f80c1ef697bd4afea52 /media-plugins | |
parent | version bump (diff) | |
download | gentoo-2-80bf7b1d401b9364a8b6c8d33962cd14d92607ee.tar.gz gentoo-2-80bf7b1d401b9364a8b6c8d33962cd14d92607ee.tar.bz2 gentoo-2-80bf7b1d401b9364a8b6c8d33962cd14d92607ee.zip |
Fix post message, closing #36986
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythvideo/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.13.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index e93bd168bc1f..c27a56d5dad9 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,6 +1,6 @@ MD5 add8f024706f4df18cf81f298e6b631e mythvideo-0.12.ebuild 1766 MD5 e108d5867e5f2a919a2fa1c6c404fd37 mythvideo-0.11.ebuild 1749 -MD5 4f740772725ac111d6e8913c84b34135 mythvideo-0.13.ebuild 1768 +MD5 1937098d88839d4cac773611aab349dc mythvideo-0.13.ebuild 1768 MD5 9fd93bf48a82d42ba35ab9c87aa1e1b6 ChangeLog 2215 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67 diff --git a/media-plugins/mythvideo/mythvideo-0.13.ebuild b/media-plugins/mythvideo/mythvideo-0.13.ebuild index 29d8a6240629..97318870232c 100644 --- a/media-plugins/mythvideo/mythvideo-0.13.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.13.ebuild,v 1.1 2003/12/11 21:55:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.13.ebuild,v 1.2 2004/01/02 09:48:05 aliz Exp $ inherit flag-o-matic @@ -54,7 +54,7 @@ pkg_postinst() { einfo "If you're upgrading from an older version and for more" einfo "setup and usage instructions, please refer to:" einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/README.db.gz" + einfo " /usr/share/doc/${PF}/UPGRADING.gz" ewarn "This part is important as there might be database changes" ewarn "which need to be performed or this package will not work" ewarn "properly." |