diff options
author | Sam James <sam@gentoo.org> | 2021-09-26 05:16:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-26 05:16:34 +0100 |
commit | 4fa7c091f287f44c8b8251f8f5efacf30883d9ec (patch) | |
tree | 423e32e0809dced76a979942e52374ff63b9828f /net-p2p/deluge | |
parent | net-p2p/deluge: depend on older libtorrent-rasterbar (diff) | |
download | gentoo-4fa7c091f287f44c8b8251f8f5efacf30883d9ec.tar.gz gentoo-4fa7c091f287f44c8b8251f8f5efacf30883d9ec.tar.bz2 gentoo-4fa7c091f287f44c8b8251f8f5efacf30883d9ec.zip |
net-p2p/deluge: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index af6de067f70a..be0397a7f781 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 systemd +inherit xdg distutils-r1 systemd DESCRIPTION="BitTorrent client with a client/server model" HOMEPAGE="https://deluge-torrent.org/" @@ -126,6 +126,8 @@ python_install_all() { } pkg_postinst() { + xdg_pkg_postinst + elog elog "If, after upgrading, deluge doesn't work, please remove the" elog "'~/.config/deluge' directory and try again, but make a backup" |