diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-06 20:15:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-06 20:15:37 +0000 |
commit | b44d16fb06fc5dc5fea2c7c48c945395b5a949c8 (patch) | |
tree | 91efbe6288fc716dbf74158d1c3b220ae7288ce5 /media-sound/exaile/exaile-0.3.0_alpha2.ebuild | |
parent | old (diff) | |
download | historical-b44d16fb06fc5dc5fea2c7c48c945395b5a949c8.tar.gz historical-b44d16fb06fc5dc5fea2c7c48c945395b5a949c8.tar.bz2 historical-b44d16fb06fc5dc5fea2c7c48c945395b5a949c8.zip |
Write a postinst message for users moving from 0.2.x just in case.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/exaile/exaile-0.3.0_alpha2.ebuild')
-rw-r--r-- | media-sound/exaile/exaile-0.3.0_alpha2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-sound/exaile/exaile-0.3.0_alpha2.ebuild b/media-sound/exaile/exaile-0.3.0_alpha2.ebuild index b88b2ec2c33e..40d85d745bca 100644 --- a/media-sound/exaile/exaile-0.3.0_alpha2.ebuild +++ b/media-sound/exaile/exaile-0.3.0_alpha2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.1 2009/06/05 17:47:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.2 2009/06/06 20:15:37 ssuominen Exp $ EAPI=2 inherit eutils fdo-mime multilib python @@ -55,6 +55,12 @@ pkg_postinst() { python_mod_optimize /usr/$(get_libdir)/${PN} fdo-mime_desktop_database_update fdo-mime_mime_database_update + elog "This version is more or less a rewrite from 0.2.x series, so" + elog "don't expect all the features you had before to be there yet." + elog "It would be a good idea to remove your old exaile configs" + elog "and databases out of the way before switching from 0.2.x." + elog "These files are in your home directory in .exaile, .config/exaile" + elog "and .local/share/exaile" } pkg_postrm() { |