diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-28 12:47:07 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-28 12:47:19 +0100 |
commit | 0495e9a64d8a396961eb7768551a54c5fc1408e9 (patch) | |
tree | f45c20810db766ba56799b247a3c7252ac3f5c47 /net-analyzer/zabbix/zabbix-5.0.7.ebuild | |
parent | dev-lisp/sbcl: don't call etags (diff) | |
download | gentoo-0495e9a64d8a396961eb7768551a54c5fc1408e9.tar.gz gentoo-0495e9a64d8a396961eb7768551a54c5fc1408e9.tar.bz2 gentoo-0495e9a64d8a396961eb7768551a54c5fc1408e9.zip |
net-analyzer/zabbix: fixed wabapp-config error on pkg_prerm()
Closes: https://bugs.gentoo.org/767688
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix/zabbix-5.0.7.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.7.ebuild b/net-analyzer/zabbix/zabbix-5.0.7.ebuild index 8f6e95562365..37470326b6db 100644 --- a/net-analyzer/zabbix/zabbix-5.0.7.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -344,3 +344,7 @@ pkg_postinst() { esac fi } + +pkg_prerm() { + (use frontend || use server) && webapp_pkg_prerm +} |