#!/bin/sh

set -e

PKG='tuxedo-base-files'

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

#DEBHELPER#

exit 0
