Current Path : /var/lib/dpkg/info/ |
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