Your IP : 18.116.81.161


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/libapache2-mod-fcgid.postrm

#!/bin/sh
set -e
# Automatically added by dh_apache2/UNDECLARED
if [ "$1" = "purge" ] ; then
	if true; then
		if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
			. /usr/share/apache2/apache2-maintscript-helper

			for conf in fcgid  ; do
				apache2_invoke dismod $conf  || exit 1
			done
		fi
	fi
fi
# End automatically added section