diff options
author | 2021-08-11 21:29:14 +0100 | |
---|---|---|
committer | 2021-08-11 22:14:45 +0100 | |
commit | 4f80ddfd7c0d65b8ab1a7026a223b45864e4d9b6 (patch) | |
tree | 46f51e26bc72e098d41ac802aaed116c27935c8b /net-p2p/deluge/deluge-9999.ebuild | |
parent | media-libs/freetype: Revbump with some feature backports (diff) | |
download | gentoo-4f80ddfd7c0d65b8ab1a7026a223b45864e4d9b6.tar.gz gentoo-4f80ddfd7c0d65b8ab1a7026a223b45864e4d9b6.tar.bz2 gentoo-4f80ddfd7c0d65b8ab1a7026a223b45864e4d9b6.zip |
net-p2p/deluge: [QA] update caches
Reported-by: hanetzer
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/deluge/deluge-9999.ebuild')
-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 bdb0681318ce..0fe6fe0a53f4 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/" @@ -121,6 +121,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" |