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
264 B

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