summaryrefslogblamecommitdiffstats
path: root/printer/ghostscript/CONFIGURE
blob: 9f84c8605142f3f55d8fc36a461441d5a37476c9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                           
                          
                                                                      






                                                              
                                                                               
                        
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