commit: e0595dcadd29b11e6fc166d7f9dc2b9320049337 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 1 13:19:08 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 1 15:44:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0595dca
www-client/falkon: Add migration info to pkg_postinst Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/falkon/falkon-3.0.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www-client/falkon/falkon-3.0.0.ebuild b/www-client/falkon/falkon-3.0.0.ebuild index 53da752ba8f..6da8f0a0600 100644 --- a/www-client/falkon/falkon-3.0.0.ebuild +++ b/www-client/falkon/falkon-3.0.0.ebuild @@ -56,3 +56,9 @@ src_configure() { ) kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + elog "If you were previously using QupZilla, you can manually migrate your profiles" + elog "by moving the config directory from ~/.config/qupzilla to ~/.config/falkon" +}