[pkg-kolab] r558 - kolab-resource-handlers/trunk/debian
Peter Eisentraut
peter_e at gmx.net
Fri Dec 22 17:45:12 CET 2006
Steffen Joeris wrote:
> Author: white-guest
> Date: 2006-12-22 16:13:50 +0100 (Fri, 22 Dec 2006)
> New Revision: 558
>
> Modified:
> kolab-resource-handlers/trunk/debian/prerm
> Log:
> * additional check before removing it
Why?
>
>
> Modified: kolab-resource-handlers/trunk/debian/prerm
> ===================================================================
> --- kolab-resource-handlers/trunk/debian/prerm 2006-12-20 12:52:00
> UTC (rev 557) +++
> kolab-resource-handlers/trunk/debian/prerm 2006-12-22 15:13:50 UTC
> (rev 558) @@ -2,6 +2,9 @@
>
> set -e
>
> -a2dissite kolab >/dev/null
> +if [ -f /etc/apache2/sites-enabled/kolab ] &&
> + [ -x /usr/sbin/a2dissite ] ; then
> + a2dissite kolab >/dev/null
> +fi
>
> #DEBHELPER#
>
>
> _______________________________________________
> pkg-kolab-devel mailing list
> pkg-kolab-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-kolab-devel
More information about the pkg-kolab-devel
mailing list