summarylogtreecommitdiffstats
path: root/minisatip.install
diff options
context:
space:
mode:
authorManuel Reimer2019-10-12 19:30:13 +0200
committerManuel Reimer2019-10-12 19:30:13 +0200
commitb0354fe9af070e098ca549de7970c855985ea3be (patch)
tree7455cc7d30d9e1348b6cf4493e282117ba4fea7f /minisatip.install
parent3a0815ea9e15f92dfa5246ae0ed16702cddd677b (diff)
downloadaur-b0354fe9af070e098ca549de7970c855985ea3be.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/c210e225255d60767e147cac63e17e7dd10a4ac0)
Diffstat (limited to 'minisatip.install')
-rw-r--r--minisatip.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/minisatip.install b/minisatip.install
deleted file mode 100644
index c03f7006bf4e..000000000000
--- a/minisatip.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/minisatip
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- getent passwd minisatip &>/dev/null && userdel minisatip >/dev/null
- getent group minisatip &>/dev/null && groupdel minisatip >/dev/null
- return 0
-}