diff --git a/base/anopa/anopa.conf b/base/anopa/anopa.conf index feb739f84..ebf2bed96 100644 --- a/base/anopa/anopa.conf +++ b/base/anopa/anopa.conf @@ -19,10 +19,3 @@ fi var_append confopt " " "--libexecdir=$sbindir" -hook_add postmake 5 "anopa_init" - -anopa_init() { - if [ "$SDECFG_INIT" == "anopa" ]; then - ln -svnf aa-stage1 $root$sbindir/init - fi -}