/[pkg-subversion]/src/1.6.x/debian/libapache2-svn.prerm
ViewVC logotype

Contents of /src/1.6.x/debian/libapache2-svn.prerm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 943 - (show annotations) (download)
Mon Mar 2 16:47:14 2009 UTC (4 years, 3 months ago) by peters
File size: 290 byte(s)
New branch for 1.6.x, since we're in the -rc stages upstream.
1 #!/bin/sh -e
2
3 # hack: disabling a disabled module is not allowed -
4 # at least, not until apache2.2-common 2.2.3-3.
5 safe_a2dismod () {
6 if [ -e /etc/apache2/mods-enabled/$1.load ]; then
7 /usr/sbin/a2dismod $1
8 fi
9 }
10
11 if [ "$1" = "remove" ] ; then
12 safe_a2dismod dav_svn
13 fi
14
15 #DEBHELPER#

  ViewVC Help
Powered by ViewVC 1.1.5