#!/bin/bash set -e if [[ "$1" == "configure" ]]; then deb-systemd-helper enable bsnotify.service deb-systemd-invoke restart bsnotify.service fi