From 4bdffa5fff83ec6f9260b36525f54ee63b2852e5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 13 Feb 2020 13:33:48 -0800 Subject: install file, microphone commmits --- pinebookpro-post-install.install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pinebookpro-post-install.install (limited to 'pinebookpro-post-install.install') diff --git a/pinebookpro-post-install.install b/pinebookpro-post-install.install new file mode 100644 index 0000000..5d1f394 --- /dev/null +++ b/pinebookpro-post-install.install @@ -0,0 +1,8 @@ + post_install() { + # Edit the sleep.conf file + sed -i s/"#SuspendState=mem standby freeze"/SuspendState=freeze/g /etc/systemd/sleep.conf +} + + post_upgrade() { + post_install +} -- cgit v1.2.1