Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Thu, 01 Mar 2018 15:44:25
Message-Id: 1519919049.e0595dcadd29b11e6fc166d7f9dc2b9320049337.asturm@gentoo
1 commit: e0595dcadd29b11e6fc166d7f9dc2b9320049337
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 13:19:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 15:44:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0595dca
7
8 www-client/falkon: Add migration info to pkg_postinst
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-client/falkon/falkon-3.0.0.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/www-client/falkon/falkon-3.0.0.ebuild b/www-client/falkon/falkon-3.0.0.ebuild
16 index 53da752ba8f..6da8f0a0600 100644
17 --- a/www-client/falkon/falkon-3.0.0.ebuild
18 +++ b/www-client/falkon/falkon-3.0.0.ebuild
19 @@ -56,3 +56,9 @@ src_configure() {
20 )
21 kde5_src_configure
22 }
23 +
24 +pkg_postinst() {
25 + kde5_pkg_postinst
26 + elog "If you were previously using QupZilla, you can manually migrate your profiles"
27 + elog "by moving the config directory from ~/.config/qupzilla to ~/.config/falkon"
28 +}