summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/falkon/falkon-9999.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
index 9c330595318..ddbeac9e7be 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"
+}