From b11cd8d92c2d2f6bb4e1ca9832926584911dd756 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Tue, 7 May 2013 11:04:16 +0200 Subject: Unify dpkg maintfiles --- debian/php5-module.postinst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/php5-module.postinst') diff --git a/debian/php5-module.postinst b/debian/php5-module.postinst index 6830cc77a..7e8c50f96 100644 --- a/debian/php5-module.postinst +++ b/debian/php5-module.postinst @@ -3,10 +3,9 @@ set -e #EXTRA# -#DEBHELPER# -inidir=/etc/php5/mods-available if [ "$1" = "configure" ]; then + inidir=/etc/php5/mods-available for dsoname in @modules@; do inifile=${dsoname}.ini priority=$(sed -ne "s/^; priority=\([0-9]\+\)$/\\1/p" /usr/share/php5/@package@/${inifile}) @@ -31,4 +30,6 @@ if [ "$1" = "configure" ]; then done fi +#DEBHELPER# + exit 0 -- cgit v1.2.3