summaryrefslogtreecommitdiff
path: root/community/openntpd/openntpd.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/openntpd/openntpd.install')
-rw-r--r--community/openntpd/openntpd.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/openntpd/openntpd.install b/community/openntpd/openntpd.install
index 5b440ee2f..dd2bf4a4f 100644
--- a/community/openntpd/openntpd.install
+++ b/community/openntpd/openntpd.install
@@ -6,9 +6,6 @@ post_install() {
true
}
-post_upgrade() {
-}
-
post_remove() {
getent passwd ntp &>/dev/null && userdel ntp >/dev/null
getent group ntp &>/dev/null && groupdel ntp >/dev/null