diff options
author | MATSUKI Hidenori <Matsuki.Hidenori@gmail.com> | 2015-12-24 11:39:16 +0000 |
---|---|---|
committer | MATSUKI Hidenori <Matsuki.Hidenori@gmail.com> | 2015-12-24 12:27:08 +0000 |
commit | 06110e825d411f096582e2298eb16ca239af6359 (patch) | |
tree | 995c0f3d97c8e2e721ccebabcae8f4eb3c64f9df /net-analyzer/zabbix/zabbix-2.2.5.ebuild | |
parent | dev-python/cffi: Version Bump (diff) | |
download | gentoo-06110e825d411f096582e2298eb16ca239af6359.tar.gz gentoo-06110e825d411f096582e2298eb16ca239af6359.tar.bz2 gentoo-06110e825d411f096582e2298eb16ca239af6359.zip |
net-analyzer/zabbix: Fix ebuild fault: file postinstall-en.txt not found
I've delete the reference to the old 'postinstall-en.txt' file. The 'postinstall-en.txt' file has been removed on the 178b4659cf9e6b59383077fc6cddf905de620fef .
Diffstat (limited to 'net-analyzer/zabbix/zabbix-2.2.5.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-2.2.5.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild index 603469cb297c..fb86e85ab3ae 100644 --- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild @@ -325,7 +325,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php |