Version in base suite: 7.8-3

Version in overlay suite: 7.8-3+deb12u1

Base version: awstats_7.8-3

Target version: awstats_7.8-3+deb12u1

Base files: awstats_7.8-3_all.deb

Target files: awstats_7.8-3+deb12u1_all.deb

New files in second set of .debs, found in package awstats

-rwxr-xr-x root/root DEBIAN/preinst

Postinst files: lines which differ

# clean-up old script that didn't run
if [ -n "$2" ]; then
if dpkg --compare-versions "$2" lt '7.8-1~'; then
rm -f /etc/logrotate.d/httpd-prerotate/awstats/prerotate.sh
rmdir /etc/logrotate.d/httpd-prerotate/awstats/ || true
fi
fi