#!/bin/bash

deb-systemd-helper enable wb-mqtt-w1.service >/dev/null || true

# Automatically added by dh_systemd_start/13.3.4
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	if [ -d /run/systemd/system ]; then
		systemctl --system daemon-reload >/dev/null || true
		deb-systemd-invoke start 'wb-mqtt-w1.service' >/dev/null || true
	fi
fi
# End automatically added section