source $GRIMOIRE/FUNCTIONS
config_query ESPGS_LIBGS "Install libgs.so, used by gsview and others, requires GTK+?" n
if ! [[ -z ${ESPGS_PRINTERS} ]];then
config_query ESP_SEL "Do you wish to reselect printer types?" n
fi
if [[ ${ESP_SEL} == y ]]; then
  persistent_remove ESPGS_PRINTERS
fi
config_query_multi ESPGS_PRINTERS "Please select printer types" \
              ALL APPLE BROTHER CANON EPSON HP IBM JAPAN LEXMARK OKI PCLXL
persistent_remove ESP_SEL
