Your IP : 18.191.46.254


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/apache2-suexec-pristine.prerm

#!/bin/sh
# prerm script for apache2-suexec-pristine

set -e

case "$1" in
    remove)
	update-alternatives --remove suexec /usr/lib/apache2/suexec-pristine
    ;;

    upgrade|deconfigure|failed-upgrade)
    ;;

    *)
	echo "prerm called with unknown argument \`$1'" >&2
	exit 1
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.



exit 0