AlkantarClanX12
| Current Path : /var/lib/dpkg/info/ |
| Current File : //var/lib/dpkg/info/php-memcache.prerm |
#!/bin/sh
set -e
# Automatically added by dh_php
for conf in memcache; do
dpkg-maintscript-helper rm_conffile /etc/php/mods-available/${conf}.ini -- "$@"
done
# End automatically added section