Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
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
280 B

  1. case "$sdever" in
  2. 2.1*) ;;
  3. 2.2*) if [ "$SDECFG_TRG_MNEMOSYNE_X" != none ]; then
  4. cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
  5. # these were part of x11-modular at 2.1, and we don't want
  6. # to enable them there
  7. pkgenable xproto xtrans xrandr
  8. EOT
  9. fi
  10. ;;
  11. esac