#!/bin/bash
# postrm script for ws-bluetooth-service

set -e

# Systemd daemon-reload is handled automatically by dpkg triggers
# when files in /lib/systemd/system/ are modified

#DEBHELPER#

exit 0
