summaryrefslogtreecommitdiff
path: root/debian/php5-module.postinst
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-06-21 11:21:55 +0200
committerOndřej Surý <ondrej@sury.org>2012-06-21 11:21:55 +0200
commit4d8cc475769c535d8d91a6c1e2f5239c76d9ac5a (patch)
tree71cca6457ae16abc8063e3b47d27f44f4892c0f4 /debian/php5-module.postinst
parent240d5c7d29f23294f97237c37903e9721be880b9 (diff)
downloadphp-4d8cc475769c535d8d91a6c1e2f5239c76d9ac5a.tar.gz
Update ucf/ucfr scripts to not conflict between mysql and mysqlnd extension (Closes: #678371)
Diffstat (limited to 'debian/php5-module.postinst')
-rw-r--r--debian/php5-module.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/php5-module.postinst b/debian/php5-module.postinst
index 2649d57a0..6830cc77a 100644
--- a/debian/php5-module.postinst
+++ b/debian/php5-module.postinst
@@ -13,7 +13,7 @@ if [ "$1" = "configure" ]; then
# Register new conffile with UCF
ucf /usr/share/php5/@package@/${inifile} ${inidir}/${inifile}
- ucfr php5-@package@ ${inidir}/${inifile}
+ ucfr --force php5-@package@ ${inidir}/${inifile}
# Move pre-extension manager conffile
dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/${inifile} ${inidir}/${inifile} 5.4.0~rc6-1 -- "$@";