#!/bin/sh set -e #DEBHELPER# if [ "$1" = purge ]; then rm -rf /var/log/installer rm -rf /var/log/debian-installer fi