summaryrefslogtreecommitdiffstats
path: root/abs/extra/libinput/libinput.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-28 21:02:20 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-28 21:02:20 (GMT)
commite33933d75ed88a57905a0b8ebeb115dbdcac8278 (patch)
tree3561baf0f2c7685994f8f1c2c88d51070713af7d /abs/extra/libinput/libinput.install
parent04718cc9061f04d2b259f220023773f0456618f1 (diff)
downloadlinhes_pkgbuild-e33933d75ed88a57905a0b8ebeb115dbdcac8278.zip
linhes_pkgbuild-e33933d75ed88a57905a0b8ebeb115dbdcac8278.tar.gz
linhes_pkgbuild-e33933d75ed88a57905a0b8ebeb115dbdcac8278.tar.bz2
libinput: update to 1.7.0
Diffstat (limited to 'abs/extra/libinput/libinput.install')
-rw-r--r--abs/extra/libinput/libinput.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/libinput/libinput.install b/abs/extra/libinput/libinput.install
deleted file mode 100644
index b9d5d0e..0000000
--- a/abs/extra/libinput/libinput.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}