#!/bin/sh # remove default.d und check.d files rm -f /etc/default.d/apache2 rm -f /etc/check.d/apache2 rm -f /etc/check.d/apache2.exp exit 0