#!/bin/sh
set -e


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