Skip to content

Commit ad9ed70

Browse files
committed
glibc2-41-fix, fix in .install
1 parent 529ac46 commit ad9ed70

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkgbuild/biglinux-improve-compatibility.install

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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
6+
systemctl enable glibc2-41-fix.path
7+
systemctl start glibc2-41-fix.path
78
systemctl --global enable big-execute-after-user-login
89
if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
910
echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
@@ -26,7 +27,8 @@ post_upgrade() {
2627
systemctl --global enable big-execute-after-user-login
2728
systemctl enable suspend-bluetooth-fix
2829
systemctl start suspend-bluetooth-fix
29-
systemctl enable glibc2-41-fix
30+
systemctl enable glibc2-41-fix.path
31+
systemctl start glibc2-41-fix.path
3032
if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
3133
echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
3234
fi

0 commit comments

Comments
 (0)