aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ourmon/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ourmon/pkg-deinstall')
-rw-r--r--net-mgmt/ourmon/pkg-deinstall11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/ourmon/pkg-deinstall b/net-mgmt/ourmon/pkg-deinstall
deleted file mode 100644
index 3100e9fc58e5..000000000000
--- a/net-mgmt/ourmon/pkg-deinstall
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/usr/bin:/usr/sbin
-CRONTAB=/etc/crontab
-
-if [ "$2" = "DEINSTALL" ]; then
- # delete entries in crontab
- sed -i "" -e '/# == ourmon port cron start/,/# == ourmon port cron end/{' \
- -e 'd' \
- -e '}' ${CRONTAB}
-fi