Repository URL to install this package:
|
Version:
2.58-1 ▾
|
#! /bin/bash
########
# commandtoturboprint - CUPS filter for turboprint driver system
#
# vnd.cups-command conversion filter
# command "TurboPrintDuplexJobPS" used for second part of duplex job
# stdin = postscript with #CUPS-COMMAND... header
#
# TODO: implement commands "Clean all" and "PrintSelfTestPage"
#
# Copyright 2008 ZEDOnet
# Version 2.05
# Created 14.10.2008 ZEDOnet GmbH
########
PATH=/usr/lib/cups/filter:/usr/lib64/cups/filter:/usr/libexec/cups/filter
# current implementation: everything handled by pstoturboprint filter
source pstoturboprint