commit: 6500fe131649873c33c990e2d0416e0ae434db3c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 13:19:50 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 13:19:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6500fe13
www-client/falkon: Add migration info to pkg_postinst
Package-Manager: Portage-2.3.24, Repoman-2.3.6
www-client/falkon/falkon-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/www-client/falkon/falkon-9999.ebuild
b/www-client/falkon/falkon-9999.ebuild
index 9c33059531..ddbeac9e7b 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -53,3 +53,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"
+}