summaryrefslogtreecommitdiff
path: root/community/incron/incron.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/incron/incron.install')
-rw-r--r--community/incron/incron.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/incron/incron.install b/community/incron/incron.install
index fa42d9cdc..9cb53bbe6 100644
--- a/community/incron/incron.install
+++ b/community/incron/incron.install
@@ -8,7 +8,6 @@ post_install () {
pre_remove() {
[ -h /var/service/incron ] && rm /var/service/incron
- /etc/rc.d/incron stop
- usr/sbin/userdel incron >& /dev/null
- usr/sbin/groupdel incron >& /dev/null
+ userdel incron >& /dev/null
+ groupdel incron >& /dev/null
}