Re-add missing libinput-gestures enabling
This commit is contained in:
parent
17f714b9e0
commit
f0527ea798
1 changed files with 2 additions and 0 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Reference in a new issue