Your IP : 216.73.217.117


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/apache2-doc.postrm

#! /bin/sh

set -e

# This code should use dh_apache2 once it is available as build dependency

if [ "$1" = "purge" ] ; then
	if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
		. /usr/share/apache2/apache2-maintscript-helper
		apache2_invoke disconf apache2-doc || true

	fi
fi




exit 0