aboutsummaryrefslogtreecommitdiffstats
path: root/testing/logstash
diff options
context:
space:
mode:
Diffstat (limited to 'testing/logstash')
-rw-r--r--testing/logstash/APKBUILD4
-rw-r--r--testing/logstash/logstash.post-deinstall5
2 files changed, 2 insertions, 7 deletions
diff --git a/testing/logstash/APKBUILD b/testing/logstash/APKBUILD
index 58327b519a8..69a16c9807e 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="
diff --git a/testing/logstash/logstash.post-deinstall b/testing/logstash/logstash.post-deinstall
deleted file mode 100644
index 0a9222b0935..00000000000
--- a/testing/logstash/logstash.post-deinstall
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-deluser logstash 2>/dev/null
-
-exit 0