projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354f78a
)
www-client/falkon: Add migration info to pkg_postinst
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 1 Mar 2018 13:19:08 +0000
(14:19 +0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/www-client/falkon/falkon-3.0.0.ebuild
b/www-client/falkon/falkon-3.0.0.ebuild
index 53da752ba8f57e64e316aba2ec4cd716cb5db644..6da8f0a0600fd2cc4e48abea20bc773787a97999 100644
(file)
--- 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"
+}