Your IP : 216.73.216.170


Current Path : /proc/8644/root/proc/self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/8644/root/proc/self/root/var/lib/dpkg/info/libapache2-mod-rpaf.prerm

#!/bin/sh
# This maintainer script was generated by yada

set -e

PACKAGE="libapache2-mod-rpaf"
SOURCE="libapache2-mod-rpaf"
VERSION="0.5-3+squeeze1"

# Package maintainer's commands follow:
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
    if [ -e /etc/apache2/apache2.conf ]; then
        a2dismod rpaf || true
    fi
fi
# End of package maintainer's commands

exit 0