#!/bin/sh -e if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then rm -f /var/lib/update-notifier/user.d/moodle-reconfigure-required rm -f /etc/apache2/conf.d/moodle fi #DEBHELPER# exit 0