| Path : /proc/thread-self/root/var/lib/dpkg/info/ |
| Current File : //proc/thread-self/root/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