Remove the locale-archive explicitly

The locale-archive file is not in the glibc-common filelist,
so it does not get erased along with the package.
This commit is contained in:
Martin Gracik 2011-02-21 10:53:55 +01:00
parent a9e52a70f4
commit 28252ea544
1 changed files with 2 additions and 0 deletions

View File

@ -755,6 +755,8 @@ remove "glibc-common" "/usr/sbin/*"
# remove generated locales anaconda knows how to restore them at runtime
remove "glibc-common" "/usr/lib/locale/*"
# locale-archive is not in the glibc-common filelist
remove --path "/usr/lib/locale/locale-archive"
remove "gmp" "/usr/${libdir}/libgmpxx.*"
remove "gmp" "/usr/${libdir}/libmp.*"