#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ] ; then
  rm -f /etc/mijia-homie/sensor_names.conf
  rm -f /etc/mijia-homie/sensor-names.toml
fi
