summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-01 14:19:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-01 16:44:09 +0100
commite0595dcadd29b11e6fc166d7f9dc2b9320049337 (patch)
tree1ac97f9a20d3e079154517db545589215d9b2b75 /www-client
parentapp-text/gspell: Tested on ~amd64-fbsd (diff)
downloadgentoo-e0595dcadd29b11e6fc166d7f9dc2b9320049337.tar.gz
gentoo-e0595dcadd29b11e6fc166d7f9dc2b9320049337.tar.bz2
gentoo-e0595dcadd29b11e6fc166d7f9dc2b9320049337.zip
www-client/falkon: Add migration info to pkg_postinst
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-client')
-rw-r--r--www-client/falkon/falkon-3.0.0.ebuild6
1 files changed, 6 insertions, 0 deletions
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"
+}