mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/glibc: fix .install
This commit is contained in:
parent
990f600303
commit
283092c390
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ infodir=usr/share/info
|
||||||
filelist=(libc.info{,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11})
|
filelist=(libc.info{,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11})
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
sbin/ldconfig -r .
|
ldconfig -r .
|
||||||
locale-gen
|
locale-gen
|
||||||
|
|
||||||
[ -x usr/bin/install-info ] || return 0
|
[ -x usr/bin/install-info ] || return 0
|
||||||
|
|
Loading…
Reference in a new issue