summarylogtreecommitdiffstats
path: root/libinput.install
diff options
context:
space:
mode:
Diffstat (limited to 'libinput.install')
-rw-r--r--libinput.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libinput.install b/libinput.install
new file mode 100644
index 000000000000..b9d5d0e9ba5b
--- /dev/null
+++ b/libinput.install
@@ -0,0 +1,11 @@
+post_install() {
+ udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}