summaryrefslogtreecommitdiff
path: root/debian/php5-cgi.preinst
blob: 69cd53ea5fb87dc9a345493ba5b71af4fdca59ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

#DEBHELPER#

dpkg-maintscript-helper mv_conffile /etc/apache2/mods-available/php5_cgi.conf \
    /etc/apache2/conf-available/php5-cgi.conf 5.5.0~beta4-1 -- "$@"

dpkg-maintscript-helper rm_conffile /etc/apache2/mods-available/php5_cgi.load 5.5.0~beta4-1 -- "$@"

exit 0