commit:     1c7346cc28e37480aae4f5f1d6fa5b0ecd3e580c
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Nov 18 13:18:28 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 13:18:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7346cc

media-sound/lollypop: call xdg_pkg_preinst

Closes: https://bugs.gentoo.org/755011
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/lollypop/lollypop-1.2.35.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild 
b/media-sound/lollypop/lollypop-1.2.35.ebuild
index fc57c94f636..70b5f2889b8 100644
--- a/media-sound/lollypop/lollypop-1.2.35.ebuild
+++ b/media-sound/lollypop/lollypop-1.2.35.ebuild
@@ -49,15 +49,16 @@ RDEPEND="${DEPEND}
 
 RESTRICT="test"
 
-pkg_preinst() {
-       gnome2_schemas_savelist
-}
-
 src_install() {
        meson_src_install
        python_optimize
 }
 
+pkg_preinst() {
+       gnome2_schemas_savelist
+       xdg_pkg_preinst
+}
+
 pkg_postinst() {
        gnome2_gconf_install
        gnome2_schemas_update

Reply via email to