Path : /var/lib/dpkg/info/
File Upload :
Current File : /var/lib/dpkg/info/systemd-hwe-hwdb.postrm

#!/bin/sh

set -e

case "$1" in
    remove|purge)
        systemd-hwdb --usr update || true
        exit 0
        ;;
esac