File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ post_install() {
33 systemctl start biglinux-improve-compatibility
44 systemctl enable suspend-bluetooth-fix
55 systemctl start suspend-bluetooth-fix
6- systemctl enable glibc2-41-fix
7- systemctl start glibc2-41-fix
86 systemctl --global enable big-execute-after-user-login
97 if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
108 echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
@@ -20,15 +18,12 @@ ProcessSizeMax=0' > /etc/systemd/coredump.conf.d/custom.conf
2018pre_remove() {
2119 systemctl disable biglinux-improve-compatibility
2220 systemctl disable suspend-bluetooth-fix
23- systemctl disable glibc2-41-fix
2421}
2522
2623post_upgrade() {
2724 systemctl --global enable big-execute-after-user-login
2825 systemctl enable suspend-bluetooth-fix
2926 systemctl start suspend-bluetooth-fix
30- systemctl enable glibc2-41-fix
31- systemctl start glibc2-41-fix
3227 if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
3328 echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
3429 fi
You can’t perform that action at this time.
0 commit comments