File Manager

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



File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com