Remove suspend script

This commit is contained in:
Aditya Garg 2023-01-28 16:18:21 +05:30 committed by GitHub
parent ca06afa89e
commit 4429dbe40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh
if [ "${1}" = "pre" ]; then
modprobe -r apple-touchbar
elif [ "${1}" = "post" ]; then
modprobe apple-touchbar
fi