#! /bin/bash

#DEBHELPER#

set -e

if dpkg-maintscript-helper supports rm_conffile; then
	dpkg-maintscript-helper rm_conffile \
		/etc/logrotate.d/atop 1.26-2~ -- "$@"
fi

if [ "$1" = "purge" ]
then
	rm -rf /var/log/atop
fi

