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