summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2020-07-19 13:42:39 +0200
committerPiotr Karbowski <slashbeast@gentoo.org>2020-07-19 13:42:39 +0200
commitbf3c8123e809dd330124393d666e4737d0e274ac (patch)
tree2204f6c1d1600784cd2560ecd77a28c996fd5431 /net-p2p/nicotine+
parentprofiles/package.mask: drop net-p2p/nicotine+ mask. (diff)
downloadgentoo-bf3c8123e809dd330124393d666e4737d0e274ac.tar.gz
gentoo-bf3c8123e809dd330124393d666e4737d0e274ac.tar.bz2
gentoo-bf3c8123e809dd330124393d666e4737d0e274ac.zip
net-p2p/nicotine+: 2.0.1-r1: py37 added; xdg_icon_cache_update in postrm added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r--net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild (renamed from net-p2p/nicotine+/nicotine+-2.0.1.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index ac77a1b3f005..301bedcae815 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1 xdg-utils
@@ -35,3 +35,7 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}