#!/bin/sh set -e rm -f /etc/wb-mqtt-confed/schemas/interfaces.schema.json if [ -d /etc/wb-mqtt-confed ]; then if [ -d /etc/wb-mqtt-confed/schemas ]; then rmdir --ignore-fail-on-non-empty /etc/wb-mqtt-confed/schemas fi rmdir --ignore-fail-on-non-empty /etc/wb-mqtt-confed fi # Automatically added by dh_installdeb/13.3.4 dpkg-maintscript-helper rm_conffile /etc/init.d/wb-mqtt-confed 1.6.0\~ -- "$@" # End automatically added section exit 0