core/libinput/libinput.install

12 lines
134 B
Plaintext
Raw Normal View History

2015-11-20 05:30:04 +08:00
post_install() {
udevadm hwdb --update >/dev/null 2>&1
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}