for conf in #NAMES#; do
    dpkg-maintscript-helper rm_conffile /etc/php/mods-available/${conf}.ini -- "$@"
done

if [ -e /usr/lib/php/php-maintscript-helper ] ; then
    . /usr/lib/php/php-maintscript-helper
    for conf in #NAMES# ; do
        php_invoke #HELPER# #VERSION# ALL $conf || #ERROR_HANDLER#
    done
else
    for conf in #NAMES# ; do
        php#HELPER# $conf
    done
fi
