From 7b55d5a64c232494128e1f474de5230d84e9e92b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 8 Mar 2017 00:08:19 +0100 Subject: testing/logstash: do not deluser in post-deinstall This is very bad practice, we can't know if the package user has been originally created by apk or by the user and if the user needs it or not. --- testing/logstash/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/logstash/APKBUILD') diff --git a/testing/logstash/APKBUILD b/testing/logstash/APKBUILD index 58327b519a..69a16c9807 100644 --- a/testing/logstash/APKBUILD +++ b/testing/logstash/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=logstash pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="A flexible, open source, data collection, parsing and enrichment pipeline" url="http://logstash.net" arch="noarch" @@ -10,7 +10,7 @@ license="apache" depends="openjdk7-jre-base" depends_dev="" makedepends="$depends_dev" -install="$pkgname.pre-install $pkgname.post-deinstall" +install="$pkgname.pre-install" pkgusers="logstash" subpackages="" source=" -- cgit v1.2.3