mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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})
|
||||
|
||||
post_upgrade() {
|
||||
sbin/ldconfig -r .
|
||||
ldconfig -r .
|
||||
locale-gen
|
||||
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
|
|
Loading…
Reference in a new issue