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

  1. if pkgcheck koffice X ; then
  2. if [ "$ROCKCFG_LINGUAS" == "all" ] ; then
  3. # note this only works if using ./scripts/Config -nobashmod
  4. pkgenable koffice-l10n=.*
  5. else
  6. for lang in $ROCKCFG_LINGUAS ; do
  7. pkgenable koffice-l10n=koffice-l10n-$lang
  8. done
  9. fi
  10. fi