#!/bin/bash

set -e

if [ "$1" == "purge" ]; then
    rm -f /etc/mender/mender.conf
    rm -f /var/lib/mender/device_type
fi

#DEBHELPER#
