purging log files

2001-05-28 Thread Abraham vd Merwe
Hi! How is log files purged when a package is removed using --purge? The only control files I can see that influence log files, is logrotate. If I put a rm -f ... in postrm, it's not what I want either since then it'll remove the logs with a --remove as well. Should I just leave logs lying aroun

purging log files

2001-05-28 Thread Abraham vd Merwe
Hi! How is log files purged when a package is removed using --purge? The only control files I can see that influence log files, is logrotate. If I put a rm -f ... in postrm, it's not what I want either since then it'll remove the logs with a --remove as well. Should I just leave logs lying arou