Path : /var/lib/dpkg/info/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
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