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

set -e

#DEBHELPER#

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

exit 0