summaryrefslogtreecommitdiff
path: root/debian/php5-fpm.preinst
blob: d7ca279a4c27a3f01c427b13df513883e9fdd71b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

dpkg-maintscript-helper mv_conffile /etc/php5/fpm/main.conf /etc/php5/fpm/php-fpm.conf 5.3.5-1 -- "$@"

#DEBHELPER#

exit 0