core/glibc: fix .install

This commit is contained in:
Kevin Mihelich 2013-06-03 21:57:14 +00:00
parent 990f600303
commit 283092c390

View file

@ -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