diff options
Diffstat (limited to 'apps/net-print/brother-cups/brother-cups-2.0.1.ebuild')
-rw-r--r-- | apps/net-print/brother-cups/brother-cups-2.0.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild b/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild index 9a8167d..0a7e342 100644 --- a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild +++ b/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild @@ -34,5 +34,10 @@ src_install() { } pkg_postinst() { - ${ROOT}usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV} + ${ROOT}usr/local/Brother/inf/setupPrintcap MFC8860DN -i USB + ${ROOT}usr/local/Brother/inf/braddprinter -i MFC8860DN + echo "[psconvert2]" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc + echo "pstops=`which pstops`" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc + + ${ROOT}usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV} -i } |