summaryrefslogtreecommitdiff
path: root/debian/php5-module.postinst
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-05-07 11:04:16 +0200
committerOndřej Surý <ondrej@sury.org>2013-05-07 11:04:16 +0200
commitb11cd8d92c2d2f6bb4e1ca9832926584911dd756 (patch)
tree95e6b530e116eb1030a6f8f0f140916dfc638df9 /debian/php5-module.postinst
parent3b2c79c0e330959074b095ddacb4ba08da017ab0 (diff)
downloadphp-b11cd8d92c2d2f6bb4e1ca9832926584911dd756.tar.gz
Unify dpkg maintfiles
Diffstat (limited to 'debian/php5-module.postinst')
-rw-r--r--debian/php5-module.postinst5
1 files changed, 3 insertions, 2 deletions
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