#!/bin/sh

set -e

PKG='udev-hid-bpf'

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
	systemd-hwdb update
fi

#DEBHELPER#

exit 0
