www-client/falkon: Add migration info to pkg_postinst
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 1 Mar 2018 13:19:08 +0000 (14:19 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 1 Mar 2018 15:44:09 +0000 (16:44 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

www-client/falkon/falkon-3.0.0.ebuild

index 53da752ba8f57e64e316aba2ec4cd716cb5db644..6da8f0a0600fd2cc4e48abea20bc773787a97999 100644 (file)
@@ -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"
+}