Skip to content

Commit c39a4e5

Browse files
committed
Remove fix to glibc2-41
1 parent bb0c7c4 commit c39a4e5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkgbuild/biglinux-improve-compatibility.install

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2018
pre_remove() {
2119
systemctl disable biglinux-improve-compatibility
2220
systemctl disable suspend-bluetooth-fix
23-
systemctl disable glibc2-41-fix
2421
}
2522

2623
post_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

0 commit comments

Comments
 (0)