commit:     97e02838c2c7da4969a1ee03e1cc71b725084c73
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 17 18:56:21 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 17:36:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e02838

net-misc/dropbox: call missing xdg phase

Otherwise xdg_icon_cache_update wont be called when the package is
installed.

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40186
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/dropbox/dropbox-214.4.5217.ebuild | 2 ++
 net-misc/dropbox/dropbox-215.4.7202.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-misc/dropbox/dropbox-214.4.5217.ebuild 
b/net-misc/dropbox/dropbox-214.4.5217.ebuild
index f639cdd4db8c..1cc4d0f0e51e 100644
--- a/net-misc/dropbox/dropbox-214.4.5217.ebuild
+++ b/net-misc/dropbox/dropbox-214.4.5217.ebuild
@@ -101,6 +101,8 @@ src_install() {
 }
 
 pkg_postinst() {
+       xdg_pkg_postinst
+
        einfo "Warning: while running, dropbox may attempt to autoupdate itself 
in"
        einfo " your user's home directory.  To prevent this, run the following 
as"
        einfo " each user who will run dropbox:"

diff --git a/net-misc/dropbox/dropbox-215.4.7202.ebuild 
b/net-misc/dropbox/dropbox-215.4.7202.ebuild
index afc5b3e0496e..8bce8f921402 100644
--- a/net-misc/dropbox/dropbox-215.4.7202.ebuild
+++ b/net-misc/dropbox/dropbox-215.4.7202.ebuild
@@ -101,6 +101,8 @@ src_install() {
 }
 
 pkg_postinst() {
+       xdg_pkg_postinst
+
        einfo "Warning: while running, dropbox may attempt to autoupdate itself 
in"
        einfo " your user's home directory.  To prevent this, run the following 
as"
        einfo " each user who will run dropbox:"

Reply via email to