From: Andreas Sturmlechner Date: Thu, 1 Mar 2018 13:19:08 +0000 (+0100) Subject: www-client/falkon: Add migration info to pkg_postinst X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e0595dcadd29b11e6fc166d7f9dc2b9320049337;p=gentoo.git www-client/falkon: Add migration info to pkg_postinst Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/www-client/falkon/falkon-3.0.0.ebuild b/www-client/falkon/falkon-3.0.0.ebuild index 53da752ba8f5..6da8f0a0600f 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" +}