1
0
Fork 0
mirror of synced 2024-05-31 22:31:10 -04:00

Re-add missing libinput-gestures enabling

This commit is contained in:
dr460nf1r3 2021-08-28 18:09:16 +02:00
parent 17f714b9e0
commit f0527ea798
No known key found for this signature in database
GPG key ID: BE75B9D9767036C2

View file

@ -18,6 +18,7 @@ post_install() {
systemctl enable nohang-desktop systemctl enable nohang-desktop
systemctl enable preload systemctl enable preload
systemctl enable prelockd systemctl enable prelockd
systemctl --global enable libinput-gestures
systemctl --global enable psd systemctl --global enable psd
} }
@ -34,6 +35,7 @@ post_upgrade() {
systemctl enable nohang-desktop systemctl enable nohang-desktop
systemctl enable preload systemctl enable preload
systemctl enable prelockd systemctl enable prelockd
systemctl --global enable libinput-gestures
systemctl --global enable psd systemctl --global enable psd
msg "Updating font cache..." msg "Updating font cache..."