core/libinput/libinput.install
2015-11-19 22:30:04 +01:00

12 lines
134 B
Plaintext

post_install() {
udevadm hwdb --update >/dev/null 2>&1
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}