rm -f /etc/rc?.d/???cups &> /dev/null

if [ "$CUPS_FILTERS" == "y" ]; then
  if ! module_installed cups-filters; then
      lin cups-filters
  fi
fi
