Your IP : 3.14.131.159


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/php-remctl.prerm

#!/bin/sh
set -e
# Automatically added by dh_php/UNDECLARED
for conf in php-remctl; do
    dpkg-maintscript-helper rm_conffile /etc/php/mods-available/${conf}.ini -- "$@"
done
# End automatically added section