mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
252 B

if pkgcheck kdelibs X ; then
if [ "$ROCKCFG_LINGUAS" == "all" ] ; then
# note this only works if using ./scripts/Config -nobashmod
pkgenable kde-i18n=.*
else
for lang in $ROCKCFG_LINGUAS ; do
pkgenable kde-i18n=kde-i18n-$lang
done
fi
fi