From bfa2c582afefa927adf86e8c3a0d658860a0c835 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 2 Feb 2023 02:21:39 +0300 Subject: [PATCH] another fix... Signed-off-by: Alex A. Naanou --- post-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-install b/post-install index ab5633d..d2881f0 100755 --- a/post-install +++ b/post-install @@ -507,6 +507,8 @@ if [ "${1}" == "post" ] ; then modprobe i2c_i801 fi EOF + + @ chmod +x /usr/lib/systemd/system-sleep/fix-touchpad }