add glibc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-12-05 13:34:21 +01:00
parent 25541dfc78
commit 5bcbc971ac
7 changed files with 737 additions and 0 deletions

5
glibc/glibc.install Normal file
View file

@ -0,0 +1,5 @@
post_upgrade() {
locale-gen
ldconfig -r .
}