commit: 1223050a3b0b7c72231498336df453c82ffc4dbc
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 02:03:33 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 17:00:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1223050a
dev-python/autobahn: Add missed pkg_postrm()
Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
dev-python/autobahn/autobahn-0.16.0-r1.ebuild | 4 ++++
dev-python/autobahn/autobahn-0.9.4.2.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
b/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
index e550e5d7464..b11008918ff 100644
--- a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
+++ b/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
@@ -125,3 +125,7 @@ twisted-r1_update_plugin_cache() {
pkg_postinst() {
_distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
}
+
+pkg_postrm() {
+ _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
+}
diff --git a/dev-python/autobahn/autobahn-0.9.4.2.ebuild
b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
index fcefdc6b5a6..a105736053d 100644
--- a/dev-python/autobahn/autobahn-0.9.4.2.ebuild
+++ b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
@@ -100,3 +100,7 @@ twisted-r1_update_plugin_cache() {
pkg_postinst() {
_distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
}
+
+pkg_postrm() {
+ _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
+}