Browse Source

ghostscript: enhanced to install cups helpers if cups is installed

karasz/new-early
Alejandro Mery 15 years ago committed by Alejandro Mery
parent
commit
c31d2c3539
  1. 4
      graphic/ghostscript/ghostscript.conf

4
graphic/ghostscript/ghostscript.conf

@ -22,3 +22,7 @@ ghostscript_install_gs() {
fi
}
hook_add postmake 5 'ghostscript_install_gs'
if pkginstalled cups; then
var_append makeinstopt ' ' 'install-cups'
fi

Loading…
Cancel
Save