summarylogtreecommitdiffstats
path: root/minisatip.install
diff options
context:
space:
mode:
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
-}