From 11539d7cd2b984406243304f0986dea6d79cbfe1 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:18:36 +0530 Subject: [PATCH] Remove suspend script --- files/suspend/rmmod_tb.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 files/suspend/rmmod_tb.sh diff --git a/files/suspend/rmmod_tb.sh b/files/suspend/rmmod_tb.sh deleted file mode 100755 index d0f33eb..0000000 --- a/files/suspend/rmmod_tb.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if [ "${1}" = "pre" ]; then - modprobe -r apple-touchbar -elif [ "${1}" = "post" ]; then - modprobe apple-touchbar -fi