summaryrefslogtreecommitdiff
path: root/debian/php5-module.postinst
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-07-09 10:57:19 +0200
committerOndřej Surý <ondrej@sury.org>2013-07-09 10:58:50 +0200
commitd4d0a79e53b246d6824bdafd37ac4e2c57d3cc97 (patch)
tree0b8629d85c461cc65dd15a03be8a5b201e0c3939 /debian/php5-module.postinst
parenta5cdbc910f53a61796184f2d0b4e5a2811c5b527 (diff)
downloadphp-d4d0a79e53b246d6824bdafd37ac4e2c57d3cc97.tar.gz
Replace php5_reload logic with simple dpkg-trigger
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 3c977a6ff..50d03456e 100644
--- a/debian/php5-module.postinst
+++ b/debian/php5-module.postinst
@@ -28,7 +28,7 @@ if [ "$1" = "configure" ]; then
fi
fi
- php5_invoke enmod ALL ${dsoname} restart
+ php5_invoke enmod ALL ${dsoname}
done
fi
fi