summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/net-print/brother-cups/Manifest2
-rw-r--r--apps/net-print/brother-cups/brother-cups-2.0.1.ebuild7
2 files changed, 7 insertions, 2 deletions
diff --git a/apps/net-print/brother-cups/Manifest b/apps/net-print/brother-cups/Manifest
index 8f33a8f..d316b61 100644
--- a/apps/net-print/brother-cups/Manifest
+++ b/apps/net-print/brother-cups/Manifest
@@ -1,3 +1,3 @@
DIST brmfc8860dnlpr-2.0.1-1.i386.rpm 35766 RMD160 a2c434756515374b934b1068b6babbe321975232 SHA1 d0aa0baab117033085707e42df0f8aa58b321a37 SHA256 d5292900d9a9c657af15b7e6766e4562d8d22cde6a9e405924163d85c008f16d
DIST cupswrapperMFC8860DN-2.0.1-1.i386.rpm 13339 RMD160 7a874d0ebe7d69563df3c2330eebc53180108f3a SHA1 7542bc787fd074a136d5f903a087383132ff6318 SHA256 a6fd12076a50e3dfe0b4720319c4f49600d00ab9d61c115a902bcd2dffea610e
-EBUILD brother-cups-2.0.1.ebuild 1042 RMD160 c56fa2d4d1805cc6ebdf3de55d6b5a93e439e743 SHA1 8fb96a595b7f8ec2639517673901710ea31d0b1a SHA256 e7602bbb333af357b6da1f2ff1f7a736b5889ab72ef0b6b311965287f0460a1c
+EBUILD brother-cups-2.0.1.ebuild 1310 RMD160 a8cf56674cb237b804be087a3d218c4b7ab9bcdd SHA1 52d3666b6ad8f020767acc252957b40a5b6c1d94 SHA256 948923770b5aa328289cac667dd8ef724e6f4b0dbdd9d5b028b76ca306ad5c07
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
}