diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-02-13 13:33:48 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-02-13 13:33:48 -0800 |
commit | 4bdffa5fff83ec6f9260b36525f54ee63b2852e5 (patch) | |
tree | 57851b0c5ba6af3dd0848d874cdc42ad6599b447 /pinebookpro-post-install.install | |
parent | Checksums (diff) | |
download | pinebookpro-post-install-4bdffa5fff83ec6f9260b36525f54ee63b2852e5.tar.xz |
install file, microphone commmits
Diffstat (limited to 'pinebookpro-post-install.install')
-rw-r--r-- | pinebookpro-post-install.install | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |