ifupdown: remove superfluous do_check.

Closes #9369.
This commit is contained in:
maxice8 2017-11-20 14:19:36 -02:00 committed by Enno Boland
parent 3bd02b71ef
commit 511d411cfd

View file

@ -39,7 +39,3 @@ post_install() {
vmkdir etc/runit/core-services
vinstall ${FILESDIR}/15-ifupdown.sh 0644 etc/runit/core-services
}
do_check() {
make check
}