[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

rm_conffile and left behind files



Hi,

$ head /var/lib/dpkg/info/dbab.postrm
#!/bin/sh
set -e
# Automatically added by dh_installdeb/13.3.1
dpkg-maintscript-helper rm_conffile /etc/dbab -- "$@"
dpkg-maintscript-helper rm_conffile /etc/dnsmasq.d/dbab-map.adblock.conf -- "$@"
dpkg-maintscript-helper rm_conffile /etc/dnsmasq.d/dbab-map.trashsites.conf -- "$@"
# End automatically added section

However, after I remove the package, the last two files, /etc/dnsmasq.d/dbab-map.adblock.conf & /etc/dnsmasq.d/dbab-map.trashsites.conf, still remains and are left behind, while the first one was indeed gone.

What was the problem? 
How can I fix it? 

thx!


Reply to: