From patchwork Mon Oct 14 16:51:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8169 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cj0chWz3wyH for ; Mon, 14 Oct 2024 16:51:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cf1C8Rz19Y; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cd5qrLz34Hg; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cb3L8bz340B for ; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3CZ52ymz19Y; Mon, 14 Oct 2024 16:51:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3l/orcGPYSsnp855hCkWTpmx0WORqlUMYq6iW8rtP2A=; b=TewVEG2eWJWg2sriO8mF1oP8H0jMsL84AiLeYVMsKwOUaThsv1e2RT8GJXucdrzRDpmzAT 2vjhRnuZpXoPMjCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3l/orcGPYSsnp855hCkWTpmx0WORqlUMYq6iW8rtP2A=; b=qg797skqYNWkgqN213i6iGf+SgxyZTvyOtYQ6LjQHEznEU845MT1mNb0R/8TG81nShAqiD wTp0LgmZRAocDu8+BpmqMA+2Umydp3kfn+DA6XRQx9q1nOyALeH6mR2J+xEkCSm65YB+Kc HCGVUgBkc6G/N60oCFAAHrf5fD1ORlxX6Ws3TY2uLjZod0VjfbEa3P5/UwnhHv2C+2q2ab kok53DCL/ju65RUJwYS1X/jsF/iiWYyRyQp7Vry4Toj7+EWibKvYoceXJKbjvHiLr5fElk ED3u1iUjm6ZhxgftmIXnIjHTTHmgHBCU3O4KWQO8motbi4C60aGZFWxU3GKBNQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 01/17] cups: Removal of cups and associated packages Date: Mon, 14 Oct 2024 18:51:01 +0200 Message-ID: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 73OXIKHPT2U3AVKVEGQN5UNQ56IMBE63 X-Message-ID-Hash: 73OXIKHPT2U3AVKVEGQN5UNQ56IMBE63 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/backup/includes/cups | 1 - config/cups/cupsd.conf | 71 --- config/rootfiles/packages/cups | 934 --------------------------------- lfs/cups | 111 ---- src/initscripts/packages/cups | 55 -- src/paks/cups/install.sh | 31 -- src/paks/cups/uninstall.sh | 29 - src/paks/cups/update.sh | 27 - 8 files changed, 1259 deletions(-) delete mode 100644 config/backup/includes/cups delete mode 100644 config/cups/cupsd.conf delete mode 100644 config/rootfiles/packages/cups delete mode 100644 lfs/cups delete mode 100644 src/initscripts/packages/cups delete mode 100644 src/paks/cups/install.sh delete mode 100644 src/paks/cups/uninstall.sh delete mode 100644 src/paks/cups/update.sh diff --git a/config/backup/includes/cups b/config/backup/includes/cups deleted file mode 100644 index 445413c2f..000000000 --- a/config/backup/includes/cups +++ /dev/null @@ -1 +0,0 @@ -/var/ipfire/cups diff --git a/config/cups/cupsd.conf b/config/cups/cupsd.conf deleted file mode 100644 index fc2817111..000000000 --- a/config/cups/cupsd.conf +++ /dev/null @@ -1,71 +0,0 @@ -# -# IPFire configuration file for the Common UNIX Printing System (CUPS) -# scheduler. See "man cupsd.conf" for a complete description of this -# file. -# - -# Log general information in error_log - change "info" to "debug" for -# troubleshooting... -LogLevel info - -# Administrator user group... -SystemGroup sys root - -# Only listen for connections from the local machine. -Listen 631 -Listen /var/run/cups/cups.sock - -# Show shared printers on the local network. -Browsing On -BrowseOrder allow,deny -BrowseAllow @LOCAL - -# Default authentication type, when authentication is required... -DefaultAuthType Basic - -# Restrict access to the server... - - Order allow,deny - Allow from All - - -# Restrict access to the admin pages... - - Encryption Required - Order allow,deny - Allow from All - - -# Restrict access to configuration files... - - AuthType Basic - Require user @SYSTEM - Order allow,deny - Allow from All - - -# Set the default printer/job policies... - - # Job-related operations must be done by the owner or an adminstrator... - - Require user @OWNER @SYSTEM - Order deny,allow - - - # All administration operations require an adminstrator to authenticate... - - AuthType Basic - Require user @SYSTEM - Order deny,allow - - - # Only the owner or an administrator can cancel or authenticate a job... - - Require user @OWNER @SYSTEM - Order deny,allow - - - - Order deny,allow - - diff --git a/config/rootfiles/packages/cups b/config/rootfiles/packages/cups deleted file mode 100644 index 65ad4f418..000000000 --- a/config/rootfiles/packages/cups +++ /dev/null @@ -1,934 +0,0 @@ -etc/cups -etc/dbus-1/system.d/cups.conf -etc/pam.d/cups -etc/rc.d/init.d/cups -#etc/rc0.d -#etc/rc0.d/K36cups -#etc/rc2.d -#etc/rc2.d/K36cups -#etc/rc2.d/S81cups -#etc/rc3.d -#etc/rc3.d/K36cups -#etc/rc3.d/S81cups -#etc/rc5.d -#etc/rc5.d/K36cups -#etc/rc5.d/S81cups -usr/bin/cancel -#usr/bin/cups-config -usr/bin/cupstestppd -usr/bin/ippeveprinter -usr/bin/ippfind -usr/bin/ipptool -usr/bin/lp -usr/bin/lpoptions -usr/bin/lpq -usr/bin/lpr -usr/bin/lprm -usr/bin/lpstat -usr/bin/ppdc -usr/bin/ppdhtml -usr/bin/ppdi -usr/bin/ppdmerge -usr/bin/ppdpo -#usr/include/cups -#usr/include/cups/adminutil.h -#usr/include/cups/array.h -#usr/include/cups/backend.h -#usr/include/cups/cups.h -#usr/include/cups/dir.h -#usr/include/cups/file.h -#usr/include/cups/http.h -#usr/include/cups/ipp.h -#usr/include/cups/language.h -#usr/include/cups/ppd.h -#usr/include/cups/pwg.h -#usr/include/cups/raster.h -#usr/include/cups/sidechannel.h -#usr/include/cups/transcode.h -#usr/include/cups/versioning.h -usr/lib/cups -usr/lib/cups/backend -usr/lib/cups/backend/dnssd -usr/lib/cups/backend/http -usr/lib/cups/backend/https -usr/lib/cups/backend/ipp -usr/lib/cups/backend/ipps -usr/lib/cups/backend/lpd -usr/lib/cups/backend/smb -usr/lib/cups/backend/snmp -usr/lib/cups/backend/socket -usr/lib/cups/backend/usb -usr/lib/cups/cgi-bin -usr/lib/cups/cgi-bin/admin.cgi -usr/lib/cups/cgi-bin/classes.cgi -usr/lib/cups/cgi-bin/help.cgi -usr/lib/cups/cgi-bin/jobs.cgi -usr/lib/cups/cgi-bin/printers.cgi -usr/lib/cups/command -usr/lib/cups/command/ippevepcl -usr/lib/cups/command/ippeveps -usr/lib/cups/daemon -usr/lib/cups/daemon/cups-deviced -usr/lib/cups/daemon/cups-driverd -usr/lib/cups/daemon/cups-exec -usr/lib/cups/daemon/cups-lpd -usr/lib/cups/driver -usr/lib/cups/filter -usr/lib/cups/filter/commandtops -usr/lib/cups/filter/gziptoany -usr/lib/cups/filter/pstops -usr/lib/cups/filter/rastertoepson -usr/lib/cups/filter/rastertohp -usr/lib/cups/filter/rastertolabel -usr/lib/cups/filter/rastertopwg -usr/lib/cups/monitor -usr/lib/cups/monitor/bcp -usr/lib/cups/monitor/tbcp -usr/lib/cups/notifier -usr/lib/cups/notifier/dbus -usr/lib/cups/notifier/mailto -usr/lib/cups/notifier/rss -#usr/lib/libcups.so -usr/lib/libcups.so.2 -#usr/lib/libcupsimage.so -usr/lib/libcupsimage.so.2 -#usr/lib/pkgconfig/cups.pc -usr/sbin/cupsaccept -usr/sbin/cupsctl -usr/sbin/cupsd -usr/sbin/cupsdisable -usr/sbin/cupsenable -usr/sbin/cupsfilter -usr/sbin/cupsreject -usr/sbin/lpadmin -usr/sbin/lpc -usr/sbin/lpinfo -usr/sbin/lpmove -#usr/share/applications -#usr/share/applications/cups.desktop -usr/share/cups -usr/share/cups/banners -usr/share/cups/data -usr/share/cups/drv -usr/share/cups/drv/sample.drv -usr/share/cups/examples -usr/share/cups/examples/color.drv -usr/share/cups/examples/constraint.drv -usr/share/cups/examples/custom.drv -usr/share/cups/examples/grouping.drv -usr/share/cups/examples/laserjet-basic.drv -usr/share/cups/examples/laserjet-pjl.drv -usr/share/cups/examples/minimum.drv -usr/share/cups/examples/postscript.drv -usr/share/cups/examples/r300-basic.drv -usr/share/cups/examples/r300-colorman.drv -usr/share/cups/examples/r300-remote.drv -usr/share/cups/ipptool -usr/share/cups/ipptool/cancel-current-job.test -usr/share/cups/ipptool/color.jpg -usr/share/cups/ipptool/create-job-format.test -usr/share/cups/ipptool/create-job-sheets.test -usr/share/cups/ipptool/create-job-timeout.test -usr/share/cups/ipptool/create-job.test -usr/share/cups/ipptool/create-printer-subscription.test -usr/share/cups/ipptool/cups-create-local-printer.test -usr/share/cups/ipptool/document-a4.pdf -usr/share/cups/ipptool/document-a4.ps -usr/share/cups/ipptool/document-letter.pdf -usr/share/cups/ipptool/document-letter.ps -usr/share/cups/ipptool/fax-job.test -usr/share/cups/ipptool/get-completed-jobs.test -usr/share/cups/ipptool/get-devices.test -usr/share/cups/ipptool/get-job-attributes.test -usr/share/cups/ipptool/get-job-attributes2.test -usr/share/cups/ipptool/get-job-template-attributes.test -usr/share/cups/ipptool/get-jobs.test -usr/share/cups/ipptool/get-notifications.test -usr/share/cups/ipptool/get-ppd-printer.test -usr/share/cups/ipptool/get-ppd.test -usr/share/cups/ipptool/get-ppds-drv-only.test -usr/share/cups/ipptool/get-ppds-language.test -usr/share/cups/ipptool/get-ppds-make-and-model.test -usr/share/cups/ipptool/get-ppds-make.test -usr/share/cups/ipptool/get-ppds-product.test -usr/share/cups/ipptool/get-ppds-psversion.test -usr/share/cups/ipptool/get-ppds.test -usr/share/cups/ipptool/get-printer-attributes-suite.test -usr/share/cups/ipptool/get-printer-attributes.test -usr/share/cups/ipptool/get-printer-description-attributes.test -usr/share/cups/ipptool/get-printers-printer-id.test -usr/share/cups/ipptool/get-printers.test -usr/share/cups/ipptool/get-subscriptions.test -usr/share/cups/ipptool/gray.jpg -usr/share/cups/ipptool/identify-printer-display.test -usr/share/cups/ipptool/identify-printer-multiple.test -usr/share/cups/ipptool/identify-printer.test -usr/share/cups/ipptool/ipp-1.1.test -usr/share/cups/ipptool/ipp-2.0.test -usr/share/cups/ipptool/ipp-2.1.test -usr/share/cups/ipptool/ipp-2.2.test -usr/share/cups/ipptool/ipp-backend.test -usr/share/cups/ipptool/ipp-everywhere.test -usr/share/cups/ipptool/onepage-a4.pdf -usr/share/cups/ipptool/onepage-a4.ps -usr/share/cups/ipptool/onepage-letter.pdf -usr/share/cups/ipptool/onepage-letter.ps -usr/share/cups/ipptool/print-job-and-wait.test -usr/share/cups/ipptool/print-job-deflate.test -usr/share/cups/ipptool/print-job-gzip.test -usr/share/cups/ipptool/print-job-hold.test -usr/share/cups/ipptool/print-job-letter.test -usr/share/cups/ipptool/print-job-manual.test -usr/share/cups/ipptool/print-job-media-col.test -usr/share/cups/ipptool/print-job-media-needed.test -usr/share/cups/ipptool/print-job-password.test -usr/share/cups/ipptool/print-job.test -usr/share/cups/ipptool/print-uri.test -usr/share/cups/ipptool/set-attrs-hold.test -usr/share/cups/ipptool/testfile.jpg -usr/share/cups/ipptool/testfile.pcl -usr/share/cups/ipptool/testfile.pdf -usr/share/cups/ipptool/testfile.ps -usr/share/cups/ipptool/testfile.txt -usr/share/cups/ipptool/validate-job.test -usr/share/cups/mime -usr/share/cups/mime/mime.convs -usr/share/cups/mime/mime.types -usr/share/cups/model -usr/share/cups/ppdc -usr/share/cups/ppdc/epson.h -usr/share/cups/ppdc/font.defs -usr/share/cups/ppdc/hp.h -usr/share/cups/ppdc/label.h -usr/share/cups/ppdc/media.defs -usr/share/cups/ppdc/raster.defs -usr/share/cups/profiles -usr/share/cups/templates -usr/share/cups/templates/add-class.tmpl -usr/share/cups/templates/add-printer.tmpl -usr/share/cups/templates/admin.tmpl -usr/share/cups/templates/choose-device.tmpl -usr/share/cups/templates/choose-make.tmpl -usr/share/cups/templates/choose-model.tmpl -usr/share/cups/templates/choose-serial.tmpl -usr/share/cups/templates/choose-uri.tmpl -usr/share/cups/templates/class-added.tmpl -usr/share/cups/templates/class-confirm.tmpl -usr/share/cups/templates/class-deleted.tmpl -usr/share/cups/templates/class-jobs-header.tmpl -usr/share/cups/templates/class-modified.tmpl -usr/share/cups/templates/class.tmpl -usr/share/cups/templates/classes-header.tmpl -usr/share/cups/templates/classes.tmpl -usr/share/cups/templates/command.tmpl -usr/share/cups/templates/da -usr/share/cups/templates/da/add-class.tmpl -usr/share/cups/templates/da/add-printer.tmpl -usr/share/cups/templates/da/admin.tmpl -usr/share/cups/templates/da/choose-device.tmpl -usr/share/cups/templates/da/choose-make.tmpl -usr/share/cups/templates/da/choose-model.tmpl -usr/share/cups/templates/da/choose-serial.tmpl -usr/share/cups/templates/da/choose-uri.tmpl -usr/share/cups/templates/da/class-added.tmpl -usr/share/cups/templates/da/class-confirm.tmpl -usr/share/cups/templates/da/class-deleted.tmpl -usr/share/cups/templates/da/class-jobs-header.tmpl -usr/share/cups/templates/da/class-modified.tmpl -usr/share/cups/templates/da/class.tmpl -usr/share/cups/templates/da/classes-header.tmpl -usr/share/cups/templates/da/classes.tmpl -usr/share/cups/templates/da/command.tmpl -usr/share/cups/templates/da/edit-config.tmpl -usr/share/cups/templates/da/error-op.tmpl -usr/share/cups/templates/da/error.tmpl -usr/share/cups/templates/da/header.tmpl -usr/share/cups/templates/da/help-header.tmpl -usr/share/cups/templates/da/help-printable.tmpl -usr/share/cups/templates/da/help-trailer.tmpl -usr/share/cups/templates/da/job-cancel.tmpl -usr/share/cups/templates/da/job-hold.tmpl -usr/share/cups/templates/da/job-move.tmpl -usr/share/cups/templates/da/job-moved.tmpl -usr/share/cups/templates/da/job-release.tmpl -usr/share/cups/templates/da/job-restart.tmpl -usr/share/cups/templates/da/jobs-header.tmpl -usr/share/cups/templates/da/jobs.tmpl -usr/share/cups/templates/da/list-available-printers.tmpl -usr/share/cups/templates/da/modify-class.tmpl -usr/share/cups/templates/da/modify-printer.tmpl -usr/share/cups/templates/da/norestart.tmpl -usr/share/cups/templates/da/option-boolean.tmpl -usr/share/cups/templates/da/option-conflict.tmpl -usr/share/cups/templates/da/option-header.tmpl -usr/share/cups/templates/da/option-pickmany.tmpl -usr/share/cups/templates/da/option-pickone.tmpl -usr/share/cups/templates/da/option-trailer.tmpl -usr/share/cups/templates/da/pager.tmpl -usr/share/cups/templates/da/printer-accept.tmpl -usr/share/cups/templates/da/printer-added.tmpl -usr/share/cups/templates/da/printer-cancel-jobs.tmpl -usr/share/cups/templates/da/printer-configured.tmpl -usr/share/cups/templates/da/printer-confirm.tmpl -usr/share/cups/templates/da/printer-default.tmpl -usr/share/cups/templates/da/printer-deleted.tmpl -usr/share/cups/templates/da/printer-jobs-header.tmpl -usr/share/cups/templates/da/printer-modified.tmpl -usr/share/cups/templates/da/printer-reject.tmpl -usr/share/cups/templates/da/printer-start.tmpl -usr/share/cups/templates/da/printer-stop.tmpl -usr/share/cups/templates/da/printer.tmpl -usr/share/cups/templates/da/printers-header.tmpl -usr/share/cups/templates/da/printers.tmpl -usr/share/cups/templates/da/restart.tmpl -usr/share/cups/templates/da/search.tmpl -usr/share/cups/templates/da/set-printer-options-header.tmpl -usr/share/cups/templates/da/set-printer-options-trailer.tmpl -usr/share/cups/templates/da/test-page.tmpl -usr/share/cups/templates/da/trailer.tmpl -usr/share/cups/templates/da/users.tmpl -usr/share/cups/templates/de -usr/share/cups/templates/de/add-class.tmpl -usr/share/cups/templates/de/add-printer.tmpl -usr/share/cups/templates/de/admin.tmpl -usr/share/cups/templates/de/choose-device.tmpl -usr/share/cups/templates/de/choose-make.tmpl -usr/share/cups/templates/de/choose-model.tmpl -usr/share/cups/templates/de/choose-serial.tmpl -usr/share/cups/templates/de/choose-uri.tmpl -usr/share/cups/templates/de/class-added.tmpl -usr/share/cups/templates/de/class-confirm.tmpl -usr/share/cups/templates/de/class-deleted.tmpl -usr/share/cups/templates/de/class-jobs-header.tmpl -usr/share/cups/templates/de/class-modified.tmpl -usr/share/cups/templates/de/class.tmpl -usr/share/cups/templates/de/classes-header.tmpl -usr/share/cups/templates/de/classes.tmpl -usr/share/cups/templates/de/command.tmpl -usr/share/cups/templates/de/edit-config.tmpl -usr/share/cups/templates/de/error-op.tmpl -usr/share/cups/templates/de/error.tmpl -usr/share/cups/templates/de/header.tmpl -usr/share/cups/templates/de/help-header.tmpl -usr/share/cups/templates/de/help-printable.tmpl -usr/share/cups/templates/de/help-trailer.tmpl -usr/share/cups/templates/de/job-cancel.tmpl -usr/share/cups/templates/de/job-hold.tmpl -usr/share/cups/templates/de/job-move.tmpl -usr/share/cups/templates/de/job-moved.tmpl -usr/share/cups/templates/de/job-release.tmpl -usr/share/cups/templates/de/job-restart.tmpl -usr/share/cups/templates/de/jobs-header.tmpl -usr/share/cups/templates/de/jobs.tmpl -usr/share/cups/templates/de/list-available-printers.tmpl -usr/share/cups/templates/de/modify-class.tmpl -usr/share/cups/templates/de/modify-printer.tmpl -usr/share/cups/templates/de/norestart.tmpl -usr/share/cups/templates/de/option-boolean.tmpl -usr/share/cups/templates/de/option-conflict.tmpl -usr/share/cups/templates/de/option-header.tmpl -usr/share/cups/templates/de/option-pickmany.tmpl -usr/share/cups/templates/de/option-pickone.tmpl -usr/share/cups/templates/de/option-trailer.tmpl -usr/share/cups/templates/de/pager.tmpl -usr/share/cups/templates/de/printer-accept.tmpl -usr/share/cups/templates/de/printer-added.tmpl -usr/share/cups/templates/de/printer-cancel-jobs.tmpl -usr/share/cups/templates/de/printer-configured.tmpl -usr/share/cups/templates/de/printer-confirm.tmpl -usr/share/cups/templates/de/printer-default.tmpl -usr/share/cups/templates/de/printer-deleted.tmpl -usr/share/cups/templates/de/printer-jobs-header.tmpl -usr/share/cups/templates/de/printer-modified.tmpl -usr/share/cups/templates/de/printer-reject.tmpl -usr/share/cups/templates/de/printer-start.tmpl -usr/share/cups/templates/de/printer-stop.tmpl -usr/share/cups/templates/de/printer.tmpl -usr/share/cups/templates/de/printers-header.tmpl -usr/share/cups/templates/de/printers.tmpl -usr/share/cups/templates/de/restart.tmpl -usr/share/cups/templates/de/search.tmpl -usr/share/cups/templates/de/set-printer-options-header.tmpl -usr/share/cups/templates/de/set-printer-options-trailer.tmpl -usr/share/cups/templates/de/test-page.tmpl -usr/share/cups/templates/de/trailer.tmpl -usr/share/cups/templates/de/users.tmpl -usr/share/cups/templates/edit-config.tmpl -usr/share/cups/templates/error-op.tmpl -usr/share/cups/templates/error.tmpl -usr/share/cups/templates/es -usr/share/cups/templates/es/add-class.tmpl -usr/share/cups/templates/es/add-printer.tmpl -usr/share/cups/templates/es/admin.tmpl -usr/share/cups/templates/es/choose-device.tmpl -usr/share/cups/templates/es/choose-make.tmpl -usr/share/cups/templates/es/choose-model.tmpl -usr/share/cups/templates/es/choose-serial.tmpl -usr/share/cups/templates/es/choose-uri.tmpl -usr/share/cups/templates/es/class-added.tmpl -usr/share/cups/templates/es/class-confirm.tmpl -usr/share/cups/templates/es/class-deleted.tmpl -usr/share/cups/templates/es/class-jobs-header.tmpl -usr/share/cups/templates/es/class-modified.tmpl -usr/share/cups/templates/es/class.tmpl -usr/share/cups/templates/es/classes-header.tmpl -usr/share/cups/templates/es/classes.tmpl -usr/share/cups/templates/es/command.tmpl -usr/share/cups/templates/es/edit-config.tmpl -usr/share/cups/templates/es/error-op.tmpl -usr/share/cups/templates/es/error.tmpl -usr/share/cups/templates/es/header.tmpl -usr/share/cups/templates/es/help-header.tmpl -usr/share/cups/templates/es/help-printable.tmpl -usr/share/cups/templates/es/help-trailer.tmpl -usr/share/cups/templates/es/job-cancel.tmpl -usr/share/cups/templates/es/job-hold.tmpl -usr/share/cups/templates/es/job-move.tmpl -usr/share/cups/templates/es/job-moved.tmpl -usr/share/cups/templates/es/job-release.tmpl -usr/share/cups/templates/es/job-restart.tmpl -usr/share/cups/templates/es/jobs-header.tmpl -usr/share/cups/templates/es/jobs.tmpl -usr/share/cups/templates/es/list-available-printers.tmpl -usr/share/cups/templates/es/modify-class.tmpl -usr/share/cups/templates/es/modify-printer.tmpl -usr/share/cups/templates/es/norestart.tmpl -usr/share/cups/templates/es/option-boolean.tmpl -usr/share/cups/templates/es/option-conflict.tmpl -usr/share/cups/templates/es/option-header.tmpl -usr/share/cups/templates/es/option-pickmany.tmpl -usr/share/cups/templates/es/option-pickone.tmpl -usr/share/cups/templates/es/option-trailer.tmpl -usr/share/cups/templates/es/pager.tmpl -usr/share/cups/templates/es/printer-accept.tmpl -usr/share/cups/templates/es/printer-added.tmpl -usr/share/cups/templates/es/printer-cancel-jobs.tmpl -usr/share/cups/templates/es/printer-configured.tmpl -usr/share/cups/templates/es/printer-confirm.tmpl -usr/share/cups/templates/es/printer-default.tmpl -usr/share/cups/templates/es/printer-deleted.tmpl -usr/share/cups/templates/es/printer-jobs-header.tmpl -usr/share/cups/templates/es/printer-modified.tmpl -usr/share/cups/templates/es/printer-reject.tmpl -usr/share/cups/templates/es/printer-start.tmpl -usr/share/cups/templates/es/printer-stop.tmpl -usr/share/cups/templates/es/printer.tmpl -usr/share/cups/templates/es/printers-header.tmpl -usr/share/cups/templates/es/printers.tmpl -usr/share/cups/templates/es/restart.tmpl -usr/share/cups/templates/es/search.tmpl -usr/share/cups/templates/es/set-printer-options-header.tmpl -usr/share/cups/templates/es/set-printer-options-trailer.tmpl -usr/share/cups/templates/es/test-page.tmpl -usr/share/cups/templates/es/trailer.tmpl -usr/share/cups/templates/es/users.tmpl -usr/share/cups/templates/fr -usr/share/cups/templates/fr/add-class.tmpl -usr/share/cups/templates/fr/add-printer.tmpl -usr/share/cups/templates/fr/admin.tmpl -usr/share/cups/templates/fr/choose-device.tmpl -usr/share/cups/templates/fr/choose-make.tmpl -usr/share/cups/templates/fr/choose-model.tmpl -usr/share/cups/templates/fr/choose-serial.tmpl -usr/share/cups/templates/fr/choose-uri.tmpl -usr/share/cups/templates/fr/class-added.tmpl -usr/share/cups/templates/fr/class-confirm.tmpl -usr/share/cups/templates/fr/class-deleted.tmpl -usr/share/cups/templates/fr/class-jobs-header.tmpl -usr/share/cups/templates/fr/class-modified.tmpl -usr/share/cups/templates/fr/class.tmpl -usr/share/cups/templates/fr/classes-header.tmpl -usr/share/cups/templates/fr/classes.tmpl -usr/share/cups/templates/fr/command.tmpl -usr/share/cups/templates/fr/edit-config.tmpl -usr/share/cups/templates/fr/error-op.tmpl -usr/share/cups/templates/fr/error.tmpl -usr/share/cups/templates/fr/header.tmpl -usr/share/cups/templates/fr/help-header.tmpl -usr/share/cups/templates/fr/help-printable.tmpl -usr/share/cups/templates/fr/help-trailer.tmpl -usr/share/cups/templates/fr/job-cancel.tmpl -usr/share/cups/templates/fr/job-hold.tmpl -usr/share/cups/templates/fr/job-move.tmpl -usr/share/cups/templates/fr/job-moved.tmpl -usr/share/cups/templates/fr/job-release.tmpl -usr/share/cups/templates/fr/job-restart.tmpl -usr/share/cups/templates/fr/jobs-header.tmpl -usr/share/cups/templates/fr/jobs.tmpl -usr/share/cups/templates/fr/list-available-printers.tmpl -usr/share/cups/templates/fr/modify-class.tmpl -usr/share/cups/templates/fr/modify-printer.tmpl -usr/share/cups/templates/fr/norestart.tmpl -usr/share/cups/templates/fr/option-boolean.tmpl -usr/share/cups/templates/fr/option-conflict.tmpl -usr/share/cups/templates/fr/option-header.tmpl -usr/share/cups/templates/fr/option-pickmany.tmpl -usr/share/cups/templates/fr/option-pickone.tmpl -usr/share/cups/templates/fr/option-trailer.tmpl -usr/share/cups/templates/fr/pager.tmpl -usr/share/cups/templates/fr/printer-accept.tmpl -usr/share/cups/templates/fr/printer-added.tmpl -usr/share/cups/templates/fr/printer-cancel-jobs.tmpl -usr/share/cups/templates/fr/printer-configured.tmpl -usr/share/cups/templates/fr/printer-confirm.tmpl -usr/share/cups/templates/fr/printer-default.tmpl -usr/share/cups/templates/fr/printer-deleted.tmpl -usr/share/cups/templates/fr/printer-jobs-header.tmpl -usr/share/cups/templates/fr/printer-modified.tmpl -usr/share/cups/templates/fr/printer-reject.tmpl -usr/share/cups/templates/fr/printer-start.tmpl -usr/share/cups/templates/fr/printer-stop.tmpl -usr/share/cups/templates/fr/printer.tmpl -usr/share/cups/templates/fr/printers-header.tmpl -usr/share/cups/templates/fr/printers.tmpl -usr/share/cups/templates/fr/restart.tmpl -usr/share/cups/templates/fr/search.tmpl -usr/share/cups/templates/fr/set-printer-options-header.tmpl -usr/share/cups/templates/fr/set-printer-options-trailer.tmpl -usr/share/cups/templates/fr/test-page.tmpl -usr/share/cups/templates/fr/trailer.tmpl -usr/share/cups/templates/fr/users.tmpl -usr/share/cups/templates/header.tmpl -usr/share/cups/templates/help-header.tmpl -usr/share/cups/templates/help-printable.tmpl -usr/share/cups/templates/help-trailer.tmpl -usr/share/cups/templates/ja -usr/share/cups/templates/ja/add-class.tmpl -usr/share/cups/templates/ja/add-printer.tmpl -usr/share/cups/templates/ja/admin.tmpl -usr/share/cups/templates/ja/choose-device.tmpl -usr/share/cups/templates/ja/choose-make.tmpl -usr/share/cups/templates/ja/choose-model.tmpl -usr/share/cups/templates/ja/choose-serial.tmpl -usr/share/cups/templates/ja/choose-uri.tmpl -usr/share/cups/templates/ja/class-added.tmpl -usr/share/cups/templates/ja/class-confirm.tmpl -usr/share/cups/templates/ja/class-deleted.tmpl -usr/share/cups/templates/ja/class-jobs-header.tmpl -usr/share/cups/templates/ja/class-modified.tmpl -usr/share/cups/templates/ja/class.tmpl -usr/share/cups/templates/ja/classes-header.tmpl -usr/share/cups/templates/ja/classes.tmpl -usr/share/cups/templates/ja/command.tmpl -usr/share/cups/templates/ja/edit-config.tmpl -usr/share/cups/templates/ja/error-op.tmpl -usr/share/cups/templates/ja/error.tmpl -usr/share/cups/templates/ja/header.tmpl -usr/share/cups/templates/ja/help-header.tmpl -usr/share/cups/templates/ja/help-printable.tmpl -usr/share/cups/templates/ja/help-trailer.tmpl -usr/share/cups/templates/ja/job-cancel.tmpl -usr/share/cups/templates/ja/job-hold.tmpl -usr/share/cups/templates/ja/job-move.tmpl -usr/share/cups/templates/ja/job-moved.tmpl -usr/share/cups/templates/ja/job-release.tmpl -usr/share/cups/templates/ja/job-restart.tmpl -usr/share/cups/templates/ja/jobs-header.tmpl -usr/share/cups/templates/ja/jobs.tmpl -usr/share/cups/templates/ja/list-available-printers.tmpl -usr/share/cups/templates/ja/modify-class.tmpl -usr/share/cups/templates/ja/modify-printer.tmpl -usr/share/cups/templates/ja/norestart.tmpl -usr/share/cups/templates/ja/option-boolean.tmpl -usr/share/cups/templates/ja/option-conflict.tmpl -usr/share/cups/templates/ja/option-header.tmpl -usr/share/cups/templates/ja/option-pickmany.tmpl -usr/share/cups/templates/ja/option-pickone.tmpl -usr/share/cups/templates/ja/option-trailer.tmpl -usr/share/cups/templates/ja/pager.tmpl -usr/share/cups/templates/ja/printer-accept.tmpl -usr/share/cups/templates/ja/printer-added.tmpl -usr/share/cups/templates/ja/printer-cancel-jobs.tmpl -usr/share/cups/templates/ja/printer-configured.tmpl -usr/share/cups/templates/ja/printer-confirm.tmpl -usr/share/cups/templates/ja/printer-default.tmpl -usr/share/cups/templates/ja/printer-deleted.tmpl -usr/share/cups/templates/ja/printer-jobs-header.tmpl -usr/share/cups/templates/ja/printer-modified.tmpl -usr/share/cups/templates/ja/printer-reject.tmpl -usr/share/cups/templates/ja/printer-start.tmpl -usr/share/cups/templates/ja/printer-stop.tmpl -usr/share/cups/templates/ja/printer.tmpl -usr/share/cups/templates/ja/printers-header.tmpl -usr/share/cups/templates/ja/printers.tmpl -usr/share/cups/templates/ja/restart.tmpl -usr/share/cups/templates/ja/search.tmpl -usr/share/cups/templates/ja/set-printer-options-header.tmpl -usr/share/cups/templates/ja/set-printer-options-trailer.tmpl -usr/share/cups/templates/ja/test-page.tmpl -usr/share/cups/templates/ja/trailer.tmpl -usr/share/cups/templates/ja/users.tmpl -usr/share/cups/templates/job-cancel.tmpl -usr/share/cups/templates/job-hold.tmpl -usr/share/cups/templates/job-move.tmpl -usr/share/cups/templates/job-moved.tmpl -usr/share/cups/templates/job-release.tmpl -usr/share/cups/templates/job-restart.tmpl -usr/share/cups/templates/jobs-header.tmpl -usr/share/cups/templates/jobs.tmpl -usr/share/cups/templates/list-available-printers.tmpl -usr/share/cups/templates/modify-class.tmpl -usr/share/cups/templates/modify-printer.tmpl -usr/share/cups/templates/norestart.tmpl -usr/share/cups/templates/option-boolean.tmpl -usr/share/cups/templates/option-conflict.tmpl -usr/share/cups/templates/option-header.tmpl -usr/share/cups/templates/option-pickmany.tmpl -usr/share/cups/templates/option-pickone.tmpl -usr/share/cups/templates/option-trailer.tmpl -usr/share/cups/templates/pager.tmpl -usr/share/cups/templates/printer-accept.tmpl -usr/share/cups/templates/printer-added.tmpl -usr/share/cups/templates/printer-cancel-jobs.tmpl -usr/share/cups/templates/printer-configured.tmpl -usr/share/cups/templates/printer-confirm.tmpl -usr/share/cups/templates/printer-default.tmpl -usr/share/cups/templates/printer-deleted.tmpl -usr/share/cups/templates/printer-jobs-header.tmpl -usr/share/cups/templates/printer-modified.tmpl -usr/share/cups/templates/printer-reject.tmpl -usr/share/cups/templates/printer-start.tmpl -usr/share/cups/templates/printer-stop.tmpl -usr/share/cups/templates/printer.tmpl -usr/share/cups/templates/printers-header.tmpl -usr/share/cups/templates/printers.tmpl -usr/share/cups/templates/pt_BR -usr/share/cups/templates/pt_BR/add-class.tmpl -usr/share/cups/templates/pt_BR/add-printer.tmpl -usr/share/cups/templates/pt_BR/admin.tmpl -usr/share/cups/templates/pt_BR/choose-device.tmpl -usr/share/cups/templates/pt_BR/choose-make.tmpl -usr/share/cups/templates/pt_BR/choose-model.tmpl -usr/share/cups/templates/pt_BR/choose-serial.tmpl -usr/share/cups/templates/pt_BR/choose-uri.tmpl -usr/share/cups/templates/pt_BR/class-added.tmpl -usr/share/cups/templates/pt_BR/class-confirm.tmpl -usr/share/cups/templates/pt_BR/class-deleted.tmpl -usr/share/cups/templates/pt_BR/class-jobs-header.tmpl -usr/share/cups/templates/pt_BR/class-modified.tmpl -usr/share/cups/templates/pt_BR/class.tmpl -usr/share/cups/templates/pt_BR/classes-header.tmpl -usr/share/cups/templates/pt_BR/classes.tmpl -usr/share/cups/templates/pt_BR/command.tmpl -usr/share/cups/templates/pt_BR/edit-config.tmpl -usr/share/cups/templates/pt_BR/error-op.tmpl -usr/share/cups/templates/pt_BR/error.tmpl -usr/share/cups/templates/pt_BR/header.tmpl -usr/share/cups/templates/pt_BR/help-header.tmpl -usr/share/cups/templates/pt_BR/help-printable.tmpl -usr/share/cups/templates/pt_BR/help-trailer.tmpl -usr/share/cups/templates/pt_BR/job-cancel.tmpl -usr/share/cups/templates/pt_BR/job-hold.tmpl -usr/share/cups/templates/pt_BR/job-move.tmpl -usr/share/cups/templates/pt_BR/job-moved.tmpl -usr/share/cups/templates/pt_BR/job-release.tmpl -usr/share/cups/templates/pt_BR/job-restart.tmpl -usr/share/cups/templates/pt_BR/jobs-header.tmpl -usr/share/cups/templates/pt_BR/jobs.tmpl -usr/share/cups/templates/pt_BR/list-available-printers.tmpl -usr/share/cups/templates/pt_BR/modify-class.tmpl -usr/share/cups/templates/pt_BR/modify-printer.tmpl -usr/share/cups/templates/pt_BR/norestart.tmpl -usr/share/cups/templates/pt_BR/option-boolean.tmpl -usr/share/cups/templates/pt_BR/option-conflict.tmpl -usr/share/cups/templates/pt_BR/option-header.tmpl -usr/share/cups/templates/pt_BR/option-pickmany.tmpl -usr/share/cups/templates/pt_BR/option-pickone.tmpl -usr/share/cups/templates/pt_BR/option-trailer.tmpl -usr/share/cups/templates/pt_BR/pager.tmpl -usr/share/cups/templates/pt_BR/printer-accept.tmpl -usr/share/cups/templates/pt_BR/printer-added.tmpl -usr/share/cups/templates/pt_BR/printer-cancel-jobs.tmpl -usr/share/cups/templates/pt_BR/printer-configured.tmpl -usr/share/cups/templates/pt_BR/printer-confirm.tmpl -usr/share/cups/templates/pt_BR/printer-default.tmpl -usr/share/cups/templates/pt_BR/printer-deleted.tmpl -usr/share/cups/templates/pt_BR/printer-jobs-header.tmpl -usr/share/cups/templates/pt_BR/printer-modified.tmpl -usr/share/cups/templates/pt_BR/printer-reject.tmpl -usr/share/cups/templates/pt_BR/printer-start.tmpl -usr/share/cups/templates/pt_BR/printer-stop.tmpl -usr/share/cups/templates/pt_BR/printer.tmpl -usr/share/cups/templates/pt_BR/printers-header.tmpl -usr/share/cups/templates/pt_BR/printers.tmpl -usr/share/cups/templates/pt_BR/restart.tmpl -usr/share/cups/templates/pt_BR/search.tmpl -usr/share/cups/templates/pt_BR/set-printer-options-header.tmpl -usr/share/cups/templates/pt_BR/set-printer-options-trailer.tmpl -usr/share/cups/templates/pt_BR/test-page.tmpl -usr/share/cups/templates/pt_BR/trailer.tmpl -usr/share/cups/templates/pt_BR/users.tmpl -usr/share/cups/templates/restart.tmpl -usr/share/cups/templates/ru -usr/share/cups/templates/ru/add-class.tmpl -usr/share/cups/templates/ru/add-printer.tmpl -usr/share/cups/templates/ru/admin.tmpl -usr/share/cups/templates/ru/choose-device.tmpl -usr/share/cups/templates/ru/choose-make.tmpl -usr/share/cups/templates/ru/choose-model.tmpl -usr/share/cups/templates/ru/choose-serial.tmpl -usr/share/cups/templates/ru/choose-uri.tmpl -usr/share/cups/templates/ru/class-added.tmpl -usr/share/cups/templates/ru/class-confirm.tmpl -usr/share/cups/templates/ru/class-deleted.tmpl -usr/share/cups/templates/ru/class-jobs-header.tmpl -usr/share/cups/templates/ru/class-modified.tmpl -usr/share/cups/templates/ru/class.tmpl -usr/share/cups/templates/ru/classes-header.tmpl -usr/share/cups/templates/ru/classes.tmpl -usr/share/cups/templates/ru/command.tmpl -usr/share/cups/templates/ru/edit-config.tmpl -usr/share/cups/templates/ru/error-op.tmpl -usr/share/cups/templates/ru/error.tmpl -usr/share/cups/templates/ru/header.tmpl -usr/share/cups/templates/ru/help-header.tmpl -usr/share/cups/templates/ru/help-printable.tmpl -usr/share/cups/templates/ru/help-trailer.tmpl -usr/share/cups/templates/ru/job-cancel.tmpl -usr/share/cups/templates/ru/job-hold.tmpl -usr/share/cups/templates/ru/job-move.tmpl -usr/share/cups/templates/ru/job-moved.tmpl -usr/share/cups/templates/ru/job-release.tmpl -usr/share/cups/templates/ru/job-restart.tmpl -usr/share/cups/templates/ru/jobs-header.tmpl -usr/share/cups/templates/ru/jobs.tmpl -usr/share/cups/templates/ru/list-available-printers.tmpl -usr/share/cups/templates/ru/modify-class.tmpl -usr/share/cups/templates/ru/modify-printer.tmpl -usr/share/cups/templates/ru/norestart.tmpl -usr/share/cups/templates/ru/option-boolean.tmpl -usr/share/cups/templates/ru/option-conflict.tmpl -usr/share/cups/templates/ru/option-header.tmpl -usr/share/cups/templates/ru/option-pickmany.tmpl -usr/share/cups/templates/ru/option-pickone.tmpl -usr/share/cups/templates/ru/option-trailer.tmpl -usr/share/cups/templates/ru/pager.tmpl -usr/share/cups/templates/ru/printer-accept.tmpl -usr/share/cups/templates/ru/printer-added.tmpl -usr/share/cups/templates/ru/printer-cancel-jobs.tmpl -usr/share/cups/templates/ru/printer-configured.tmpl -usr/share/cups/templates/ru/printer-confirm.tmpl -usr/share/cups/templates/ru/printer-default.tmpl -usr/share/cups/templates/ru/printer-deleted.tmpl -usr/share/cups/templates/ru/printer-jobs-header.tmpl -usr/share/cups/templates/ru/printer-modified.tmpl -usr/share/cups/templates/ru/printer-reject.tmpl -usr/share/cups/templates/ru/printer-start.tmpl -usr/share/cups/templates/ru/printer-stop.tmpl -usr/share/cups/templates/ru/printer.tmpl -usr/share/cups/templates/ru/printers-header.tmpl -usr/share/cups/templates/ru/printers.tmpl -usr/share/cups/templates/ru/restart.tmpl -usr/share/cups/templates/ru/search.tmpl -usr/share/cups/templates/ru/set-printer-options-header.tmpl -usr/share/cups/templates/ru/set-printer-options-trailer.tmpl -usr/share/cups/templates/ru/test-page.tmpl -usr/share/cups/templates/ru/trailer.tmpl -usr/share/cups/templates/ru/users.tmpl -usr/share/cups/templates/search.tmpl -usr/share/cups/templates/set-printer-options-header.tmpl -usr/share/cups/templates/set-printer-options-trailer.tmpl -usr/share/cups/templates/test-page.tmpl -usr/share/cups/templates/trailer.tmpl -usr/share/cups/templates/users.tmpl -usr/share/cups/usb -usr/share/cups/usb/org.cups.usb-quirks -usr/share/doc/cups -usr/share/doc/cups/apple-touch-icon.png -usr/share/doc/cups/cups-printable.css -usr/share/doc/cups/cups.css -usr/share/doc/cups/da -usr/share/doc/cups/da/index.html -usr/share/doc/cups/de -usr/share/doc/cups/de/index.html -usr/share/doc/cups/es -usr/share/doc/cups/es/index.html -usr/share/doc/cups/fr -usr/share/doc/cups/fr/index.html -usr/share/doc/cups/help -usr/share/doc/cups/help/accounting.html -usr/share/doc/cups/help/admin.html -usr/share/doc/cups/help/api-admin.html -usr/share/doc/cups/help/api-filter.html -usr/share/doc/cups/help/api-ppd.html -usr/share/doc/cups/help/cgi.html -usr/share/doc/cups/help/cupspm.html -usr/share/doc/cups/help/encryption.html -usr/share/doc/cups/help/firewalls.html -usr/share/doc/cups/help/glossary.html -usr/share/doc/cups/help/kerberos.html -usr/share/doc/cups/help/license.html -usr/share/doc/cups/help/man-backend.html -usr/share/doc/cups/help/man-cancel.html -usr/share/doc/cups/help/man-classes.conf.html -usr/share/doc/cups/help/man-client.conf.html -usr/share/doc/cups/help/man-cups-config.html -usr/share/doc/cups/help/man-cups-files.conf.html -usr/share/doc/cups/help/man-cups-lpd.html -usr/share/doc/cups/help/man-cups-snmp.html -usr/share/doc/cups/help/man-cups.html -usr/share/doc/cups/help/man-cupsaccept.html -usr/share/doc/cups/help/man-cupsd-helper.html -usr/share/doc/cups/help/man-cupsd-logs.html -usr/share/doc/cups/help/man-cupsd.conf.html -usr/share/doc/cups/help/man-cupsd.html -usr/share/doc/cups/help/man-cupsenable.html -usr/share/doc/cups/help/man-cupstestppd.html -usr/share/doc/cups/help/man-filter.html -usr/share/doc/cups/help/man-ippevepcl.html -usr/share/doc/cups/help/man-ippeveprinter.html -usr/share/doc/cups/help/man-ippfind.html -usr/share/doc/cups/help/man-ipptool.html -usr/share/doc/cups/help/man-ipptoolfile.html -usr/share/doc/cups/help/man-lp.html -usr/share/doc/cups/help/man-lpadmin.html -usr/share/doc/cups/help/man-lpc.html -usr/share/doc/cups/help/man-lpinfo.html -usr/share/doc/cups/help/man-lpmove.html -usr/share/doc/cups/help/man-lpoptions.html -usr/share/doc/cups/help/man-lpq.html -usr/share/doc/cups/help/man-lpr.html -usr/share/doc/cups/help/man-lprm.html -usr/share/doc/cups/help/man-lpstat.html -usr/share/doc/cups/help/man-mime.convs.html -usr/share/doc/cups/help/man-mime.types.html -usr/share/doc/cups/help/man-notifier.html -usr/share/doc/cups/help/man-ppdc.html -usr/share/doc/cups/help/man-ppdhtml.html -usr/share/doc/cups/help/man-ppdi.html -usr/share/doc/cups/help/man-ppdmerge.html -usr/share/doc/cups/help/man-ppdpo.html -usr/share/doc/cups/help/man-printers.conf.html -usr/share/doc/cups/help/man-subscriptions.conf.html -usr/share/doc/cups/help/network.html -usr/share/doc/cups/help/options.html -usr/share/doc/cups/help/overview.html -usr/share/doc/cups/help/policies.html -usr/share/doc/cups/help/postscript-driver.html -usr/share/doc/cups/help/ppd-compiler.html -usr/share/doc/cups/help/raster-driver.html -usr/share/doc/cups/help/ref-ppdcfile.html -usr/share/doc/cups/help/security.html -usr/share/doc/cups/help/sharing.html -usr/share/doc/cups/help/spec-banner.html -usr/share/doc/cups/help/spec-command.html -usr/share/doc/cups/help/spec-design.html -usr/share/doc/cups/help/spec-ipp.html -usr/share/doc/cups/help/spec-ppd.html -usr/share/doc/cups/help/spec-raster.html -usr/share/doc/cups/help/spec-stp.html -usr/share/doc/cups/help/translation.html -usr/share/doc/cups/images -usr/share/doc/cups/images/cups-block-diagram.png -usr/share/doc/cups/images/cups-command-chain.png -usr/share/doc/cups/images/cups-postscript-chain.png -usr/share/doc/cups/images/cups-raster-chain.png -usr/share/doc/cups/images/cups.png -usr/share/doc/cups/images/raster-organization.png -usr/share/doc/cups/images/raster.png -usr/share/doc/cups/images/sample-image.png -usr/share/doc/cups/images/smiley.jpg -usr/share/doc/cups/images/wait.gif -usr/share/doc/cups/index.html -usr/share/doc/cups/ja -usr/share/doc/cups/ja/index.html -usr/share/doc/cups/pt_BR -usr/share/doc/cups/pt_BR/index.html -usr/share/doc/cups/robots.txt -usr/share/doc/cups/ru -usr/share/doc/cups/ru/index.html -usr/share/icons -usr/share/icons/hicolor -usr/share/icons/hicolor/128x128 -usr/share/icons/hicolor/128x128/apps -usr/share/icons/hicolor/128x128/apps/cups.png -usr/share/icons/hicolor/16x16 -usr/share/icons/hicolor/16x16/apps -usr/share/icons/hicolor/16x16/apps/cups.png -usr/share/icons/hicolor/32x32 -usr/share/icons/hicolor/32x32/apps -usr/share/icons/hicolor/32x32/apps/cups.png -usr/share/icons/hicolor/64x64 -usr/share/icons/hicolor/64x64/apps -usr/share/icons/hicolor/64x64/apps/cups.png -usr/share/locale/ca/cups_ca.po -usr/share/locale/cs/cups_cs.po -usr/share/locale/da/cups_da.po -usr/share/locale/de/cups_de.po -usr/share/locale/en -usr/share/locale/en/cups_en.po -usr/share/locale/es/cups_es.po -usr/share/locale/fr/cups_fr.po -usr/share/locale/it/cups_it.po -usr/share/locale/ja/cups_ja.po -usr/share/locale/pt_BR/cups_pt_BR.po -usr/share/locale/ru/cups_ru.po -usr/share/locale/zh_CN/cups_zh_CN.po -#usr/share/man/man1/cancel.1 -#usr/share/man/man1/cups-config.1 -#usr/share/man/man1/cups.1 -#usr/share/man/man1/cupstestppd.1 -#usr/share/man/man1/ippeveprinter.1 -#usr/share/man/man1/ippfind.1 -#usr/share/man/man1/ipptool.1 -#usr/share/man/man1/lp.1 -#usr/share/man/man1/lpoptions.1 -#usr/share/man/man1/lpq.1 -#usr/share/man/man1/lpr.1 -#usr/share/man/man1/lprm.1 -#usr/share/man/man1/lpstat.1 -#usr/share/man/man1/ppdc.1 -#usr/share/man/man1/ppdhtml.1 -#usr/share/man/man1/ppdi.1 -#usr/share/man/man1/ppdmerge.1 -#usr/share/man/man1/ppdpo.1 -#usr/share/man/man5/classes.conf.5 -#usr/share/man/man5/client.conf.5 -#usr/share/man/man5/cups-files.conf.5 -#usr/share/man/man5/cups-snmp.conf.5 -#usr/share/man/man5/cupsd-logs.5 -#usr/share/man/man5/cupsd.conf.5 -#usr/share/man/man5/ipptoolfile.5 -#usr/share/man/man5/mailto.conf.5 -#usr/share/man/man5/mime.convs.5 -#usr/share/man/man5/mime.types.5 -#usr/share/man/man5/ppdcfile.5 -#usr/share/man/man5/printers.conf.5 -#usr/share/man/man5/subscriptions.conf.5 -#usr/share/man/man7/backend.7 -#usr/share/man/man7/filter.7 -#usr/share/man/man7/ippevepcl.7 -#usr/share/man/man7/ippeveps.7 -#usr/share/man/man7/notifier.7 -#usr/share/man/man8/cups-deviced.8 -#usr/share/man/man8/cups-driverd.8 -#usr/share/man/man8/cups-exec.8 -#usr/share/man/man8/cups-lpd.8 -#usr/share/man/man8/cups-snmp.8 -#usr/share/man/man8/cupsaccept.8 -#usr/share/man/man8/cupsctl.8 -#usr/share/man/man8/cupsd-helper.8 -#usr/share/man/man8/cupsd.8 -#usr/share/man/man8/cupsdisable.8 -#usr/share/man/man8/cupsenable.8 -#usr/share/man/man8/cupsfilter.8 -#usr/share/man/man8/cupsreject.8 -#usr/share/man/man8/lpadmin.8 -#usr/share/man/man8/lpc.8 -#usr/share/man/man8/lpinfo.8 -#usr/share/man/man8/lpmove.8 -var/cache/cups -var/cache/cups/rss -var/ipfire/backup/addons/includes/cups -#var/ipfire/cups -var/ipfire/cups/cups-files.conf -var/ipfire/cups/cups-files.conf.default -var/ipfire/cups/cupsd.conf -#var/ipfire/cups/cupsd.conf.default -var/ipfire/cups/ppd -var/ipfire/cups/snmp.conf -var/ipfire/cups/snmp.conf.default -var/ipfire/cups/ssl -var/log/cups -var/spool/cups -var/spool/cups/tmp diff --git a/lfs/cups b/lfs/cups deleted file mode 100644 index 330f828d2..000000000 --- a/lfs/cups +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.4.10 -SUMMARY = The Common UNIX Printing System - -THISAPP = cups-$(VER) -DL_FILE = $(THISAPP)-source.tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/cups-$(VER) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = cups -PAK_VER = 39 - -DEPS = avahi cups-filters dbus ghostscript libexif - -SERVICES = cups - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 842a713d606c1e68d5113c0fc2f063cb58519891bb8f442fd64caeebf6b14fbf38b59d1fe4277cf8f9a01238c4c040fc7919234afa56dc86fcebb623a0058322 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --sysconfdir=/var/ipfire \ - --localstatedir=/var \ - --enable-debug \ - --with-dnssd=avahi \ - --enable-dbus \ - --with-tls=openssl \ - --enable-libusb - - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - - cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb - - install -v -m 644 $(DIR_SRC)/config/backup/includes/cups \ - /var/ipfire/backup/addons/includes/cups - - # install initscript - $(call INSTALL_INITSCRIPTS,$(SERVICES)) - cp -fv $(DIR_SRC)/config/cups/cupsd.conf /var/ipfire/cups/ - - # Install convenience link - ln -svf /var/ipfire/cups /etc/cups - - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/src/initscripts/packages/cups b/src/initscripts/packages/cups deleted file mode 100644 index 193e7e985..000000000 --- a/src/initscripts/packages/cups +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -. /etc/sysconfig/rc -. $rc_functions - -case $1 in - start) - boot_mesg "Starting CUPS Printserver..." - loadproc /usr/sbin/cupsd - ;; - - stop) - boot_mesg "Stopping CUPS Printserver..." - killproc /usr/sbin/cupsd - ;; - - reload) - boot_mesg "Reloading CUPS Printserver..." - reloadproc /usr/sbin/cupsd - ;; - - restart) - $0 stop - sleep 1 - $0 start - ;; - - status) - statusproc /usr/sbin/cupsd - ;; - - *) - echo "Usage: $0 {start|stop|reload|restart|status}" - exit 1 - ;; -esac diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh deleted file mode 100644 index f1d45b697..000000000 --- a/src/paks/cups/install.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2007 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -extract_files -restore_backup "${NAME}" -/etc/init.d/messagebus reload -start_service --background ${NAME} -ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups -ln -svf ../init.d/cups /etc/rc.d/rc3.d/S25cups -ln -svf ../init.d/cups /etc/rc.d/rc6.d/K00cups diff --git a/src/paks/cups/uninstall.sh b/src/paks/cups/uninstall.sh deleted file mode 100644 index d4abdde63..000000000 --- a/src/paks/cups/uninstall.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2007 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -stop_service ${NAME} -make_backup "${NAME}" -remove_files -rm -rf /etc/rc.d/rc*.d/*cups -/etc/init.d/messagebus reload diff --git a/src/paks/cups/update.sh b/src/paks/cups/update.sh deleted file mode 100644 index 99776659c..000000000 --- a/src/paks/cups/update.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2007-2020 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -extract_backup_includes -./uninstall.sh -./install.sh From patchwork Mon Oct 14 16:51:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8170 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ck4z8rz3wyH for ; Mon, 14 Oct 2024 16:51:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Ch3tYxz2wq; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Ch3NgLz34Lv; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cb49Wtz340B for ; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cb2hM1z1G0; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bI6lxy57UoTlvjPjo8ZlVzTpshvVn09Bzg2N5iLLYZU=; b=MxrAM7ZXzACkPzn2PnKandJSFNA7W7mKUsZ+z28erVKKh6CNsKBqjAw9wMjT4+z6qgsn8c N7vkHJRU1RqeczDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bI6lxy57UoTlvjPjo8ZlVzTpshvVn09Bzg2N5iLLYZU=; b=aHvH9i/8V7BF29hDwH5DC7cslm9HnsrQVgQOZBVdTXB3BDGhPGuCbOk9cQEAqhT+xOOlOc h2hk0H7sSHJqx9wJDDPiIBCa4CD7UrRWUzXgu+RVK4+KRnUjHBuwH4fWU0b//HawmSvLmm EpgpjfLXvzG2c8VhR9H7lPcjG6HECDKH58pZG+0WRb0T1IFpJlI1Hj0phVW74Rk3y/iSiN n04oCwmeVYHBhcdSmhO7GqJMaLEFzx1h4xNNHyfxHlYbz+A1zUiIjHx2reCvmiIs0sCvWZ 9JgBjAXhHCd9r0mkdkzq1JdmkoVUN8bmZKgfGp19qx6uSv/ZzXO/GTOI0LOAuQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/17] cups-filters: Removal of cups-filters Date: Mon, 14 Oct 2024 18:51:02 +0200 Message-ID: <20241014165117.15440-2-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: OLFCKTYQSAL4R3WGWUFL6B66RQZTP3KQ X-Message-ID-Hash: OLFCKTYQSAL4R3WGWUFL6B66RQZTP3KQ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/cups-filters | 159 ------------------------- lfs/cups-filters | 99 --------------- 2 files changed, 258 deletions(-) delete mode 100644 config/rootfiles/packages/cups-filters delete mode 100644 lfs/cups-filters diff --git a/config/rootfiles/packages/cups-filters b/config/rootfiles/packages/cups-filters deleted file mode 100644 index 6cdccf203..000000000 --- a/config/rootfiles/packages/cups-filters +++ /dev/null @@ -1,159 +0,0 @@ -etc/rc.d/init.d/cups-browsed -#etc/rc0.d/K35cups-browsed -#etc/rc2.d/K35cups-browsed -#etc/rc2.d/S82cups-browsed -#etc/rc3.d/K35cups-browsed -#etc/rc3.d/S82cups-browsed -#etc/rc5.d/K35cups-browsed -#etc/rc5.d/S82cups-browsed -usr/bin/driverless -usr/bin/driverless-fax -usr/bin/foomatic-rip -#usr/include/cupsfilters -#usr/include/cupsfilters/colord.h -#usr/include/cupsfilters/colormanager.h -#usr/include/cupsfilters/driver.h -#usr/include/cupsfilters/image.h -#usr/include/cupsfilters/ipp.h -#usr/include/cupsfilters/pdftoippprinter.h -#usr/include/cupsfilters/ppdgenerator.h -#usr/include/cupsfilters/raster.h -#usr/include/fontembed -#usr/include/fontembed/bitset.h -#usr/include/fontembed/embed.h -#usr/include/fontembed/fontfile.h -#usr/include/fontembed/iofn.h -#usr/include/fontembed/sfnt.h -usr/lib/cups/backend/beh -usr/lib/cups/backend/cups-brf -usr/lib/cups/backend/driverless -usr/lib/cups/backend/driverless-fax -usr/lib/cups/backend/implicitclass -usr/lib/cups/backend/parallel -usr/lib/cups/backend/serial -usr/lib/cups/driver/driverless -usr/lib/cups/driver/driverless-fax -usr/lib/cups/filter/bannertopdf -usr/lib/cups/filter/brftoembosser -usr/lib/cups/filter/brftopagedbrf -usr/lib/cups/filter/cgmtopdf -usr/lib/cups/filter/cmxtopdf -usr/lib/cups/filter/commandtoescpx -usr/lib/cups/filter/commandtopclx -usr/lib/cups/filter/emftopdf -usr/lib/cups/filter/foomatic-rip -usr/lib/cups/filter/gstopdf -usr/lib/cups/filter/gstopxl -usr/lib/cups/filter/gstoraster -usr/lib/cups/filter/imagetobrf -usr/lib/cups/filter/imagetopdf -usr/lib/cups/filter/imagetops -usr/lib/cups/filter/imagetoraster -usr/lib/cups/filter/imagetoubrl -usr/lib/cups/filter/imageubrltoindexv3 -usr/lib/cups/filter/imageubrltoindexv4 -usr/lib/cups/filter/musicxmltobrf -usr/lib/cups/filter/pdftopdf -usr/lib/cups/filter/pdftops -usr/lib/cups/filter/pdftoraster -usr/lib/cups/filter/rastertoescpx -usr/lib/cups/filter/rastertopclm -usr/lib/cups/filter/rastertopclx -usr/lib/cups/filter/rastertopdf -usr/lib/cups/filter/rastertops -usr/lib/cups/filter/svgtopdf -usr/lib/cups/filter/sys5ippprinter -usr/lib/cups/filter/textbrftoindexv3 -usr/lib/cups/filter/textbrftoindexv4 -usr/lib/cups/filter/texttobrf -usr/lib/cups/filter/texttopdf -usr/lib/cups/filter/texttops -usr/lib/cups/filter/texttotext -usr/lib/cups/filter/vectortobrf -usr/lib/cups/filter/vectortopdf -usr/lib/cups/filter/vectortoubrl -usr/lib/cups/filter/wmftopdf -usr/lib/cups/filter/xfigtopdf -#usr/lib/libcupsfilters.la -#usr/lib/libcupsfilters.so -usr/lib/libcupsfilters.so.1 -usr/lib/libcupsfilters.so.1.0.0 -#usr/lib/libfontembed.la -#usr/lib/libfontembed.so -usr/lib/libfontembed.so.1 -usr/lib/libfontembed.so.1.0.0 -#usr/lib/pkgconfig/libcupsfilters.pc -#usr/lib/pkgconfig/libfontembed.pc -usr/sbin/cups-browsed -usr/share/cups/banners/classified -usr/share/cups/banners/confidential -usr/share/cups/banners/form -usr/share/cups/banners/secret -usr/share/cups/banners/standard -usr/share/cups/banners/topsecret -usr/share/cups/banners/unclassified -usr/share/cups/braille -usr/share/cups/braille/cups-braille.sh -usr/share/cups/braille/index.sh -usr/share/cups/braille/indexv3.sh -usr/share/cups/braille/indexv4.sh -usr/share/cups/charsets -usr/share/cups/charsets/pdf.utf-8 -usr/share/cups/charsets/pdf.utf-8.heavy -usr/share/cups/charsets/pdf.utf-8.simple -usr/share/cups/data/classified.pdf -usr/share/cups/data/confidential.pdf -usr/share/cups/data/default-testpage.pdf -usr/share/cups/data/default.pdf -usr/share/cups/data/form_english.pdf -usr/share/cups/data/form_english_in.odt -usr/share/cups/data/form_russian.pdf -usr/share/cups/data/form_russian_in.odt -usr/share/cups/data/secret.pdf -usr/share/cups/data/standard.pdf -usr/share/cups/data/testprint -usr/share/cups/data/topsecret.pdf -usr/share/cups/data/unclassified.pdf -usr/share/cups/drv/cupsfilters.drv -usr/share/cups/drv/generic-brf.drv -usr/share/cups/drv/generic-ubrl.drv -usr/share/cups/drv/indexv3.drv -usr/share/cups/drv/indexv4.drv -usr/share/cups/mime/braille.convs -usr/share/cups/mime/braille.types -usr/share/cups/mime/cupsfilters-ghostscript.convs -usr/share/cups/mime/cupsfilters-poppler.convs -usr/share/cups/mime/cupsfilters.convs -usr/share/cups/mime/cupsfilters.types -usr/share/cups/ppdc/braille.defs -usr/share/cups/ppdc/escp.h -usr/share/cups/ppdc/fr-braille.po -usr/share/cups/ppdc/imagemagick.defs -usr/share/cups/ppdc/index.defs -usr/share/cups/ppdc/liblouis.defs -usr/share/cups/ppdc/liblouis1.defs -usr/share/cups/ppdc/liblouis2.defs -usr/share/cups/ppdc/liblouis3.defs -usr/share/cups/ppdc/liblouis4.defs -usr/share/cups/ppdc/media-braille.defs -usr/share/cups/ppdc/pcl.h -#usr/share/doc/cups-filters -#usr/share/doc/cups-filters/ABOUT-NLS -#usr/share/doc/cups-filters/AUTHORS -#usr/share/doc/cups-filters/COPYING -#usr/share/doc/cups-filters/INSTALL -#usr/share/doc/cups-filters/NEWS -#usr/share/doc/cups-filters/README -#usr/share/man/man1/driverless.1 -#usr/share/man/man1/foomatic-rip.1 -#usr/share/man/man5/cups-browsed.conf.5 -#usr/share/man/man8/cups-browsed.8 -#usr/share/ppd -usr/share/ppd/cupsfilters -usr/share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd -usr/share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd -usr/share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd -usr/share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd -usr/share/ppd/cupsfilters/pxlcolor.ppd -usr/share/ppd/cupsfilters/pxlmono.ppd -var/ipfire/cups/cups-browsed.conf diff --git a/lfs/cups-filters b/lfs/cups-filters deleted file mode 100644 index 7a76f40a7..000000000 --- a/lfs/cups-filters +++ /dev/null @@ -1,99 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = OpenPrinting CUPS filters, backends, and cups-browsed - -VER = 1.28.16 - -THISAPP = cups-filters-$(VER) -DL_FILE = $(THISAPP).tar.xz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = cups-filters -PAK_VER = 13 - -DEPS = cups ghostscript - -SERVICES = - -CFLAGS += -fcommon - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = a75a9e09688670332a9fd9a8e4d9004650c6b0fb571a1f48a02e8e4af56d08b7d312d65fdbd66caf82907005dd336de90e2c8bbb46b1ba13d86d8715340f8ce6 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && \ - CXXFLAGS="-std=c++17" \ - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-pdftops=hybrid \ - --disable-mutool \ - --disable-static \ - --disable-avahi - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8171 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cl6cgXz3wyH for ; Mon, 14 Oct 2024 16:51:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Ch5S5Cz2rk; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Ch4gZ9z34Lx; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cb5jNdz340B for ; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cb4Bxrz2rk; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HFHSAse7Z73csWeLnt5VeQVvtfv5h/85d9gV0s+fVWg=; b=s/A6VIdMAfOHiBMHPS5A0W3MOQkBQU8j3DLppp0spjqlbxugW3oItKLPupcVuhriGTQg1C Cf3Z+njHATa8zd4KBry3QfRC5l9W8PsvrELevajXTrK1JovG2DLzp6xrpY/DE+G453eACw lgl0r7b3OUVpgVkitzRwSEKHByA5pM4Qoi8h5+ZwMiHDzmw9LIUMr+82ecGTVII2aSMvhs owgOYMc7fI9iIYHGRgdOQzXzQRbqblTNwR/yoJps6IQ8U5ZQVvcr/EGhoSs1vhVhAswt1N RXD5esDNKvUouH6PWeaXXZabDuAiTL8GiCp2yXVVXvHh4fhOI76K4dFL7hT8rw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HFHSAse7Z73csWeLnt5VeQVvtfv5h/85d9gV0s+fVWg=; b=wM3dp7UAbqBrCgi4jFgNecBmZTc5H2v710A1h9ov36lFrA0I4Jb15/LcQ3A2gmuCcRghyI j/P8eZK66AEvF/Bw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 03/17] cups-pdf: Removal of cups-pdf Date: Mon, 14 Oct 2024 18:51:03 +0200 Message-ID: <20241014165117.15440-3-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: AQVBGZAVPTNLTWMD4O74GCYRMI35AAOG X-Message-ID-Hash: AQVBGZAVPTNLTWMD4O74GCYRMI35AAOG X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/cups-pdf | 5 -- lfs/cups-pdf | 106 ------------------------- src/patches/cups-pdf-setpdfwrite.patch | 27 ------- 3 files changed, 138 deletions(-) delete mode 100644 config/rootfiles/packages/cups-pdf delete mode 100644 lfs/cups-pdf delete mode 100644 src/patches/cups-pdf-setpdfwrite.patch diff --git a/config/rootfiles/packages/cups-pdf b/config/rootfiles/packages/cups-pdf deleted file mode 100644 index 70324cad1..000000000 --- a/config/rootfiles/packages/cups-pdf +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/cups/backend/cups-pdf -#usr/share/ppd/cups-pdf -usr/share/ppd/cups-pdf/CUPS-PDF_noopt.ppd -usr/share/ppd/cups-pdf/CUPS-PDF_opt.ppd -var/ipfire/cups/cups-pdf.conf diff --git a/lfs/cups-pdf b/lfs/cups-pdf deleted file mode 100644 index 5e9f86562..000000000 --- a/lfs/cups-pdf +++ /dev/null @@ -1,106 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = OpenPrinting CUPS filters, backends, and cups-browsed - -VER = 3.0.1 - -THISAPP = cups-pdf-$(VER) -DL_FILE = cups-pdf_$(VER).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = cups-pdf -PAK_VER = 1 - -DEPS = cups - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = f964358c5e465447e703848a697f6c801624a1836e2a0a4026c507c66048cf4bef92327508598ec7e9a356d4f57894a6b610e55b7a9a34e942cf2b88c6c55b85 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/cups-pdf-setpdfwrite.patch - - # Compile backend - cd $(DIR_APP)/src && gcc $(CFLAGS) cups-pdf.c -o cups-pdf -lcups - - # Install backend - cd $(DIR_APP)/src && install -v -m 700 \ - cups-pdf /usr/lib/cups/backend/cups-pdf - - # Install PPD files - -mkdir -pv /usr/share/ppd/cups-pdf - cd $(DIR_APP)/extra && install -v -m 644 \ - CUPS-PDF_noopt.ppd \ - CUPS-PDF_opt.ppd \ - /usr/share/ppd/cups-pdf - - # Install configuration - -mkdir -pv /var/ipfire/cups - cd $(DIR_APP)/extra && install -v -m 644 \ - cups-pdf.conf /var/ipfire/cups/cups-pdf.conf - - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/src/patches/cups-pdf-setpdfwrite.patch b/src/patches/cups-pdf-setpdfwrite.patch deleted file mode 100644 index 58d71c02f..000000000 --- a/src/patches/cups-pdf-setpdfwrite.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur extra/cups-pdf.conf extra/cups-pdf.conf ---- extra/cups-pdf.conf 2021-06-03 08:50:00.109555813 -0400 -+++ extra/cups-pdf.conf 2021-06-03 08:51:27.530198340 -0400 -@@ -250,9 +250,9 @@ - ### Key: GSCall (config) - ## command line for calling GhostScript (!!! DO NOT USE NEWLINES !!!) - ## MacOSX: for using pstopdf set this to %s %s -o %s %s --### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s -+### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c 30000000 setvmthreshold -f %s - --#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s -+#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c 30000000 setvmthreshold -f %s - - ### Key: PDFVer (config, ppd, lptopions) - ## PDF version to be created - can be "1.5", "1.4", "1.3" or "1.2" -diff -ur src/cups-pdf.h src/cups-pdf.h ---- src/cups-pdf.h 2021-06-03 08:50:00.109555813 -0400 -+++ src/cups-pdf.h 2021-06-03 08:51:44.833325511 -0400 -@@ -58,7 +58,7 @@ - { "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } }, - { "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } }, - { "GhostScript", SEC_CONF|SEC_PPD, { "/usr/bin/gs" } }, -- { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s" } }, -+ { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c 30000000 setvmthreshold -f %s" } }, - { "Grp", SEC_CONF|SEC_PPD, { "lp" } }, - { "GSTmp", SEC_CONF|SEC_PPD, { "TMPDIR=/var/tmp" } }, - { "Log", SEC_CONF|SEC_PPD, { "/var/log/cups" } }, From patchwork Mon Oct 14 16:51:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8172 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cm4yJBz3x1M for ; Mon, 14 Oct 2024 16:51:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cj0nHBz4Ss; Mon, 14 Oct 2024 16:51:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Ch6Glkz34Hf; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cc0F3pz340B for ; Mon, 14 Oct 2024 16:51:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cb5lFWz2DC; Mon, 14 Oct 2024 16:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dEdSSQZaUQLkd70rxzdn2x1VyjEACe88zfFM99KOT14=; b=KJYJcr709xFNeY5IHOfu2xsPVyC0JmbHe4FXP/MqcO2oyzpWvRZYMuX6ZPGI+8tNwDr0j3 cwSHAJhrfvLUCkdnpWsfcMFhsqEu+rJgLoivAuCVXvkhN5qxRwB+Hz9JiyPxnLJovp1gSh H1ujXDE4Idf8tzCo0mAAl1VhR/5hVd2iViMXrIptBaX450a94TPy3FOlNfwlOvmHaRjJ9M WYYT7a95HreXsMmyhPTHX8tYpHj2n+fQUftqPF2vGPbbZy1oJD7Ap6uQYbUXlEFl2LN2Gk zncQtnSrF5k6MOD3WqzFg6ZBtZXOf7fbyM8p79tZocym8YtFWSL6uh1Oh01NiA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dEdSSQZaUQLkd70rxzdn2x1VyjEACe88zfFM99KOT14=; b=00eS0UX0uwBuOc8Tc7zO4mGPfSSVJo4qNzuQXurBVEZNoJzny+TSM9uKCbKvBgm9wi19jV 64knnrgA7/cOUSDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 04/17] epson-inkjet-printer-escpr: Removal of package Date: Mon, 14 Oct 2024 18:51:04 +0200 Message-ID: <20241014165117.15440-4-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 5NI4MHEFUFY6VW4BTKA5W23ICNI265SY X-Message-ID-Hash: 5NI4MHEFUFY6VW4BTKA5W23ICNI265SY X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- .../packages/epson-inkjet-printer-escpr | 623 ------------------ lfs/epson-inkjet-printer-escpr | 92 --- 2 files changed, 715 deletions(-) delete mode 100644 config/rootfiles/packages/epson-inkjet-printer-escpr delete mode 100644 lfs/epson-inkjet-printer-escpr diff --git a/config/rootfiles/packages/epson-inkjet-printer-escpr b/config/rootfiles/packages/epson-inkjet-printer-escpr deleted file mode 100644 index 77592fddf..000000000 --- a/config/rootfiles/packages/epson-inkjet-printer-escpr +++ /dev/null @@ -1,623 +0,0 @@ -usr/lib/cups/filter/epson-escpr -usr/lib/cups/filter/epson-escpr-wrapper -#usr/lib/libescpr.a -#usr/lib/libescpr.la -#usr/lib/libescpr.so -usr/lib/libescpr.so.1 -usr/lib/libescpr.so.1.0.0 -usr/share/ppd/Epson -#usr/share/ppd/Epson/epson-inkjet-printer-escpr -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_1430-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_630-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_710-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_720-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_730-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_810-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_830-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Artisan_837-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-150-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-330-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-330S-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-340-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-350-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-360_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-370_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-500-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-520-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-530-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-600-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-720-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-810-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-820-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-830_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-840_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-E-850_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EC-C110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-10VA_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-306_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-30VA_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-315_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-4004-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-702A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-703A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-704A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-705A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-706A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-707A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-708A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-709A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-710A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-711A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-712A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-713A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-714A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-715A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-716A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-774A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-775A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-776A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-777A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-801A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-802A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-803A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-804A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-805A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-806A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-807A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-808A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-810A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-811A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-812A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-813A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-814A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-815A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-816A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-901A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-901F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-902A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-903A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-903F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-904A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-904F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-905A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-905F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-906F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-907F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-976A3_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-977A3_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-978A3_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-979A3_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-M476T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-M552T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-M553T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EP-M570T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-1110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-16500_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-1810_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2400_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2500_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2550_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2600_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2610_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2650_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2700_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2710_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2720_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2750_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2760_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2800_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2810_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2820_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2850_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2860_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-2870_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-4500_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-4550_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-4700_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-4800_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-7700_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-7750_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-M1100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-M1120_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ET-M2120_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-052A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-056A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-456A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-M5071FT_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-M571T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-M660FT_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-M770T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-EW-M970A3T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-K200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-K300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L1110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L1270_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L1455_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3050_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3060_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3070_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3150_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3160_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3250_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3260_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3270_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L3280_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L364_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L375_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L385_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L386_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L395_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L396_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L405_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L4150_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L4160_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L4260_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L455_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L475_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L485_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L486_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L495_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L5190_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L5290_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L5310_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L565_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L575_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L605_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L655_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L7160_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L7180_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L805_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L810_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-L850_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M1100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M1120_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M200_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M205_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M2110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-M2120_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME-301_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME-303_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME-400_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_510-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_520-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_530-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_560W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_570-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_620F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_650FN-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_700FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_900WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_940FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_OFFICE_960FWD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ME_Office_600F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-NX230_TX230-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-NX430_TX435-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PF-70_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PF-71_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PF-81_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-400_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A750-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A820-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A840-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A840S-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A890-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A920-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A940-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A950-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-A970-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-D600-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-D800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-D870-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-G4500-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-G850-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-T960-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PM-T990-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-046A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-047A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-048A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-049A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-1600F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-1700F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-205_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-404A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-405A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-434A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-435A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-436A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-437A_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-501A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-502A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-503A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-504A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-505F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-535F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-5600-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-5V-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-601F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-602F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-603F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-605F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-673F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-675F_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-7V-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-A620-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-A640-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-A650-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-A720-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-A740-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-B700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-B750F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-FA700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-G5300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M160T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M350F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M5040F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M5041F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M650A-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M650F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M7050FP-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M7050FX-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M7050_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M740F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M741F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M840F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M840FX-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-M860F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S05_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S06_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S155_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S160T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S170T_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S170UT_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S350-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S5040-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S505_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S7050PS-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S7050X-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S7050_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S740-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S840-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S840X-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PX-S860-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_500-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_Deluxe-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_Express-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_210-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_215-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_225-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_235-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_240-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_245-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_250-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_260-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_270-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_280-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_290-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-PictureMate_PM_310-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ST-2000_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-ST-C2100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX2800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX2900-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX3700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX3800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX3900-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX4200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX4800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX4900-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX5000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX5900-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX6000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX7300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX7400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX7700-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX7800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX8300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX8400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX9300F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_CX9400Fax-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX3800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX4000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX4200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX4800-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX5000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX7400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX8400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_DX9400F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX210-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX230-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX300-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX330-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX410-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX420-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX430-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX510-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX530-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX620-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_NX635-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX300F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX305-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX305_Plus-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX310FN-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX320FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX525WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX535WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX600FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX610FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX620FWD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX630FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX635FWD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX925-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_BX935-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX300F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX320F-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX510FN-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX515FN-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX525FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX600FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX610FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Office_TX620FWD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1410-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1430-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_1500-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX650-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX660-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX700W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX710W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX720WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX730-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX800FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX810FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX820FWD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_PX830-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R1900-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R2000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R240-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R250-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R260-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R265-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R270-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R2880-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R3000-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R340-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R350-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R360-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R380-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_R390-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX520-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX530-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX560-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX580-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX585-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX590-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX595-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX610-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX640-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX650-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX680-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX685-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_RX690-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX650-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX700W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX710W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX720WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX730-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX800FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_Photo_TX810FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX210-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX218-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX230-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX235-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX410-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX420W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX430-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX440-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX510W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX525WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX535WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX600FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX610FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_SX620FW-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX200-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX210-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX220-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX230-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX235-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX400-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX410-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX420W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX430-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX550W-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-Stylus_TX560WD-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-TX220_NX220-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-TX320_WorkForce320-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-TX420_NX420-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-TX720_Artisan720-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-TX820_Artisan830-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2510_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2520_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2530_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2540_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2630_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2650_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2660_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2750_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2760_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2810_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2820_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2830_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2840_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2850_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2870_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2910_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2930_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2950_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3010_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3520_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3530_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3540_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3620_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-3640_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-4630_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-4640_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-5110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-5190_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-5620_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-5690_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-6090_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-6530_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-6590_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7110_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7510_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7511_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7515_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7520_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7521_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7525_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7610_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-7620_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-8010_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-8090_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-8510_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-8590_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-M1130_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-M1560_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-M5190_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-M5690_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-R4640_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-R5190_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-R5690_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-R8590_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4010_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4011_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4015_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4020_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4022_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4023_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4025_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4090_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4091_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4092_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4095_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4511_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4515_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4520_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4521_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4525_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4530_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4531_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4532_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4533_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4535_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4540_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4545_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4590_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4592_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-4595_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4011_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4015_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4095_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4521_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4525_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WP-M4595_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_310-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_320-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_435-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_500-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_520-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_545-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_600-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_610-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_620-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_630-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_645-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_840-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WorkForce_845-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-200_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-201_204_208_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-202_203_206_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-205_207_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-2100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-211_214_216_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-212_213_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-2150_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-215_217_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-2200_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-220_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-225_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-235_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-240_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-243_245_247_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-255_257_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-300_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-302_303_305_306_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-3100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-310_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-312_313_315_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-3150_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-3200_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-320_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-322_323_325_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-330_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-332_335_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-340_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-342_343_345_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-352_355_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-400_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-402_403_405_406_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-4100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-410_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-412_413_415_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-4150_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-4200_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-420_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-422_423_425_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-430_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-432_435_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-440_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-442_445_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-452_455_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-510_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-520_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-530_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-540_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-55_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-600_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-610_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-620_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-630_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-640_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-65_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-700_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-7100_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-710_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-720_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-750_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-760_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-800_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-810_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-820_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-830_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-850_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-860_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-900_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-950_Series-epson-escpr-en.ppd -#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-960_Series-epson-escpr-en.ppd diff --git a/lfs/epson-inkjet-printer-escpr b/lfs/epson-inkjet-printer-escpr deleted file mode 100644 index 6868b463e..000000000 --- a/lfs/epson-inkjet-printer-escpr +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = Epson ESC/P-R Inkjet Printer Driver - -VER = 1.8.5 - -THISAPP = epson-inkjet-printer-escpr-$(VER) -DL_FILE = $(THISAPP)-1.tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = epson-inkjet-printer-escpr -PAK_VER = 4 - -DEPS = cups - -SERVICES = - -CFLAGS += -Wno-implicit-function-declaration - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 549c948709993779b5615b501038fdceb6c3d6f173709b8cf99459346fff89923bdbe1babe34ee98eed4e1ebbd7a4b5962ddbc9cec9711aa15ff2056fec3d436 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) - cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make # doesn't support parallel build - cd $(DIR_APP) && make install CUPS_PPD_DIR=/usr/share/ppd/Epson - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8173 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cp0VsPz3wyH for ; Mon, 14 Oct 2024 16:51:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cm2bpjz4ZF; Mon, 14 Oct 2024 16:51:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cm1yLGz34Hf; Mon, 14 Oct 2024 16:51:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cc5PDnz34Hd for ; Mon, 14 Oct 2024 16:51:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cc0WV1z19Y; Mon, 14 Oct 2024 16:51:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CEut3801Eu6ZcYziQGfL7WzeVKX8syplBpdBKEn0shs=; b=7aEOYNe4OrmJwCFx86JiDcrTU8eOt8Tu6tU4jLiCSJbFpbhpsD3zZq0sWVYcqomZGgP/br gAUOFjZSCf55axCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CEut3801Eu6ZcYziQGfL7WzeVKX8syplBpdBKEn0shs=; b=qpHyrnLBqQZxFtvBviWJ4H4dcsjmVH5D+49EN2NhUhFIozCHao97YSvuLMkxnyQFJS9ZWM Gfjv2r8sXYwW+OpBKfEBKla/jT902uyfzVU9JmXvRYkYfDq59QZM7oLoT0OSk720217Bq0 GZs2+yYvgrddv49dD5sQ4yZ4TBtzsx/X1Ea1iBAHN2ticr5pYnR1PyePdYyc+31l/wDJI8 cPym3B99MRQ6bmx3Yc4aybFDTCk+q15BQX7LgJhG7IETkLO4kth9/L3bf3avfalCMOjUA6 y+7K1WzWbsBeJvoqxT9m88pnx6074U0JLphnb7wcRAEiqPWaOxNHNnEr4aJP5w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 05/17] foomatic: Removal of package Date: Mon, 14 Oct 2024 18:51:05 +0200 Message-ID: <20241014165117.15440-5-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: R6L5E47GMMNGK3KOUDBB2GOUHL42UWWF X-Message-ID-Hash: R6L5E47GMMNGK3KOUDBB2GOUHL42UWWF X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/foomatic | 13483 --------------------------- lfs/foomatic | 124 - 2 files changed, 13607 deletions(-) delete mode 100644 config/rootfiles/packages/foomatic delete mode 100644 lfs/foomatic diff --git a/config/rootfiles/packages/foomatic b/config/rootfiles/packages/foomatic deleted file mode 100644 index 1cb4dcf88..000000000 --- a/config/rootfiles/packages/foomatic +++ /dev/null @@ -1,13483 +0,0 @@ -#etc/foomatic -etc/foomatic/defaultspooler -etc/foomatic/direct -etc/foomatic/filter.conf -usr/bin/foomatic-combo-xml -usr/bin/foomatic-compiledb -usr/bin/foomatic-configure -usr/bin/foomatic-datafile -usr/bin/foomatic-perl-data -usr/bin/foomatic-ppd-options -usr/bin/foomatic-ppd-to-xml -usr/bin/foomatic-ppdfile -usr/bin/foomatic-printjob -usr/bin/foomatic-searchprinter -usr/lib/cups/driver/foomatic -#usr/lib/perl5/site_perl/5.36.0/Foomatic -usr/lib/perl5/site_perl/5.36.0/Foomatic/DB.pm -usr/lib/perl5/site_perl/5.36.0/Foomatic/Defaults.pm -usr/lib/perl5/site_perl/5.36.0/Foomatic/PPD.pm -usr/lib/perl5/site_perl/5.36.0/Foomatic/UIElem.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Foomatic -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Foomatic/.packlist -usr/sbin/foomatic-addpjloptions -usr/sbin/foomatic-cleanupdrivers -usr/sbin/foomatic-extract-text -usr/sbin/foomatic-fix-xml -usr/sbin/foomatic-getpjloptions -usr/sbin/foomatic-kitload -usr/sbin/foomatic-nonumericalids -usr/sbin/foomatic-preferred-driver -usr/sbin/foomatic-printermap-to-gutenprint-xml -usr/sbin/foomatic-replaceoldprinterids -usr/share/cups/model/foomatic-db-ppds -#usr/share/foomatic -#usr/share/foomatic/db -#usr/share/foomatic/db/oldprinterids -#usr/share/foomatic/db/source -#usr/share/foomatic/db/source/PPD -#usr/share/foomatic/db/source/PPD/Brother -usr/share/foomatic/db/source/PPD/Brother/BR2600CN_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR2700_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR3070_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR3450CN_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR4050_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR4070_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5050_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5070DN_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5070_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5150_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5170_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5240_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5250_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5270_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5350_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5370_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR5380_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR6050D2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR6050_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7025_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7045_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7050_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7225_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7450_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7820_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR7840_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR784N_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8020_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8025_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8040_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8045_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8050_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8080_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8085_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8220_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8370_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8380_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8420_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8440_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8480_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8640_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8670_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8680_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8820_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8840_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8880_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR8890_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR901D_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR901M_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9040_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9045_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9120_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9320_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9420_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9440_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9450_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BR9840_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL14_1_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL14_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL16_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL18_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL24_2_GPL.ppd.gz -usr/share/foomatic/db/source/PPD/Brother/BRHL32_3_GPL.ppd.gz -#usr/share/foomatic/db/source/PPD/Canon -usr/share/foomatic/db/source/PPD/Canon/cnadv400x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv4025x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv4045x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv4225x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv4245x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv6055x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv6075x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv6255x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv6275x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv8085x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv8105x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv8205x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadv8285x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc2020x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc2025x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc2030x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc2220x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc2225x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc250x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc3320x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc3325x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc332lx1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc351x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc5030x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc5045x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc5235x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc5250x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc7055x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc7260x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc7280x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc9060x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc9065x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnadvc9270x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl667x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl668x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl678x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl710cx1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl712cx1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl766x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl768x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl778x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnl878x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnprc600x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnprc650x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnprc700x1g.ppd.gz -usr/share/foomatic/db/source/PPD/Canon/cnprc750x1g.ppd.gz -#usr/share/foomatic/db/source/PPD/Epson -usr/share/foomatic/db/source/PPD/Epson/epal2600.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc190.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc200.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc260.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc280.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc380.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc400.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc410.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc420.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc860.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc910.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalc920.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalcx21.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm200.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm201.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm240.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm241.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm400.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalm800.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalmx20.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epalmx21.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epl5900.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epl6100.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epl6200.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epln2500.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epln2550.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epln2700.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epln3000.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/epln7000.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp830c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp850c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp880c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp9100.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp920c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp950c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp960s.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/eplp980c.ppd.gz -usr/share/foomatic/db/source/PPD/Epson/secc3900.ppd.gz -#usr/share/foomatic/db/source/PPD/Gestetner -#usr/share/foomatic/db/source/PPD/Gestetner/PDF -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C7521n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C7526dn_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C7531dn_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C7640nD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C8140ND_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-C8150ND_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-CS555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1020_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1045_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1060_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1220ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1225_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1225ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1230_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1230ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1245_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1245ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1260_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc1260ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc424_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc432_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSc460_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm1525_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm1530_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm1533_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2525_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2530_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2535_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2540_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm2560_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm725_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm730_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm735_735G_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm745_745G_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2625_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2630_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2635_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2640_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2650_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-DSm_2660_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3020_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3021_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3025m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3030m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3035m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3040m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3045_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3050m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3060m_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS3160_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS4020c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS4025c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS4030c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS4045c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GS4160c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GWD2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GWD2006_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GWD3006_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GWD5100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-GWD7140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C2010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C2510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C3010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C3510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C4510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C5510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_C6010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IM_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-IP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP1100_DSm7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP1350_DSm7135_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP1600_DSm716_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP2000_DSm721d_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP2352_DSm923_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP2500_DSm625_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP2852_DSm928_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP3352_DSm933_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP3500_DSm735e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP4500_DSm745e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP5500_DSm755_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP6500_DSm765_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP7500_DSm775_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP9000_DSm790_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MPC1500_GS106_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MPC2500_DSc525_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MPC3000_DSc530_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MPC3500_DSc535_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MPC4500_DSc545_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_161_DSm416_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_171_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2510_DSm725e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2550B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_2851_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3010_DSm730e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3350B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3351_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_401SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_7001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_8001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_9001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2011_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2051_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2551_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C2800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C300SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C7501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_CW2201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_W6700_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_W7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-MP_W8140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7031nL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7031n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7035n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7245_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7527_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7527n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7535n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7575_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-P7675_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_4210N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_6330N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_8200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_C320DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_C420DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_C430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_C431DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PDF/Gestetner-SP_W2470_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/Gestetner/PS -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-10512_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-2212_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-2712_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3212_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3532_4235g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-4532_4245g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7116_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7416_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7417_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7425dn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7435n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7521n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7526dn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7528n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7531dn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7535n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7640nD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C8140ND_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C8150ND_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-CS555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1020_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1220ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1225_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1225ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1230_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1230ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1245_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1245ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1260_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc1260ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc224_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc232_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc328_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc332_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc338_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc38_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc38u_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc424_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc428_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc432_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc435_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc445_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc460_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc524_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc532_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm1525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm1530_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm1533_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2530_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2540_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm2560_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm415_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm615_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm616_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm618_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm618d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm620_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm620d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm622_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm627_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm635_635G_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm645_645G_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm651_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm660_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm675_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm725_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm730_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm735_735G_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm745_745G_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2625_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2630_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2635_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2640_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2650_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm_2660_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-F9199_9199nf_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS1227_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3020_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3021_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3025m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3030m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3035m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3040m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3050m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3060m_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS3160_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS4020c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS4025c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS4030c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS4045c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GS4160c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD2006_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD3006_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD5100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD7140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_2702_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C2010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C2510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C3010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C3510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C4510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C5510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_C6010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IM_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-IP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1100_DSm7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1350_DSm7135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1600_DSm716_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2000_DSm721d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2352_DSm923_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2500_DSm625_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2852_DSm928_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP3352_DSm933_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP3500_DSm735e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP4500_DSm745e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP5500_DSm755_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP6500_DSm765_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP7500_DSm775_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP9000_DSm790_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC1500_GS106_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC2500_DSc525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC3000_DSc530_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC3500_DSc535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC4500_DSc545_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_161_DSm416_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_171_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2510_DSm725e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2550B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2851_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3010_DSm730e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3350B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3351_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_401SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_7001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_8001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_9001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2011_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2551_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C2800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C300SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C7501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_CW2201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_W6700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_W7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_W8140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7026_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7026n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7031nL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7031n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7035n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7126_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7126n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7132n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7245_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7325_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7325n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7431cn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7527_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7527n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7535n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7575_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7675_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_4210N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_6330N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_8200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_C320DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_C420DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_C430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_C431DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_W2470_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/Gestetner/PXL -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-10512_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-2212_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-2712_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3212_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3532_4235g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-4532_4245g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-CS555_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1020_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1030_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1225_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1230_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1245_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc1260_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc424_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc428_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc432_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc435_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc445_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc460_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm1525_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm1530_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm1533_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2525_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2530_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2535_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2540_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm2560_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm415_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm615_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm616_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm618_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm618d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm620_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm620d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm622_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm627_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm635_635G_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm645_645G_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm651_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm660_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm675_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm725_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm730_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm735_735G_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm745_745G_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-G3020c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1100_DSm7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1350_DSm7135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1600_DSm716_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2000_DSm721d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2352_DSm923_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2500_DSm625_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2852_DSm928_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP3352_DSm933_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP3500_DSm735e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP4500_DSm745e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP5500_DSm755_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP6500_DSm765_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP7500_DSm775_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP9000_DSm790_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC1500_GS106_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC2500_DSc525_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC3000_DSc530_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC3500_DSc535_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC4500_DSc545_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_161_DSm416_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_171_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2510_DSm725e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2550B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2851_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3010_DSm730e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3350B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3351_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_7000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_7001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_8000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_8001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_9001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2011_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2551_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C2800_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C300SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C400SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C400_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C7501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-Pro_C5210S_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/HP -usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_1050C_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_1055CM_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_2500CP_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_3500CP_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_Designjet_5000_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_Designjet_5500_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/HP_Designjet_800_PS3.ppd.gz -usr/share/foomatic/db/source/PPD/HP/hp_officejet_9100_series.ppd.gz -#usr/share/foomatic/db/source/PPD/InfoPrint -#usr/share/foomatic/db/source/PPD/InfoPrint/PS -usr/share/foomatic/db/source/PPD/InfoPrint/PS/InfoPrint-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/InfoPrint/PS/InfoPrint-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/InfoPrint/PS/InfoPrint-Pro_907EX_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/InfoPrint/PXL -usr/share/foomatic/db/source/PPD/InfoPrint/PXL/InfoPrint-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/InfoPrint/PXL/InfoPrint-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/InfoPrint/PXL/InfoPrint-Pro_907EX_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/Infotec -#usr/share/foomatic/db/source/PPD/Infotec/PDF -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IPC_2525DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IPC_3030DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IPC_4040DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_1024c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_1032c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_2525_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_3030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_3535_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_4045_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_4560_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_5560_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-ISC_615G_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2225_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2230_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2235_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2245_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2255_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2265_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2275_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2316_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2325_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2416_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2425_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2435_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_2445_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_3090_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_3110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-IS_3135_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_171_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2550B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2851_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_2852_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3350B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3351_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_7001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_8001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_9001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2003Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2011_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2051_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2503Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2551_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C2800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C300SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C5504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C7501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8120S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8220S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8320S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_8320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5300SL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C5310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7200S_Light_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-Pro_C7210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-SP_5300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PDF/Infotec-SP_5310_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/Infotec/PS -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-4353_MF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-4452_MF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC1036_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC2838_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_3030DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_3535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_4040DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IP_280_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2022_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2027_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2035_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2105_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC1032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC824_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_1024c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_1032c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2028_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2428_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2432_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2835_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2838_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3545_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_4045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_4560_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_5560_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_615G_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2015_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2018D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2018_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2122_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2127_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2132_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2151_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2160_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2175_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2215_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2216_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2220D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2225_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2230_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2235_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2245_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2255_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2265_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2275_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2316_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2325_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2416_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2425_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2435_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2445_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_171_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2550B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2851_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2852_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3350B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3351_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_7001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_8001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_9001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2003Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2011_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2503Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2551_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C2800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C300SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C5504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C7501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8120S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8220S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8320S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_8320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5300SL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C5310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7200S_Light_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-Pro_C7210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-SP_5300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-SP_5310_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/Infotec/PXL -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-4353_MF_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-4452_MF_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2022_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2027_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2032_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2035_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2105_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_1024c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_1032c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2428_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2525_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2835_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3030_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3535_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3545_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_4045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_4560_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_5560_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_615G_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2015_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2018D_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2018_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2122_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2127_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2132_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2145_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2151_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2160_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2175_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2215_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2216_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2220D_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2225_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2230_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2235_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2245_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2255_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2265_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2275_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2316_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2320_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2325_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2416_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2425_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2430_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2435_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2445_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_171_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_201_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2550B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2851_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2852_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3350B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3351_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_7000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_7001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_8000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_8001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_9001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2003Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2011_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2503Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2551_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C2800_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C300SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C400SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C400_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C5504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C7501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8120S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8220S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_8220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C5100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C5110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C5210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7200S_Light_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7200_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-Pro_C7210_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/KONICA_MINOLTA -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO1050UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO500UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO750UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC250UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC252UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC351UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC352UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC450UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451FX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451GX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451IX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451JX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451KX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451SCX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451SX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451TCX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451UX.ppd.gz -usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC550UX.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera -#usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm -#usr/share/foomatic/db/source/PPD/Kyocera/de -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS-C2525E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS-C3225E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS-C3232E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS-C4035E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1000_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1030_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1118MFP_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1200_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1700+_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1700_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1714M_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1750_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-2000D_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3700+_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3700_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3718M_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3750_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3900DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-4000DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-5800C_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-5900C_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-600_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6300_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6700_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-680_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6900_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6950DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7000+_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7000_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7028M_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-800_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-9000_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-920_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5015N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5020N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5025N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5030N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C8100DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-1820_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-3050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-4050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-5050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-6030_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-8030_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-C2525E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-C3225E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-C3232E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-C4035E_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-1650_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-1815_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-2050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-2550_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_Ci-1100_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1000+_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1010_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1018MFP_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1020D_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1800+_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1800_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1900_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1920_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3800_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3820N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3830N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-6020_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-6750_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-8000C_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9100DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9120DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9500DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9520DN_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C5016N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C8008N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C8026N_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1510_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1650_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1810_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1815_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2030_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2050_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2550_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-3035_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-3530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4030_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4035_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4230_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-5035_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-5530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-6230_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-6330_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-7530_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C2630_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C830_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C850_de.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera/en -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS-C2525E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS-C3225E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS-C3232E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS-C4035E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_3050ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_3550ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1000_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1030_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1118MFP_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1200_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1700+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1700_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1714M_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1750_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-2000D_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-2100D.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-2100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3700+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3700_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3718M_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3750_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3900DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-4000DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-4100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-4200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-4300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-5800C_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-5900C_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-600_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6300_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6500+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6700_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-680_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6900_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6950DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7000+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7000_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7028M_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-800_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9000_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9130DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-920_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9530DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5015N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5020N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5025N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5030N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C8100DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-1820_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-3050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-4050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-5050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-6030_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-8030_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C2520_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C2525E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3225E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3225_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3232E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3232_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C4035E_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-1650_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-1815_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-2050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-2550_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_Ci-1100_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1000+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1010_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1018MFP_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1020D_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1800+_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1800_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1900_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1920_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3800_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3820N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3830N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6020_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6026_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6750_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-8000C_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9100DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9120DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9500DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9520DN_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C5016N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C8008N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C8026N_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1510_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1650_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1810_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1815_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2030_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2050_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2550_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-3035_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-3530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4030_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4035_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4230_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-5035_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-5530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-6230_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-6330_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-7530_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C2630_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C830_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C850_en.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera/es -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS-C2525E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS-C3225E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS-C3232E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS-C4035E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1000_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1030_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1118MFP_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1200_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1700+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1700_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1714M_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1750_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-2000D_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3700+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3700_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3718M_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3750_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3900DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-4000DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-5800C_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-5900C_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-600_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6300_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6500+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6700_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-680_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6900_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6950DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7000+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7000_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7028M_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-800_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9000_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9130DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-920_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9530DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5015N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5020N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5025N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5030N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-C8100DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-1820_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-6030_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-8030_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C2520_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C2525E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3225E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3225_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3232E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3232_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C4035E_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-1650_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-1815_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-2050_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-2550_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_Ci-1100_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1000+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1010_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1018MFP_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1020D_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1050_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1800+_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1800_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1900_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1920_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3800_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3820N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3830N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-6020_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-6750_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-8000C_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9100DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9120DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9500DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9520DN_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C5016N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C8008N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C8026N_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1510_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1650_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1810_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1815_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2030_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2050_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2550_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-3035_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-3530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4030_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4035_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4230_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-5035_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-5530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-6230_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-6330_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-7530_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C2630_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C830_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C850_es.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera/fr -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS-C2525E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS-C3225E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS-C3232E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS-C4035E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1000_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1030_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1118MFP_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1200_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1700+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1700_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1714M_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1750_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-2000D_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3700+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3700_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3718M_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3750_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3900DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-4000DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-5800C_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-5900C_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-600_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6300_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6500+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6700_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-680_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6900_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6950DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7000+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7000_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7028M_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-800_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9000_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9130DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-920_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9530DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5015N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5020N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5025N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5030N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-C8100DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-1820_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-6030_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-8030_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C2520_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C2525E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3225E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3225_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3232E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3232_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C4035E_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-1650_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-1815_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-2050_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-2550_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_Ci-1100_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1000+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1010_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1018MFP_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1020D_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1050_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1800+_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1800_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1900_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1920_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3800_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3820N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3830N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-6020_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-6750_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-8000C_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9100DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9120DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9500DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9520DN_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C5016N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C8008N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C8026N_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1510_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1650_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1810_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1815_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2030_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2050_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2550_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-3035_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-3530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4030_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4035_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4230_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-5035_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-5530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-6230_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-6330_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-7530_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C2630_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C830_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C850_fr.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera/it -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS-C2525E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS-C3225E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS-C3232E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS-C4035E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1000_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1030_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1118MFP_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1200_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1700+_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1700_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1714M_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1750_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-2000D_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3700+_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3700_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3718M_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3750_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3900DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-4000DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-5800C_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-5900C_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-600_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6300_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6700_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-680_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6900_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6950DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7000+_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7000_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7028M_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-800_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-9000_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-920_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5015N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5020N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5025N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5030N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C8100DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-1820_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-3050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-4050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-5050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-6030_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-8030_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-C2525E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-C3225E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-C3232E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-C4035E_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-1650_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-1815_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-2050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-2550_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_Ci-1100_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1000+_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1010_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1018_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1020D_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1800+_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1800_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1900_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1920_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3800_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3820N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3830N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-6020_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-6750_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-8000C_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9100DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9120DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9500DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9520DN_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C5016N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C8008N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C8026N_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1510_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1650_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1810_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1815_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2030_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2050_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2550_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-3035_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-3530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4030_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4035_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4230_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-5035_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-5530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-6230_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-6330_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-7530_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C2630_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C830_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C850_it.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Kyocera/pt -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS-C2525E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS-C3225E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS-C3232E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS-C4035E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_CS_500ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1000_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1030_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1118MFP_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1200_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1700+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1700_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1714M_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1750_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-2000D_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3700+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3700_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3718M_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3750_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3900DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-4000DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-5800C_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-5900C_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-600_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6300_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6500+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6700_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-680_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6900_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6950DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7000+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7000_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7028M_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-800_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9000_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9130DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-920_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9530DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5015N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5020N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5025N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5030N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5100DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5200DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5300DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5350DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C5400DN.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-C8100DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS_C8100DNP.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-1820_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-6030_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-8030_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C2520_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C2525E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3225E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3225_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3232E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3232_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C4035E_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-1650_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-1815_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-2050_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-2550_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_Ci-1100_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1000+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1010_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1018MFP_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1020D_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1050_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1800+_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1800_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1900_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1920_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3800_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3820N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3830N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-6020_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-6750_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-8000C_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9100DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9120DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9500DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9520DN_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C5016N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C8008N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C8026N_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1510_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1650_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1810_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1815_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2030_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2050_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2550_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-3035_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-3530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4030_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4035_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4230_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-5035_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-5530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-6230_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-6330_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-7530_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C2630_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C830_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C850_pt.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_TASKalfa_250ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_TASKalfa_300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_TASKalfa_400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_TASKalfa_500ci.ppd.gz -#usr/share/foomatic/db/source/PPD/Lanier -#usr/share/foomatic/db/source/PPD/Lanier/PDF -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_600SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C530FB_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C530F_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_C8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IM_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-IP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LC155_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD124c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD132c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD160c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD225_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD230_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD235_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD245_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_130CSR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_130C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_140CSR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_140C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_620C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LD_625C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP124w_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP127n_LP128n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP128_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP131nL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP131n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP135n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP136n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP137CN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP142CN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP145n_SP_8100DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP150dn_SP8200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP175_LP175hdn_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP222cn_LP221c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP226c_SP_C410_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP231c_SP_C411_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP235N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP331cn_SP_C420_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP37N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP440c_SP_C811DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP540C_SPC820DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LP550C_SPC821DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LW324_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LW326_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LW426_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LW5100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-LW7140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP2500_LD125_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MPC1500_LD215c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MPC4501A_LD645CA_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MPC5501A_LD655CA_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_1100_LD1100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_1350_LD1135_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_1600_LD316_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_161_LD016_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_171_LD_117_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2000_LD320d_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_201_LD_220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2510_LD325_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2550B_LD425B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2550_LD425_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2851_LD528_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_2852_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3010_LD330_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3350B_LD433B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3350_LD433_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3351_LD533_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3500_LD335_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4000B_LD040B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4000_LD040_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4001_LD140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_401SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_4500_LD345_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5000B_LD050B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5000_LD050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5001_LD150_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_5500_LD255_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6000_LD260_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6001_LD360_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6500_LD265_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_7000_LD270_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_7001_LD370_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_7500_LD275_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_8000_LD280_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_8001_LD380_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_9000_LD190_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_9001_LD390_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2050_LD520C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2500_LD425c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2550_LD525C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C2800_LD528C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3000_LD430c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3001_LD630C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C300SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3300_LD533C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3500_LD435c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3501_LD635C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4000_LD540C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4500_LD445c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4501_LD645C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5000_LD550C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5501_LD655C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C5504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6000_LD260c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6501_LD365C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C7500_LD275c_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C7501_LD375C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_CW2201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_W6700_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_W7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-MP_W8140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-P_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-P_502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-P_800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-P_801_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-P_C600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8120S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8220S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8320S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_8320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C5310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7200S_Light_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-Pro_C7210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4100NL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4100N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4110N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4210N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4310N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4510DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4510SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_4520DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5210DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5210SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5210SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_5310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_6330N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_6430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_8300DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_8400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_9100_LP275_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C320DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C340DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C342DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C352DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C431DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C435DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C440DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C730DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C830DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C831DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C840DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PDF/Lanier-SP_C842DN_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/Lanier/PS -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2132_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2138_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5622_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5627_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5632_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5635_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5645_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_600SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C530FB_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C530F_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_C8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IM_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-IP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LC155_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD0105_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD015_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD024c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD032c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD035_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD115_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD116_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD118_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD118d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD120d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD122_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD124c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD127_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD132_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD132c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD151_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD160_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD160c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD175_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD225_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD228c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD230_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD232c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD235_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD238c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD245_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD328c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD335c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD345c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_130CSR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_130C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_140CSR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_140C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_620C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD_625C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LF510_515e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP025N_LP026N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP025_LP026_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP031c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP116c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP122c_LP121c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP124w_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP125cx_LP126cn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP127n_LP128n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP128_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP131nL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP131n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP135n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP136n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP137CN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP138c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP142CN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP145n_SP_8100DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP150dn_SP8200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP175_LP175hdn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP222cn_LP221c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP226c_SP_C410_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP231c_SP_C411_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP235N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP235c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP331cn_SP_C420_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP332c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP335c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP37N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP440c_SP_C811DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP540C_SPC820DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP550C_SPC821DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP_020c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP_036c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW324_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW326_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW426_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW5100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW7140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP2500_LD125_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MPC1500_LD215c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MPC4501A_LD645CA_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MPC5501A_LD655CA_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1100_LD1100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1350_LD1135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1600_LD316_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_161_LD016_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_171_LD_117_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2000_LD320d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_201_LD_220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2510_LD325_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2550B_LD425B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2550_LD425_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2851_LD528_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2852_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3010_LD330_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3350B_LD433B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3350_LD433_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3351_LD533_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3500_LD335_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4000B_LD040B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4000_LD040_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4001_LD140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_401SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4500_LD345_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5000B_LD050B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5000_LD050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5001_LD150_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5500_LD255_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6000_LD260_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6001_LD360_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6500_LD265_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7000_LD270_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7001_LD370_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7500_LD275_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_8000_LD280_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_8001_LD380_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_9000_LD190_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_9001_LD390_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2050_LD520C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2500_LD425c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2550_LD525C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2800_LD528C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3000_LD430c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3001_LD630C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C300SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3300_LD533C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3500_LD435c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3501_LD635C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4000_LD540C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4500_LD445c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4501_LD645C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5000_LD550C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5501_LD655C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C5504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6000_LD260c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6501_LD365C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C7500_LD275c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C7501_LD375C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_CW2201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_W6700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_W7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_W8140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-P_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-P_502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-P_800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-P_801_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-P_C600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8120S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8220S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8320S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_8320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C5310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7200S_Light_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-Pro_C7210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3400N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3400SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3410DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3410SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3600DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3600SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_3610SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4100NL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4100N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4110N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4210N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4310N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4520DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5210DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5210SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5210SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_5310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_6330N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_6430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_8300DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_8400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_9100_LP275_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C221N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C222DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C222SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C231N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C232DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C232SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C311N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C312DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C320DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C340DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C342DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C352DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C360DNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C360SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C361SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C431DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C435DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C440DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C730DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C830DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C831DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C840DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C842DN_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/Lanier/PXL -usr/share/foomatic/db/source/PPD/Lanier/PXL/LANIER-SG3110DN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/LANIER-SG3110DNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5622_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5627_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5632_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5635_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5645_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LC155_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD0105_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD015_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD035_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD115_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD116_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD118_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD118d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD120d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD122_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD124c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD127_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD132_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD132c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD145_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD151_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD160_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD160c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD175_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD225_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD230_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD235_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD245_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD328c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD335c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD345c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_130CSR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_130C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_140CSR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_140C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_620C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD_625C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP2500_LD125_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MPC1500_LD215c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MPC4501A_LD645CA_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MPC5501A_LD655CA_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1100_LD1100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1350_LD1135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1600_LD316_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_161_LD016_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_171_LD_117_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2000_LD320d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_201_LD_220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2510_LD325_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2550B_LD425B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2550_LD425_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2851_LD528_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2852_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3010_LD330_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3350B_LD433B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3350_LD433_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3351_LD533_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3500_LD335_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4000B_LD040B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4000_LD040_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4001_LD140_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4500_LD345_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5000B_LD050B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5000_LD050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5001_LD150_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5500_LD255_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6000_LD260_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6001_LD360_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6500_LD265_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7000_LD270_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7001_LD370_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7500_LD275_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_8000_LD280_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_8001_LD380_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_9000_LD190_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_9001_LD390_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2050_LD520C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2500_LD425c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2550_LD525C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2800_LD528C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3000_LD430c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3001_LD630C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C300SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3300_LD533C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3500_LD435c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3501_LD635C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4000_LD540C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C400SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C400_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4500_LD445c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4501_LD645C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C5000_LD550C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C5501_LD655C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6000_LD260c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6501_LD365C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C7500_LD275c_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C7501_LD375C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8120S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8220S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_8220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C5100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C5110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C5210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7200S_Light_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7200_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-Pro_C7210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-SG3110SFNw_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/Lexmark -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_6500e_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_B2300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_B2400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_B2500_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_B2600_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_B2860_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C2100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C2200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C2300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C2400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C2500_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C3400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C4100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C510.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C520.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C522.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C524.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C540.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C543.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C544.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C546.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C6100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C734.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C736.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C740_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C750.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C752.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C780.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C782.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C790_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C910.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C912.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C9200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C920_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C930.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C935.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_C950_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS310_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS410_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS420_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS430_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS510_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS520_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS620_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS720_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS725_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS820_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CS920_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX310_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX410_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX420_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX430_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX510_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX520_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX620_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX625_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX725_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX820_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX825_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX860_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_CX920_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E260.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E260d.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E260dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E350d.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E352dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E360d.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E360dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E460dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E460dw.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_E462dtn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_EG460dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M1100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M1200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M3100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M3200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M5100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_M5200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MB2300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MB2400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MB2500_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MB2600_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MB2700_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MC2300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MC2400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MC2500_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MC2600_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MC3400_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS310_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS320_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS410_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS420_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS510_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS520_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS610_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS620_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS710_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS725_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS810_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS820_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MS910_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX310_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX320_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX410_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX420_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX510_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX520_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX610_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX620_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX6500e_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX710_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX720_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX725_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX810_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX820_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_MX910_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_T650.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_T652.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_T654.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_T656.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_TG654.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_W850.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X203n.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X204n.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X264dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X363dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X364dn.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X364dw.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X463de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X464de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X466de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X466dte.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X466dwe.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X543.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X544.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X546.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X548_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X651de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X652de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X654de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X656de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X658de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X734de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X736de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X738de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X740_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X790_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X860de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X862de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X864de.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X920_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X940e.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X945e.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_X950_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC2100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC2200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC4100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC4200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC6100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC8100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XC9200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM1100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM1200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM3100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM3200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM5100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM5300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM7100_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM7300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Lexmark/Lexmark_XM9100_Series.ppd.gz -#usr/share/foomatic/db/source/PPD/NRG -#usr/share/foomatic/db/source/PPD/NRG/PDF -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-C7521n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-CS555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSc424_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSc432_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSc460_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSm725_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSm730_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSm735_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-DSm745_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_600SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C2010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C2510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C3010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C3510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C4510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C530FB_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C530F_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C5500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C5510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C6010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_C8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IM_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-IP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_1100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_1350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_1600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_161_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_171_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2550B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2851_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_2852_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3350B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3351_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_5500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_7001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_8001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_9001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C1500sp_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2003Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2011_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2051_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2503Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2551_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C2800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C300SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C5504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C7501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_CW2201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W2400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W2401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W3600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W3601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W5100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W6700_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W7140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-MP_W8140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P7527_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P7527n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P7535n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P7575_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P_800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-P_801_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8120S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8220S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8320S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_8320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5300SL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C5310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7200S_Light_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-Pro_C7210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4100NL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4100N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4110N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4210N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4310N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4510DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_4510SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5210DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5210SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5210SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_5310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_6330N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_6430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_8100DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_8200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_8300DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_8400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_9100DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C320DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C340DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C342DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C352DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C410DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C411DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C420DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C431DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C440DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C730DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C811DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C820DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C821DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C830DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C831DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C840DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_C842DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PDF/NRG-SP_W2470_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/NRG/PS -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-10515_10518_10512_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-2205_2238_2212_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-2705_2738_2712_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3205_3238_3212_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3525_3508_3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3545_3518_3532_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-4525_4508_4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-4545_4518_4532_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-6002_6005_6008_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-7502_7505_7508_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-9005_9008_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7116_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7416_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7425dn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7425hdn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7435n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7521n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7528n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7535hdn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-CC7417_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-CS555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc224_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc232_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc328_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc332_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc338_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc38_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc38u_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc424_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc428_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc432_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc435_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc445_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc460_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm415_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm615_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm616_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm618_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm618d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm620_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm620d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm622_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm627_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm632_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm635_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm645_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm651_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm660_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm675_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm725_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm730_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm735_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm745_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_2702_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_600SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C2010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C2510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C3010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C3510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C4510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C530FB_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C530F_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C5500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C5510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C6010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_C8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IM_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-IP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_161_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_171_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2550B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2851_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2852_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3350B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3351_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_8001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_9001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C1500sp_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2003Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2011_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2503Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2551_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C300SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C5504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C7501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_CW2201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W2400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W2401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W3600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W3601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W5100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W6700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W7140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W8140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7026N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7026_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7126N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7126_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7132N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7325N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7325_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7431cn_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7527_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7527n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7535n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7575_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P_800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P_801_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8120S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8220S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8320S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_8320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5300SL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C5310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7200S_Light_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-Pro_C7210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3400N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3400SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3410DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3410SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3500N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3500SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3600DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3600SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_3610SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4100NL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4100N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4110N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4210N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4310N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5210DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5210SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5210SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_5310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_6330N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_6430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8100DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8300DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_9100DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C221N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C222DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C222SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C231N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C232DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C232SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C242DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C242SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C311N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C312DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C320DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C340DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C342DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C352DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C360SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C360SNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C361SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C410DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C411DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C420DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C431DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C440DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C730DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C811DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C820DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C821DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C830DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C831DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C840DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C842DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_W2470_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/NRG/PXL -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-10515_10518_10512_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-2205_2238_2212_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-2705_2738_2712_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3205_3238_3212_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3525_3508_3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3545_3518_3532_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-4525_4508_4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-4545_4518_4532_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-6002_6005_6008_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-7502_7505_7508_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-9005_9008_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-CS555_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc424_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc428_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc432_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc435_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc445_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc460_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm415_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm615_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm616_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm618_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm618d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm620_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm620d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm622_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm627_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm632_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm635_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm645_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm651_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm660_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm675_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm725_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm730_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm735_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm745_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1600_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_161_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_171_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_201_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2510_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2550B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2851_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2852_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3010_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3350B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3351_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_8000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_8001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_9000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_9001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C1500sp_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2003Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2011_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2503Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2551_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2800_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C300SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C400SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C400_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C5504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C7501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8120S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8220S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_8220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C5100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C5110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C5210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7200S_Light_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7200_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-Pro_C7210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-SG3110DN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-SG3110DNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-SG3110SFNw_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce -#usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS/1/OC3145_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS/1/OC3155_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS/1/OC3165_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS/1/OC8445_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS/1/OC8465_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS/1/OP3073_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS/1/OP3074_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS/1/OP3093_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS/1/OP3094_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS/1/OP3113_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS/1/OP3114_3.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS/1/OP5115_2.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS/1/OP5160_2.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS/1/OCVP2045.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS/1/OCVP2050.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS/1/OCVP2055.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS/1/OCVP2060.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS/1/OCVP2065.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS/1/OCVP2070.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS/1/OCVP2090.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS/1/OCVP2100.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS/1/OCVP2105.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS -#usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS/1 -usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS/1/OCVP2110.ppd.gz -#usr/share/foomatic/db/source/PPD/Oce/Others -usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC3145_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC3155_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC3165_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC8445_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC8465_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC9230_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC9245_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oce/Others/OC9260_2.ppd.gz -usr/share/foomatic/db/source/PPD/Oki -usr/share/foomatic/db/source/PPD/Oki/OK5700_a.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/OK5900_a.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/OK6100_a.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/OK8800_a.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok4300u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok4350u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok5300u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok5400u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok5450u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok7100u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok7200u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok7300u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok7400u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok7500u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok9200u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok9300u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok9400u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok9500u1.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/ok9600u1a.ppd.gz -usr/share/foomatic/db/source/PPD/Oki/okop14u1.ppd.gz -#usr/share/foomatic/db/source/PPD/Ricoh -#usr/share/foomatic/db/source/PPD/Ricoh/PCL5 -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_2200L_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_2200SFL_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_2300L_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_2300SFL_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_320DN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_320SFN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_320SN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_325DNw_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_325SFNw_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_325SNw_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_330DN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_330SFN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_330SN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_3700SF_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_3700_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_3710DN_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_3710SF_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_377DNwX_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_377SFNwX_PCL5.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PCL5/Ricoh-SP_377SNwX_PCL5.ppd.gz -#usr/share/foomatic/db/source/PPD/Ricoh/PDF -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3035_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3045_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3224C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3232C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_3260C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_AP410N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_AP410_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_AP610N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_AP900_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_CL3500N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_Color5560_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_1100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_1350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_1600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_161_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_171_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2550B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2851_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_2852_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3350B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3351_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_4000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_4001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_5000B_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_5001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_5500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_6001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_7001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_8001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_9001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2051_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2551_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C2800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C300SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C5501A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C5501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C6501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C7500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_C7501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W2400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W2401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W3600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W3601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W5100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_MP_W7140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_4100NL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_4100N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_4110N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_4210N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_4310N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_5200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_5210DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_5210SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_5210SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_6330N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_8100DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_8200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_8300DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_9100DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C320DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C410DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C411DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C420DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C431DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C730DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C811DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C820DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C821DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C830DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_C831DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Aficio_SP_W2470_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_2509J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_3009J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_3509J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_600SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2509J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C2519J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3509J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C3519J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C4510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C530FB_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C530F_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C5500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C5510_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C6010_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_C8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IM_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-IP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2001J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2554J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_2595J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3054J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3095J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3554J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_3595J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_401SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C1500_615C_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2003J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2003Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2011_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2094J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2094exJ_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2503J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2503Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2594J_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C2594exJ_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C5504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C5504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_CW2201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_W6700_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_W7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-MP_W8140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-M_C2001_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-P_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-P_502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-P_800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-P_801_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-P_C600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8120S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8220S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8320S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_8320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5300SL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C5310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7200S_Light_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-Pro_C7210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_450DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_4510DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_4510SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_4520DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_5300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_5310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_6430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_8400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C340DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C342DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C342M_JPN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C352DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C435DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C440DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C840DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PDF/Ricoh-SP_C842DN_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/Ricoh/PS -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1022_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1027_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1035_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1224C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1232C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1515_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2015_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2016_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2018D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2018_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2020D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2020_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2022_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2027_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2032_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2035_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2035e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2045e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2105_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2228C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2232C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2238C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3035_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3224C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3228C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3232C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3235C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3245C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3260C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2600N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2610N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2610_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP3200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP3800C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP400N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP410N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP410_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP4510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP600N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP610N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP900_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL1000N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3000e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3500N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL4000DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL4000HDN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_Color5560_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_161_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_171_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2550B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2851_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2852_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3350B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3351_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5000B_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_8001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_9001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2551_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C300SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C5501A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C5501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C6501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C7500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C7501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W2400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W2401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W3600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W3601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W5100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W7140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_300DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3400N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3400SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3410DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3410SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3500N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3500SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_3510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4100NL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4100N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4110N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4210N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4310N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_5200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_5210DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_5210SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_5210SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_6330N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_8100DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_8200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_8300DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_9100DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C221N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C222DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C222SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C231N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C232DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C232SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C242DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C242SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C311N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C312DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C320DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C410DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C411DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C420DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C431DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C730DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C811DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C820DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C821DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C830DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C831DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_W2470_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-ColorLaser_AP828_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-DDP_70_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-DDP_92_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-EMP_156_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-FAX5510L_5510NF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_2500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_2509J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_2702_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_3009J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_3500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_3509J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_4000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_430F.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_5000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_6000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_600SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_7000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_8000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_9000T_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_9000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2010_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2509J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C2519J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C300_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3010_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3509J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C3519J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4500A_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4510A_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C4510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C530FB_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C530F_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5500A_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5510A_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C5510_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6010_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6010_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C8000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_C8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_CW1200_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_CW2200_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IM_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_4210.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_4300.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_4310.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6110.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6120.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6210.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6220.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6310.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6320.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_6330.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8100.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8100M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8200.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8200M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8300.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_8300M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C320.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C411-ME.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C411.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C420-ME.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C420.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C711.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C721.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C721M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C730.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C730M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C731.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C731M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C810.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C810M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C811.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C811M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C820.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C820M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C821.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C821M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C830.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C830M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C831.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IPSiO_SP_C831M.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IP_500SF.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IP_C6020M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IP_C6020_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-IP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2600N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2610N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2610_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_1301_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_1601_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2001J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2553_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2554J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2554_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2555_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_2595J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3054J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_305plus_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_305plus_SPF_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3095J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3353_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3554J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3554_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3555_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_3595J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_401SPF_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_401SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_4054_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_4055_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_5054_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_5055_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6054_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6055_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_7503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_9003_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C1500_615C_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C1803_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2003J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2003Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2011_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2094J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2094exJ_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2503J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2503Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2504_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2594J_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C2594exJ_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3003_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3004_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C305_SP_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C306_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C307_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3504_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C4503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C4504_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C5503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C5504_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C5504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C5504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6003_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6004_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6502_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6503_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C8002_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C8003_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_CW2201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_W6700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_W7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_W8140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-M_C2001_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-M_C250FWB_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-M_C250FW_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_501_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6000_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6010M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6010_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6020M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6020_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6030M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6030_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6510M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6520M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_6520_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_801_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C300W_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C301SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C301W_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C6010M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-P_C6010_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1107EXP.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1357EXP.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_6100HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_6100_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8100S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8110HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8110S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8110Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8120HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8120S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8120S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8120Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8200S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8210HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8210S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8210Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8220HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8220S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8220S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8220Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8300S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8310HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8310S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8310Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8320HT_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8320S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8320S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8320Y_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_8320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_907EXP.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5100S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5110S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5200S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5210S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5300SL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5300S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5310S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C5310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7100S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7110S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7110_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7200S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7200S_Light_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7210S_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Pro_C7210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_330DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_330SFN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_330SN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3600DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3600SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3610SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3700SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3710DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_3710SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4500_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_450DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4510SF_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4510_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_4520DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_5300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_5310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6410_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6420M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6420_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6430M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6430_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6440M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6440_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_6450_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_8400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_8400M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_8400M_a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_8400_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_8400a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C250DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C250SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C252DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C252SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C261DNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C261SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C262DNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C262SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C340DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C341_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C342DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C342M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C342_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C352DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C360DNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C360SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C360SNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C361SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C420e_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C420e_ME_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C420e_M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C435DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C440DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C750M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C750_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C751M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C751_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C840DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C840M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C840M_a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C840_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C840a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C841M_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C841M_a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C841_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C841a1_JPN.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-SP_C842DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_1100.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_1350.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_2550.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_2552.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_3350.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_3352.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_4000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_4002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_5000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_5002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_6000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_6001.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_6001GP.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_6002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_6002GP.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_7500.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_7500T.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_7501.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_7502.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_8000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_8000T.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_9000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_9001.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_9001T.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_9002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_9002T.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C1800.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2200.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2201.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2500.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2800.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2801.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C2802.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3300.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3301.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3302.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3500.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C3500it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4000it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4001.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4001A.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4001it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4002A.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4500.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C4500it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5000it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5001.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5001A.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5001A_it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5001it.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5002.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C5002A.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C6000.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C6001.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C7500.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_MP_C7501.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_Neo_452.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-imagio_Neo_453.ppd.gz -#usr/share/foomatic/db/source/PPD/Ricoh/PXL -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-AficioSG3110DN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-AficioSG3110DNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-AficioSG3110SFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1022_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1027_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1032_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1035_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1515_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2015_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2016_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2018D_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2018_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2020D_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2020_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2022_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2027_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2032_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2035_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2035e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2045e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2105_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3030_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3035_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3224C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3228C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3232C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3235C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3245C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3260C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_Color5560_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1600_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_161_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_171_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_201_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2510_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2550B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2851_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2852_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3010_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3350B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3350_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3351_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5000B_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_8000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_8001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_9000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_9001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2550_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2551_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2800_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C300SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3300_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C400SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C400_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C5000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C5501A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C5501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C6000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C6501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C7500_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C7501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_3050N_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_3050SFN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_5050N_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_E3350N_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_E5550N_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-IPSiO_SP_3400L_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-IPSiO_SP_3410SF_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-IPSiO_SP_3410_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-IPSiO_SP_3510SF_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-IPSiO_SP_3510_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_2001_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_2554J_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3054J_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3554J_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C1500_615C_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2003Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2011_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2094J_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2503Z_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C2594J_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C5504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-M_C2000_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8120S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8220S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_8220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C5100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C5110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C5210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7200S_Light_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7200_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Pro_C7210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SG3120BSFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212Nw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212SFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212SFw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212SNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212SUw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_212w_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213Nw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213SFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213SFw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213SNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213SUw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_213w_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_2200L_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_2200SFL_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_2300L_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_2300SFL_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_320DN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_320SFN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_320SN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_325DNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_325SFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_325SNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_377DNwX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_377SFNwX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-SP_377SNwX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung -usr/share/foomatic/db/source/PPD/Samsung/PS -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C140x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C145x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C1810_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C1860_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C2620_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C2670_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C268x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C460_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C470_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C4820_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_C48x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-350_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-410_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-660_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-670_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-680_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-770_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLP-775_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-3300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-4190_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-6200_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-6220_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-6240_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-6250_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-6260_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-8380_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-8385X_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-8385_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-8540_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-8640_8650_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-9250_9350_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-9252_9352_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-92x1_93x1_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-981x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_CLX-982x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_K3250_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_K401_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_K4350_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_K703_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_K7600_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M337x_387x_407x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M403x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M408x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M4370_5370_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M453x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M458x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_M5270_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2150_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2550_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2570_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2850_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2853_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-2855_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-3470_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-3475_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-371x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-375x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-4050_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-4055_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-451x_501x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-4550_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-4555_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-551x_651x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-8850_8950_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_ML-8x00_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-483x_5x3x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-4x28_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-5635_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-5835_5935X_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-5835_5935_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6545X_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6545_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-681x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6x20_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6x22_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6x45_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6x55X_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-6x55_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-8030_8040_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-8123_8128_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-8230_8240_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-881x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_SCX-882x_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_X3220_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_X401_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_X4300_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_X703_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PS/Samsung_X7600_Series.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_CLP-610_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_CLP-620_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_K2200_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M262x_282x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M267x_287x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M283x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M288x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M301x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_M306x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_ML-2525W_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_ML-2580_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_ML-2950_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_SCX-470x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_SCX-472x_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_SCX-4x24_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_SCX-4x25_Series_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Samsung/PXL/Samsung_SCX-4x26_Series_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/Savin -#usr/share/foomatic/db/source/PPD/Savin/PDF -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-2404WDP_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-2404WD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-2406WD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-3406WD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-5100WD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-7025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-7140WD_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8025e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8030e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8035_8035g_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8035e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8045_8045g_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8045e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8060_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8065_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8070_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8075_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8080_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8090_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-8135_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-816_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9016_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9021d_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9025b_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9033_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9033b_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9040_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9040b_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9050b_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9060_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9070_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9080_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9090_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-917_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-920_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9228_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9233_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9240_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-9250_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C2410_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C2525_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C2828_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C3030_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C3210e_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C3333_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C3535_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C4040_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C4540_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C5050_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C6045_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C7570_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9020_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9025_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9065_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9075_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9125_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9130_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9135_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9145A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9145_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9155A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C9155_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP131DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP22_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP240D_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP27DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP31DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP340D_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP350D_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP37DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-CLP42DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C_230SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C_230_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C_240SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-C_240_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_350_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_4000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_430_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_5000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_550_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_600SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_7000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_9000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C2000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C2500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C3000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C3500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C400SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C400_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C4500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C530FB_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C530F_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C6000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C6500_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_C8000_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IM_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-IP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP145_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP150DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP175n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP235n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP28_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP28n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP31nL_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP31n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP35n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP36n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP37N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MLP75n_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2553_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_2852_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_301_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_305+_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3053_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3352_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3353_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3554_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_3555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_4002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_401SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_402SPF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_4054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_4055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_5002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_5054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_5055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_6002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_601_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_6054_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_6055_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_7502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_7503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_9002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_9003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C2504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C305_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C306Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C307_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C3504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C401SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C401_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C406Z_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C407_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C4502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C4502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C4503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C4504_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C4504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C5502A_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C5502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C5503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C5504ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C6003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C6004_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C6004ex_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C6502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C6503_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C8002_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_C8003_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_CW2200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_CW2201_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_W6700_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_W7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-MP_W8140_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-P_501_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-P_502_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-P_800_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-P_801_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-P_C600_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_1106EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_1107EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_1356EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_1357EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8120S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8120_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8220S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8220_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8320S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_8320_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_906EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_907EX_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5300S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C5310S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7100S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7100_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7110S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7110_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7200S_Light_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7200_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7210S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-Pro_C7210_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SDC555_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SGC_1506_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_4310N_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_4510DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_4510SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_4520DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5200DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5200S_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5210DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5210SF_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5210SR_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5300_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_5310_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_6430DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_8300DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_8400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C320DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C340DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C342DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C352DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C400DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C435DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C440DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C730DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C830DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C831DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C840DN_PDF.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PDF/Savin-SP_C842DN_PDF.ppd.gz -#usr/share/foomatic/db/source/PPD/Savin/PS -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2404WDP_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2404WD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2406WD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2522_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2527_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2532_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2535_2235_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2545_2245_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2560_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2575_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-3406WD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-3515_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-40105_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4015_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4018_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4018d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4022_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4027_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4035_4135g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4035e_4135eG_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4045_4145g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4045e_4145eG_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4051_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-5100WD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-7025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-7140WD_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8016_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8020_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8020d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8025e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8030e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8035_8035g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8035e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8045_8045g_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8045e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8065_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8070_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8080_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-816_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9016_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9021d_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9025b_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9033_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9033b_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9040_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9040b_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9050b_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9060_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9070_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9080_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9090_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-917_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-920_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9228_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9233_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9240_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9250_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2408_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2410_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2524_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2525_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2532_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2820_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2824_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2828_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3030_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3210e_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3224_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3333_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3528_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3828_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C4040_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C4535_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C4540_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C5050_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C6045_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C7570_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9020_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9025_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9065_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9075_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9125_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9130_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9145A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9155A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C9155_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP1036_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP128_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP131DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP135_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP1620_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP17_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP18_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP22_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP240D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP26DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP27DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP28_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP31DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP340D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP350D_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP35_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP37DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP42DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP831_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C_230SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C_230_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C_240SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C_240_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-FAX3799_3799nf_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_350_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_4000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_430_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_5000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_550_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_600SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_7000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_9000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C2000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C2500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C3000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C3500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C400SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C400_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C4500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C530FB_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C530F_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C6000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C6500_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_C8000_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IM_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-IP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP145_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP150DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP175n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP235n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP25_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP25n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP26_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP26n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP28_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP28n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP31nL_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP31n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP32_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP35n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP36n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP37N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP45_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP75n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2553_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_2852_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_301_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_305+_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3053_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3352_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3353_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3554_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_3555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_4002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_401SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_402SPF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_4054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_4055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_5002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_5054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_5055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_6002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_601_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_6054_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_6055_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_7502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_7503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_9002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_9003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C2504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C305_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C306Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C307_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C3504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C401SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C401_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C406Z_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C407_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C4502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C4502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C4503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C4504_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C4504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C5502A_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C5502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C5503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C5504ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C6003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C6004_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C6004ex_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C6502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C6503_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C8002_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_C8003_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_CW2200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_CW2201_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_W6700_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_W7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MP_W8140_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-P_501_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-P_502_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-P_800_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-P_801_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-P_C600_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_1106EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_1107EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_1356EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_1357EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8120S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8120_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8220S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8220_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8320S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_8320_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_906EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_907EX_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5300S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C5310S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7100S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7100_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7110S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7110_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7200S_Light_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7200_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7210S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-Pro_C7210_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SDC555_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SGC_1506_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP26_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP26n_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP32_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP38c_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_3600DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_3600SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_3610SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_4310N_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_4510DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_4510SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_4520DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5200DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5200S_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5210DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5210SF_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5210SR_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5300_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_5310_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_6430DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_8300DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_8400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C320DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C340DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C342DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C352DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C360DNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C360SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C361SFNw_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C400DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C435DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C440DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C730DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C830DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C831DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C840DN_PS.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C842DN_PS.ppd.gz -#usr/share/foomatic/db/source/PPD/Savin/PXL -usr/share/foomatic/db/source/PPD/Savin/PXL/SAVIN-SG3110DN_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/SAVIN-SG3110DNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2522_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2527_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2532_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2535_2235_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2545_2245_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2560_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2575_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-3515_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-40105_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4015_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4018_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4018d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4022_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4027_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4035_4135g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4035e_4135eG_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4045_4145g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4045e_4145eG_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4051_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-7025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8016_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8020_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8020d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8025e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8030_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8030e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8035_8035g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8035e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8045_8045g_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8045e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8055_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8065_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8070_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8080_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-816_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9016_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9021d_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9025b_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9033_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9033b_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9040_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9040b_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9050b_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9060_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9070_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9080_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9090_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-917_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-920_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9228_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9233_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9240_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9250_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2410_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2525_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2824_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2828_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3030_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3210e_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3333_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3528_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3535_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C4040_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C4535_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C4540_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C5050_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C6045_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C6055_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C7570_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9020_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9025_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9065_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9075_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9125_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9130_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9135_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9145A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9145_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9155A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C9155_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C_230SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C_230_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C_240SR_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C_240_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_2352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_2501_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_2553_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_2554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_2852_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_3053_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_3054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_3352_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_3353_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_3554_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_4002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_4054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_5002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_5054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_6002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_6054_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_7502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_7503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_9002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_9003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C2003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C2004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C2503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C2504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C3504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C4502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C4502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C4503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C4504_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C5502A_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C5502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C5503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C6003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C6004_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C6502_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C6503_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C8002_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-MP_C8003_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_1106EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_1107EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_1356EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_1357EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8120S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8120_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8220S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_8220_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_906EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_907EX_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C5100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C5110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C5200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C5210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7100S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7100_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7110S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7110_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7200S_Light_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7200S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7200_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7210S_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-Pro_C7210_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-SDC555_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-SG3110SFNw_PXL.ppd.gz -usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-SGC_1506_PXL.ppd.gz -#usr/share/foomatic/db/source/PPD/Sharp -usr/share/foomatic/db/source/PPD/Sharp/Sharp-AR-N182FG-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-AR-N182G-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-1810U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2010U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300FG-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300G-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300G-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2310F-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2310U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2314N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2314NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2514FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2610FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2610N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2614N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2614NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2615N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2616N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2640FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2640N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700FG-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700G-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700G-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3110FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3110N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3111F-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3111U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3114FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3114N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3114NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3115N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3116N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3140FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3140N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3610FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3610N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3611F-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3614FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3640FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3640N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4110FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4110N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4111FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4111N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4112N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4140FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4140N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4141FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4141N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5110FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5110N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5111FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5111N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5112N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5140FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5140N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5141FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5141N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5500N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-5500N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-6200N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-6200N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-6240N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-6500N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-6540FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-7000N-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-7000N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-7040N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-7500N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C250-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C250E-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C250F-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C250FE-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C250FR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300E-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300F-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300P-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300PE-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300PL-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300W-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300W-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300WE-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C300WR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C301-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C301F-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-C301W-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M1054-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M1100-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M1100-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M1204-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M182-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M182D-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M202D-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M232D-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M260-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M260FP-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M260N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M264FP-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M264N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M264NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M264NV-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M264U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M310-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M310FP-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M310N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M314FP-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M314N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M314NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M314NV-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M314U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M354FP-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M354N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M354NR-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M354U-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M364N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M365FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M365N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M464FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M464N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M465FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M465N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M564FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M564N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M565FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M565N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M654FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M654N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M754FN-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M754N-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M850-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M860-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M904-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M950-ps-jp.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-M950-ps.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sc170fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sc172fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sc260fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sc261fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sc262fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh155fgj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh160mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh163fgj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh163gj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh200mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh202fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh205fgj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh205gj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh266fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh266sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh311fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh311nj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh311sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh351fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh351nj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh351sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh451fpj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh451nj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh451sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh555mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh555sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh625mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh625sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh705mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sh705sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shabc260.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shabc320.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac170m.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac172m.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac260.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac260m.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac260p.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shac262m.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham351n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham351u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham355n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham355u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham451n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham451u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham455n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham455u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham550n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham550u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham620n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham620u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham700n.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sham700u.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shar168d.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shar168s.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shar208d.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shar208s.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shar5220.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm150.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm155.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm160.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm161.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm162.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm165.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm200.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm201.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm205.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm206.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm207.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm236.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm237.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm276.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/sharm277.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc260fj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc260sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc261fj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc261mj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc261sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shc262sj.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shmb201d.ppd.gz -usr/share/foomatic/db/source/PPD/Sharp/shmxb201.ppd.gz -#usr/share/foomatic/db/source/PPD/Toshiba -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST205_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST280_282_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST3510c_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST450_452_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST4511_451c_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST850_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/Toshiba_GL1010_CUPS.ppd.gz -usr/share/foomatic/db/source/PPD/Toshiba/Toshiba_GL1020_CUPS.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax -#usr/share/foomatic/db/source/PPD/Utax/EU -#usr/share/foomatic/db/source/PPD/Utax/EU/English -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/English/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/EU/French -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/French/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/EU/German -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/German/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/EU/Italian -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Italian/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Portuguese/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/EU/Spanish -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/EU/Spanish/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global -#usr/share/foomatic/db/source/PPD/Utax/Global/English -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/English/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global/French -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/French/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global/German -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/German/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global/Italian -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Italian/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Portuguese/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/PPD/Utax/Global/Spanish -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA2506ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA300ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA301ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA3206ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA3262i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA350ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA356ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA4006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA400ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA4056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA4062i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA5006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA5056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA6006ci.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TA6056i.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-4531 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-4531i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-4536 MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-4536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-5536i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAP-6036i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3062DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3062i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3066i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3562DN.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3562i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC3566i MFP.ppd.gz -usr/share/foomatic/db/source/PPD/Utax/Global/Spanish/TAPC4072DN.ppd.gz -#usr/share/foomatic/db/source/driver -usr/share/foomatic/db/source/driver/PDF-Gestetner.xml -usr/share/foomatic/db/source/driver/PDF-Infotec.xml -usr/share/foomatic/db/source/driver/PDF-Lanier.xml -usr/share/foomatic/db/source/driver/PDF-NRG.xml -usr/share/foomatic/db/source/driver/PDF-Ricoh.xml -usr/share/foomatic/db/source/driver/PDF-Savin.xml -usr/share/foomatic/db/source/driver/Postscript-Brother.xml -usr/share/foomatic/db/source/driver/Postscript-Canon.xml -usr/share/foomatic/db/source/driver/Postscript-Epson.xml -usr/share/foomatic/db/source/driver/Postscript-Gestetner.xml -usr/share/foomatic/db/source/driver/Postscript-HP.xml -usr/share/foomatic/db/source/driver/Postscript-InfoPrint.xml -usr/share/foomatic/db/source/driver/Postscript-Infotec.xml -usr/share/foomatic/db/source/driver/Postscript-KONICA_MINOLTA.xml -usr/share/foomatic/db/source/driver/Postscript-Kyocera.xml -usr/share/foomatic/db/source/driver/Postscript-Lanier.xml -usr/share/foomatic/db/source/driver/Postscript-Lexmark.xml -usr/share/foomatic/db/source/driver/Postscript-NRG.xml -usr/share/foomatic/db/source/driver/Postscript-Oce.xml -usr/share/foomatic/db/source/driver/Postscript-Oki.xml -usr/share/foomatic/db/source/driver/Postscript-Ricoh.xml -usr/share/foomatic/db/source/driver/Postscript-Samsung.xml -usr/share/foomatic/db/source/driver/Postscript-Savin.xml -usr/share/foomatic/db/source/driver/Postscript-Sharp.xml -usr/share/foomatic/db/source/driver/Postscript-Toshiba.xml -usr/share/foomatic/db/source/driver/Postscript.xml -usr/share/foomatic/db/source/driver/Postscript1.xml -usr/share/foomatic/db/source/driver/Postscript2-Oce.xml -usr/share/foomatic/db/source/driver/PostscriptColor-Ricoh.xml -usr/share/foomatic/db/source/driver/PostscriptMono-Ricoh.xml -usr/share/foomatic/db/source/driver/ap3250.xml -usr/share/foomatic/db/source/driver/appledmp.xml -usr/share/foomatic/db/source/driver/bj10.xml -usr/share/foomatic/db/source/driver/bj10e.xml -usr/share/foomatic/db/source/driver/bj10v.xml -usr/share/foomatic/db/source/driver/bj10vh.xml -usr/share/foomatic/db/source/driver/bj200.xml -usr/share/foomatic/db/source/driver/bj8XXYYZ.upp.xml -usr/share/foomatic/db/source/driver/bjc250gs.xml -usr/share/foomatic/db/source/driver/bjc600.xml -usr/share/foomatic/db/source/driver/bjc800.xml -usr/share/foomatic/db/source/driver/bjc800j.xml -usr/share/foomatic/db/source/driver/bjc880j.xml -usr/share/foomatic/db/source/driver/brlaser.xml -usr/share/foomatic/db/source/driver/c2050.xml -usr/share/foomatic/db/source/driver/c2070.xml -usr/share/foomatic/db/source/driver/c2esp.xml -usr/share/foomatic/db/source/driver/capt.xml -usr/share/foomatic/db/source/driver/cdj500.xml -usr/share/foomatic/db/source/driver/cdj550.xml -usr/share/foomatic/db/source/driver/cdnj500.xml -usr/share/foomatic/db/source/driver/chp2200.xml -usr/share/foomatic/db/source/driver/cjet.xml -usr/share/foomatic/db/source/driver/cljet5.xml -usr/share/foomatic/db/source/driver/cp50.xml -usr/share/foomatic/db/source/driver/declj250.xml -usr/share/foomatic/db/source/driver/deskjet.xml -usr/share/foomatic/db/source/driver/dj505j.xml -usr/share/foomatic/db/source/driver/djet500.xml -usr/share/foomatic/db/source/driver/dnj650c.xml -usr/share/foomatic/db/source/driver/drv_x125.xml -usr/share/foomatic/db/source/driver/eplaser-jp.xml -usr/share/foomatic/db/source/driver/eplaser.xml -usr/share/foomatic/db/source/driver/eps9high.xml -usr/share/foomatic/db/source/driver/eps9mid.xml -usr/share/foomatic/db/source/driver/epson-escpr.xml -usr/share/foomatic/db/source/driver/epson.xml -usr/share/foomatic/db/source/driver/epsonc.xml -usr/share/foomatic/db/source/driver/epsonepl.xml -usr/share/foomatic/db/source/driver/escpage.xml -usr/share/foomatic/db/source/driver/fmlbp.xml -usr/share/foomatic/db/source/driver/fmpr.xml -usr/share/foomatic/db/source/driver/foo2hbpl2.xml -usr/share/foomatic/db/source/driver/foo2hiperc-z1.xml -usr/share/foomatic/db/source/driver/foo2hiperc.xml -usr/share/foomatic/db/source/driver/foo2hp.xml -usr/share/foomatic/db/source/driver/foo2kyo.xml -usr/share/foomatic/db/source/driver/foo2lava.xml -usr/share/foomatic/db/source/driver/foo2oak-z1.xml -usr/share/foomatic/db/source/driver/foo2oak.xml -usr/share/foomatic/db/source/driver/foo2qpdl.xml -usr/share/foomatic/db/source/driver/foo2slx.xml -usr/share/foomatic/db/source/driver/foo2xqx.xml -usr/share/foomatic/db/source/driver/foo2zjs-z1.xml -usr/share/foomatic/db/source/driver/foo2zjs-z2.xml -usr/share/foomatic/db/source/driver/foo2zjs-z3.xml -usr/share/foomatic/db/source/driver/foo2zjs.xml -usr/share/foomatic/db/source/driver/gdi.xml -usr/share/foomatic/db/source/driver/gutenprint.xml -usr/share/foomatic/db/source/driver/hl1250.xml -usr/share/foomatic/db/source/driver/hl7x0.xml -usr/share/foomatic/db/source/driver/hpijs-pcl3.xml -usr/share/foomatic/db/source/driver/hpijs-pcl5c.xml -usr/share/foomatic/db/source/driver/hpijs-pcl5e.xml -usr/share/foomatic/db/source/driver/hplip.xml -usr/share/foomatic/db/source/driver/ibmpro.xml -usr/share/foomatic/db/source/driver/imagen.xml -usr/share/foomatic/db/source/driver/iwhi.xml -usr/share/foomatic/db/source/driver/iwlo.xml -usr/share/foomatic/db/source/driver/iwlq.xml -usr/share/foomatic/db/source/driver/jetp3852.xml -usr/share/foomatic/db/source/driver/jj100.xml -usr/share/foomatic/db/source/driver/la50.xml -usr/share/foomatic/db/source/driver/la70.xml -usr/share/foomatic/db/source/driver/la75.xml -usr/share/foomatic/db/source/driver/la75plus.xml -usr/share/foomatic/db/source/driver/laserjet.xml -usr/share/foomatic/db/source/driver/lbp310.xml -usr/share/foomatic/db/source/driver/lbp320.xml -usr/share/foomatic/db/source/driver/lbp660.xml -usr/share/foomatic/db/source/driver/lbp8.xml -usr/share/foomatic/db/source/driver/lbp800.xml -usr/share/foomatic/db/source/driver/lex5700.xml -usr/share/foomatic/db/source/driver/lex7000.xml -usr/share/foomatic/db/source/driver/lips2p.xml -usr/share/foomatic/db/source/driver/lips3.xml -usr/share/foomatic/db/source/driver/lips4.xml -usr/share/foomatic/db/source/driver/lips4v.xml -usr/share/foomatic/db/source/driver/lj250.xml -usr/share/foomatic/db/source/driver/lj4dith.xml -usr/share/foomatic/db/source/driver/lj4dithp.xml -usr/share/foomatic/db/source/driver/lj5gray.xml -usr/share/foomatic/db/source/driver/ljet2p.xml -usr/share/foomatic/db/source/driver/ljet3.xml -usr/share/foomatic/db/source/driver/ljet3d.xml -usr/share/foomatic/db/source/driver/ljet4.xml -usr/share/foomatic/db/source/driver/ljet4d.xml -usr/share/foomatic/db/source/driver/ljetplus.xml -usr/share/foomatic/db/source/driver/lm1100.xml -usr/share/foomatic/db/source/driver/ln03.xml -usr/share/foomatic/db/source/driver/lp2000.xml -usr/share/foomatic/db/source/driver/lp2563.xml -usr/share/foomatic/db/source/driver/lp8000.xml -usr/share/foomatic/db/source/driver/lpstyl.xml -usr/share/foomatic/db/source/driver/lq850.xml -usr/share/foomatic/db/source/driver/lxm3200-tweaked.xml -usr/share/foomatic/db/source/driver/lxm5700m.xml -usr/share/foomatic/db/source/driver/lxx74.xml -usr/share/foomatic/db/source/driver/lz11-V2.xml -usr/share/foomatic/db/source/driver/m2300w.xml -usr/share/foomatic/db/source/driver/m2400w.xml -usr/share/foomatic/db/source/driver/m8510.xml -usr/share/foomatic/db/source/driver/md1xMono.xml -usr/share/foomatic/db/source/driver/md2k.xml -usr/share/foomatic/db/source/driver/md50Eco.xml -usr/share/foomatic/db/source/driver/md50Mono.xml -usr/share/foomatic/db/source/driver/md5k.xml -usr/share/foomatic/db/source/driver/min12xxw.xml -usr/share/foomatic/db/source/driver/mj700v2c.xml -usr/share/foomatic/db/source/driver/ml600.xml -usr/share/foomatic/db/source/driver/ml85p.xml -usr/share/foomatic/db/source/driver/necp2xX.upp.xml -usr/share/foomatic/db/source/driver/necp6.xml -usr/share/foomatic/db/source/driver/npdl.xml -usr/share/foomatic/db/source/driver/oce9050.xml -usr/share/foomatic/db/source/driver/oki182.xml -usr/share/foomatic/db/source/driver/oki4w.xml -usr/share/foomatic/db/source/driver/okiibm.xml -usr/share/foomatic/db/source/driver/omni.xml -usr/share/foomatic/db/source/driver/paintjet.xml -usr/share/foomatic/db/source/driver/pbm2l2030.xml -usr/share/foomatic/db/source/driver/pbm2l7k.xml -usr/share/foomatic/db/source/driver/pbm2lwxl.xml -usr/share/foomatic/db/source/driver/pcl3.xml -usr/share/foomatic/db/source/driver/pcl5-Ricoh.xml -usr/share/foomatic/db/source/driver/pegg.xml -usr/share/foomatic/db/source/driver/pentaxpj.xml -usr/share/foomatic/db/source/driver/picty180.xml -usr/share/foomatic/db/source/driver/pj.xml -usr/share/foomatic/db/source/driver/pjetxl.xml -usr/share/foomatic/db/source/driver/pjxl.xml -usr/share/foomatic/db/source/driver/pjxl300.xml -usr/share/foomatic/db/source/driver/pnm2ppa.xml -usr/share/foomatic/db/source/driver/ppmtomd.xml -usr/share/foomatic/db/source/driver/pr150.xml -usr/share/foomatic/db/source/driver/pr201.xml -usr/share/foomatic/db/source/driver/ptouch.xml -usr/share/foomatic/db/source/driver/pxlcolor-Gestetner.xml -usr/share/foomatic/db/source/driver/pxlcolor-InfoPrint.xml -usr/share/foomatic/db/source/driver/pxlcolor-Infotec.xml -usr/share/foomatic/db/source/driver/pxlcolor-Lanier.xml -usr/share/foomatic/db/source/driver/pxlcolor-NRG.xml -usr/share/foomatic/db/source/driver/pxlcolor-Ricoh.xml -usr/share/foomatic/db/source/driver/pxlcolor-Samsung.xml -usr/share/foomatic/db/source/driver/pxlcolor-Savin.xml -usr/share/foomatic/db/source/driver/pxlcolor.xml -usr/share/foomatic/db/source/driver/pxldpl.xml -usr/share/foomatic/db/source/driver/pxljr.xml -usr/share/foomatic/db/source/driver/pxlmono-Gestetner.xml -usr/share/foomatic/db/source/driver/pxlmono-InfoPrint.xml -usr/share/foomatic/db/source/driver/pxlmono-Infotec.xml -usr/share/foomatic/db/source/driver/pxlmono-Lanier.xml -usr/share/foomatic/db/source/driver/pxlmono-NRG.xml -usr/share/foomatic/db/source/driver/pxlmono-Ricoh.xml -usr/share/foomatic/db/source/driver/pxlmono-Samsung.xml -usr/share/foomatic/db/source/driver/pxlmono-Savin.xml -usr/share/foomatic/db/source/driver/pxlmono.xml -usr/share/foomatic/db/source/driver/r4081.xml -usr/share/foomatic/db/source/driver/rastertokmXXXXdl.xml -usr/share/foomatic/db/source/driver/rastertosag-gdi.xml -usr/share/foomatic/db/source/driver/rpdl.xml -usr/share/foomatic/db/source/driver/sharp.upp.xml -usr/share/foomatic/db/source/driver/sipixa6.upp.xml -usr/share/foomatic/db/source/driver/sj48.xml -usr/share/foomatic/db/source/driver/slap.xml -usr/share/foomatic/db/source/driver/splix.xml -usr/share/foomatic/db/source/driver/stcolor.xml -usr/share/foomatic/db/source/driver/t4693dX.xml -usr/share/foomatic/db/source/driver/tek4696.xml -usr/share/foomatic/db/source/driver/xes.xml -#usr/share/foomatic/db/source/opt -usr/share/foomatic/db/source/opt/1.xml -usr/share/foomatic/db/source/opt/10.xml -usr/share/foomatic/db/source/opt/100.xml -usr/share/foomatic/db/source/opt/101.xml -usr/share/foomatic/db/source/opt/102.xml -usr/share/foomatic/db/source/opt/103.xml -usr/share/foomatic/db/source/opt/104.xml -usr/share/foomatic/db/source/opt/105.xml -usr/share/foomatic/db/source/opt/106.xml -usr/share/foomatic/db/source/opt/107.xml -usr/share/foomatic/db/source/opt/108.xml -usr/share/foomatic/db/source/opt/109.xml -usr/share/foomatic/db/source/opt/110.xml -usr/share/foomatic/db/source/opt/111.xml -usr/share/foomatic/db/source/opt/112.xml -usr/share/foomatic/db/source/opt/113.xml -usr/share/foomatic/db/source/opt/114.xml -usr/share/foomatic/db/source/opt/115.xml -usr/share/foomatic/db/source/opt/116.xml -usr/share/foomatic/db/source/opt/117.xml -usr/share/foomatic/db/source/opt/118.xml -usr/share/foomatic/db/source/opt/119.xml -usr/share/foomatic/db/source/opt/12.xml -usr/share/foomatic/db/source/opt/120.xml -usr/share/foomatic/db/source/opt/121.xml -usr/share/foomatic/db/source/opt/122.xml -usr/share/foomatic/db/source/opt/123.xml -usr/share/foomatic/db/source/opt/124.xml -usr/share/foomatic/db/source/opt/125.xml -usr/share/foomatic/db/source/opt/126.xml -usr/share/foomatic/db/source/opt/127.xml -usr/share/foomatic/db/source/opt/128.xml -usr/share/foomatic/db/source/opt/129.xml -usr/share/foomatic/db/source/opt/13.xml -usr/share/foomatic/db/source/opt/130.xml -usr/share/foomatic/db/source/opt/131.xml -usr/share/foomatic/db/source/opt/132.xml -usr/share/foomatic/db/source/opt/133.xml -usr/share/foomatic/db/source/opt/134.xml -usr/share/foomatic/db/source/opt/135.xml -usr/share/foomatic/db/source/opt/136.xml -usr/share/foomatic/db/source/opt/137.xml -usr/share/foomatic/db/source/opt/138.xml -usr/share/foomatic/db/source/opt/139.xml -usr/share/foomatic/db/source/opt/14.xml -usr/share/foomatic/db/source/opt/140.xml -usr/share/foomatic/db/source/opt/141.xml -usr/share/foomatic/db/source/opt/142.xml -usr/share/foomatic/db/source/opt/143.xml -usr/share/foomatic/db/source/opt/144.xml -usr/share/foomatic/db/source/opt/145.xml -usr/share/foomatic/db/source/opt/146.xml -usr/share/foomatic/db/source/opt/147.xml -usr/share/foomatic/db/source/opt/148.xml -usr/share/foomatic/db/source/opt/149.xml -usr/share/foomatic/db/source/opt/150.xml -usr/share/foomatic/db/source/opt/151.xml -usr/share/foomatic/db/source/opt/152.xml -usr/share/foomatic/db/source/opt/153.xml -usr/share/foomatic/db/source/opt/154.xml -usr/share/foomatic/db/source/opt/155.xml -usr/share/foomatic/db/source/opt/156.xml -usr/share/foomatic/db/source/opt/157.xml -usr/share/foomatic/db/source/opt/158.xml -usr/share/foomatic/db/source/opt/159.xml -usr/share/foomatic/db/source/opt/160.xml -usr/share/foomatic/db/source/opt/161.xml -usr/share/foomatic/db/source/opt/162.xml -usr/share/foomatic/db/source/opt/163.xml -usr/share/foomatic/db/source/opt/164.xml -usr/share/foomatic/db/source/opt/165.xml -usr/share/foomatic/db/source/opt/166.xml -usr/share/foomatic/db/source/opt/167.xml -usr/share/foomatic/db/source/opt/168.xml -usr/share/foomatic/db/source/opt/169.xml -usr/share/foomatic/db/source/opt/170.xml -usr/share/foomatic/db/source/opt/171.xml -usr/share/foomatic/db/source/opt/172.xml -usr/share/foomatic/db/source/opt/173.xml -usr/share/foomatic/db/source/opt/174.xml -usr/share/foomatic/db/source/opt/175.xml -usr/share/foomatic/db/source/opt/176.xml -usr/share/foomatic/db/source/opt/177.xml -usr/share/foomatic/db/source/opt/179.xml -usr/share/foomatic/db/source/opt/180.xml -usr/share/foomatic/db/source/opt/181.xml -usr/share/foomatic/db/source/opt/182.xml -usr/share/foomatic/db/source/opt/185.xml -usr/share/foomatic/db/source/opt/186.xml -usr/share/foomatic/db/source/opt/187.xml -usr/share/foomatic/db/source/opt/188.xml -usr/share/foomatic/db/source/opt/189.xml -usr/share/foomatic/db/source/opt/190.xml -usr/share/foomatic/db/source/opt/191.xml -usr/share/foomatic/db/source/opt/193.xml -usr/share/foomatic/db/source/opt/194.xml -usr/share/foomatic/db/source/opt/195.xml -usr/share/foomatic/db/source/opt/196.xml -usr/share/foomatic/db/source/opt/197.xml -usr/share/foomatic/db/source/opt/198.xml -usr/share/foomatic/db/source/opt/199.xml -usr/share/foomatic/db/source/opt/2.xml -usr/share/foomatic/db/source/opt/200.xml -usr/share/foomatic/db/source/opt/201.xml -usr/share/foomatic/db/source/opt/202.xml -usr/share/foomatic/db/source/opt/203.xml -usr/share/foomatic/db/source/opt/204.xml -usr/share/foomatic/db/source/opt/205.xml -usr/share/foomatic/db/source/opt/206.xml -usr/share/foomatic/db/source/opt/207.xml -usr/share/foomatic/db/source/opt/208.xml -usr/share/foomatic/db/source/opt/209.xml -usr/share/foomatic/db/source/opt/211.xml -usr/share/foomatic/db/source/opt/212.xml -usr/share/foomatic/db/source/opt/213.xml -usr/share/foomatic/db/source/opt/214.xml -usr/share/foomatic/db/source/opt/215.xml -usr/share/foomatic/db/source/opt/216.xml -usr/share/foomatic/db/source/opt/217.xml -usr/share/foomatic/db/source/opt/218.xml -usr/share/foomatic/db/source/opt/219.xml -usr/share/foomatic/db/source/opt/220.xml -usr/share/foomatic/db/source/opt/221.xml -usr/share/foomatic/db/source/opt/222.xml -usr/share/foomatic/db/source/opt/223.xml -usr/share/foomatic/db/source/opt/224.xml -usr/share/foomatic/db/source/opt/225.xml -usr/share/foomatic/db/source/opt/226.xml -usr/share/foomatic/db/source/opt/227.xml -usr/share/foomatic/db/source/opt/228.xml -usr/share/foomatic/db/source/opt/3.xml -usr/share/foomatic/db/source/opt/42.xml -usr/share/foomatic/db/source/opt/43.xml -usr/share/foomatic/db/source/opt/44.xml -usr/share/foomatic/db/source/opt/45.xml -usr/share/foomatic/db/source/opt/46.xml -usr/share/foomatic/db/source/opt/47.xml -usr/share/foomatic/db/source/opt/48.xml -usr/share/foomatic/db/source/opt/49.xml -usr/share/foomatic/db/source/opt/5.xml -usr/share/foomatic/db/source/opt/50.xml -usr/share/foomatic/db/source/opt/51.xml -usr/share/foomatic/db/source/opt/54.xml -usr/share/foomatic/db/source/opt/55.xml -usr/share/foomatic/db/source/opt/56.xml -usr/share/foomatic/db/source/opt/57.xml -usr/share/foomatic/db/source/opt/58.xml -usr/share/foomatic/db/source/opt/6.xml -usr/share/foomatic/db/source/opt/60.xml -usr/share/foomatic/db/source/opt/61.xml -usr/share/foomatic/db/source/opt/62.xml -usr/share/foomatic/db/source/opt/63.xml -usr/share/foomatic/db/source/opt/64.xml -usr/share/foomatic/db/source/opt/65.xml -usr/share/foomatic/db/source/opt/66.xml -usr/share/foomatic/db/source/opt/67.xml -usr/share/foomatic/db/source/opt/68.xml -usr/share/foomatic/db/source/opt/69.xml -usr/share/foomatic/db/source/opt/7.xml -usr/share/foomatic/db/source/opt/70.xml -usr/share/foomatic/db/source/opt/71.xml -usr/share/foomatic/db/source/opt/72.xml -usr/share/foomatic/db/source/opt/73.xml -usr/share/foomatic/db/source/opt/74.xml -usr/share/foomatic/db/source/opt/75.xml -usr/share/foomatic/db/source/opt/76.xml -usr/share/foomatic/db/source/opt/77.xml -usr/share/foomatic/db/source/opt/78.xml -usr/share/foomatic/db/source/opt/79.xml -usr/share/foomatic/db/source/opt/8.xml -usr/share/foomatic/db/source/opt/80.xml -usr/share/foomatic/db/source/opt/81.xml -usr/share/foomatic/db/source/opt/82.xml -usr/share/foomatic/db/source/opt/83.xml -usr/share/foomatic/db/source/opt/84.xml -usr/share/foomatic/db/source/opt/85.xml -usr/share/foomatic/db/source/opt/86.xml -usr/share/foomatic/db/source/opt/87.xml -usr/share/foomatic/db/source/opt/88.xml -usr/share/foomatic/db/source/opt/89.xml -usr/share/foomatic/db/source/opt/9.xml -usr/share/foomatic/db/source/opt/90.xml -usr/share/foomatic/db/source/opt/91.xml -usr/share/foomatic/db/source/opt/92.xml -usr/share/foomatic/db/source/opt/93.xml -usr/share/foomatic/db/source/opt/94.xml -usr/share/foomatic/db/source/opt/95.xml -usr/share/foomatic/db/source/opt/96.xml -usr/share/foomatic/db/source/opt/97.xml -usr/share/foomatic/db/source/opt/98.xml -usr/share/foomatic/db/source/opt/99.xml -usr/share/foomatic/db/source/opt/Brother-MediaType.xml -usr/share/foomatic/db/source/opt/Minolta-PCL600.xml -usr/share/foomatic/db/source/opt/PCL-4-5-InputSlot.xml -usr/share/foomatic/db/source/opt/PCL-XL-InputSlot.xml -usr/share/foomatic/db/source/opt/PJL-Duplex.xml -usr/share/foomatic/db/source/opt/PJL-PJLBinding.xml -usr/share/foomatic/db/source/opt/PJL-PJLDuplex.xml -usr/share/foomatic/db/source/opt/PageSize-A4only.xml -usr/share/foomatic/db/source/opt/Postscript-Color.xml -usr/share/foomatic/db/source/opt/Postscript-Duplex.xml -usr/share/foomatic/db/source/opt/Postscript-InputSlot.xml -usr/share/foomatic/db/source/opt/Postscript-PageSize.xml -usr/share/foomatic/db/source/opt/Postscript-RGBProfile.xml -usr/share/foomatic/db/source/opt/Postscript-Resolution.xml -usr/share/foomatic/db/source/opt/Postscript-largeformat-PageSize.xml -usr/share/foomatic/db/source/opt/Postscript1-Resolution.xml -usr/share/foomatic/db/source/opt/bj8XXYYZ-Resolution.xml -usr/share/foomatic/db/source/opt/bjc250gs-BlueGamma.xml -usr/share/foomatic/db/source/opt/bjc250gs-ColorMode.xml -usr/share/foomatic/db/source/opt/bjc250gs-ComposeK.xml -usr/share/foomatic/db/source/opt/bjc250gs-Compress.xml -usr/share/foomatic/db/source/opt/bjc250gs-GreenGamma.xml -usr/share/foomatic/db/source/opt/bjc250gs-Inverse.xml -usr/share/foomatic/db/source/opt/bjc250gs-LimitCheck.xml -usr/share/foomatic/db/source/opt/bjc250gs-Manualfeed.xml -usr/share/foomatic/db/source/opt/bjc250gs-MasterGamma.xml -usr/share/foomatic/db/source/opt/bjc250gs-MediaType.xml -usr/share/foomatic/db/source/opt/bjc250gs-Model.xml -usr/share/foomatic/db/source/opt/bjc250gs-PaperBlue.xml -usr/share/foomatic/db/source/opt/bjc250gs-PaperGreen.xml -usr/share/foomatic/db/source/opt/bjc250gs-PaperRed.xml -usr/share/foomatic/db/source/opt/bjc250gs-PrintColors.xml -usr/share/foomatic/db/source/opt/bjc250gs-Quality.xml -usr/share/foomatic/db/source/opt/bjc250gs-Random.xml -usr/share/foomatic/db/source/opt/bjc250gs-RedGamma.xml -usr/share/foomatic/db/source/opt/bjc250gs-Smooth.xml -usr/share/foomatic/db/source/opt/cZ11somsom-Black.xml -usr/share/foomatic/db/source/opt/cZ11somsom-Cyan.xml -usr/share/foomatic/db/source/opt/cZ11somsom-DitherPPI.xml -usr/share/foomatic/db/source/opt/cZ11somsom-InkType.xml -usr/share/foomatic/db/source/opt/cZ11somsom-Magenta.xml -usr/share/foomatic/db/source/opt/cZ11somsom-Yellow.xml -usr/share/foomatic/db/source/opt/cdj5XX-BlackCorrect.xml -usr/share/foomatic/db/source/opt/cdj5XX-Depletion.xml -usr/share/foomatic/db/source/opt/cdj690X-Resolution.xml -usr/share/foomatic/db/source/opt/cljet5-ColorMode.xml -usr/share/foomatic/db/source/opt/dnj650c-Resolution.xml -usr/share/foomatic/db/source/opt/dnj750X-Resolution.xml -usr/share/foomatic/db/source/opt/drv_x125-Bidirectional.xml -usr/share/foomatic/db/source/opt/drv_x125-ColorMode.xml -usr/share/foomatic/db/source/opt/drv_x125-Device.xml -usr/share/foomatic/db/source/opt/drv_x125-PageSize.xml -usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml -usr/share/foomatic/db/source/opt/drv_z42-Bidirectional.xml -usr/share/foomatic/db/source/opt/drv_z42-InkType.xml -usr/share/foomatic/db/source/opt/drv_z42-PageSize.xml -usr/share/foomatic/db/source/opt/drv_z42-PrintoutMode.xml -usr/share/foomatic/db/source/opt/drv_z42-Resolution.xml -usr/share/foomatic/db/source/opt/eplaser-Collate.xml -usr/share/foomatic/db/source/opt/eplaser-Duplex.xml -usr/share/foomatic/db/source/opt/eplaser-FaceUp.xml -usr/share/foomatic/db/source/opt/eplaser-InputSlot.xml -usr/share/foomatic/db/source/opt/eplaser-Landscape.xml -usr/share/foomatic/db/source/opt/eplaser-MediaType.xml -usr/share/foomatic/db/source/opt/eplaser-Model.xml -usr/share/foomatic/db/source/opt/eplaser-NumCopies.xml -usr/share/foomatic/db/source/opt/eplaser-RITOff.xml -usr/share/foomatic/db/source/opt/eplaser-TonerSaving.xml -usr/share/foomatic/db/source/opt/eplaser-jp-Model.xml -usr/share/foomatic/db/source/opt/gdi-AllowReprint.xml -usr/share/foomatic/db/source/opt/gdi-Altitude.xml -usr/share/foomatic/db/source/opt/gdi-Copies.xml -usr/share/foomatic/db/source/opt/gdi-Density.xml -usr/share/foomatic/db/source/opt/gdi-Economode.xml -usr/share/foomatic/db/source/opt/gdi-JamRecovery.xml -usr/share/foomatic/db/source/opt/gdi-Manualfeed.xml -usr/share/foomatic/db/source/opt/gdi-MediaType.xml -usr/share/foomatic/db/source/opt/gdi-PageSize.xml -usr/share/foomatic/db/source/opt/gdi-PageSizeJCL.xml -usr/share/foomatic/db/source/opt/gdi-PageSizePS.xml -usr/share/foomatic/db/source/opt/gdi-PageTimeout.xml -usr/share/foomatic/db/source/opt/gdi-PowerSaveTime.xml -usr/share/foomatic/db/source/opt/gdi-PowerSaving.xml -usr/share/foomatic/db/source/opt/gdi-RET.xml -usr/share/foomatic/db/source/opt/hl7x0-Duplex.xml -usr/share/foomatic/db/source/opt/hl7x0-EconomyMode.xml -usr/share/foomatic/db/source/opt/hl7x0-InputSlot.xml -usr/share/foomatic/db/source/opt/hl7x0-MediaType.xml -usr/share/foomatic/db/source/opt/hl7x0-PIN.xml -usr/share/foomatic/db/source/opt/hl7x0-Resolution.xml -usr/share/foomatic/db/source/opt/hpijs-pcl3-Model.xml -usr/share/foomatic/db/source/opt/hpijs-pcl3-PageSize.xml -usr/share/foomatic/db/source/opt/hpijs-pcl3-PrintoutMode.xml -usr/share/foomatic/db/source/opt/hpijs-pcl3-Quality.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5-Duplex.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5-InputSlot.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5-PageSize.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5c-PrintoutMode.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5c-Quality.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5e-PrintoutMode.xml -usr/share/foomatic/db/source/opt/hpijs-pcl5e-Quality.xml -usr/share/foomatic/db/source/opt/ibmpro-Resolution.xml -usr/share/foomatic/db/source/opt/jap-PageSize.xml -usr/share/foomatic/db/source/opt/jap-Resolution.xml -usr/share/foomatic/db/source/opt/largeformat-PageSize.xml -usr/share/foomatic/db/source/opt/lm1100-Brightness.xml -usr/share/foomatic/db/source/opt/lxm3200-tweaked-Model.xml -usr/share/foomatic/db/source/opt/lxm3200-tweaked-Z31Margin.xml -usr/share/foomatic/db/source/opt/m2300w-ColorMode.xml -usr/share/foomatic/db/source/opt/m2300w-ColorProfile.xml -usr/share/foomatic/db/source/opt/m2300w-MediaType.xml -usr/share/foomatic/db/source/opt/m2300w-PageSize.xml -usr/share/foomatic/db/source/opt/m2300w-Resolution.xml -usr/share/foomatic/db/source/opt/m2300w-psnup.xml -usr/share/foomatic/db/source/opt/min12xxw-DriverPageSize.xml -usr/share/foomatic/db/source/opt/min12xxw-DriverResolution.xml -usr/share/foomatic/db/source/opt/min12xxw-Economode.xml -usr/share/foomatic/db/source/opt/min12xxw-GSPageSize.xml -usr/share/foomatic/db/source/opt/min12xxw-GSResolution.xml -usr/share/foomatic/db/source/opt/min12xxw-InputSlot.xml -usr/share/foomatic/db/source/opt/min12xxw-MediaType.xml -usr/share/foomatic/db/source/opt/min12xxw-Model.xml -usr/share/foomatic/db/source/opt/min12xxw-PageSize.xml -usr/share/foomatic/db/source/opt/min12xxw-Resolution.xml -usr/share/foomatic/db/source/opt/oki4w-PageSize.xml -usr/share/foomatic/db/source/opt/oki4w-Resolution.xml -usr/share/foomatic/db/source/opt/pbmtozjs-PageSize.xml -usr/share/foomatic/db/source/opt/pcl3-ConfigureEveryPage.xml -usr/share/foomatic/db/source/opt/pcl3-PrintoutMode-HPDJ520.xml -usr/share/foomatic/db/source/opt/pentaxpj-Density.xml -usr/share/foomatic/db/source/opt/pentaxpj-OutputType.xml -usr/share/foomatic/db/source/opt/pentaxpj-PageSize.xml -usr/share/foomatic/db/source/opt/pjl-HP-DesignJet-InputSlot.xml -usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-AllowReprint.xml -usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-Economode.xml -usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-MediaType.xml -usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-RET.xml -usr/share/foomatic/db/source/opt/pjxl-Quality.xml -usr/share/foomatic/db/source/opt/pjxl-RenderType.xml -usr/share/foomatic/db/source/opt/pnm2ppa-Dither.xml -usr/share/foomatic/db/source/opt/pnm2ppa-EconoFast.xml -usr/share/foomatic/db/source/opt/ppmtocpva-solidblack.xml -usr/share/foomatic/db/source/opt/ppmtomd-ColorMode.xml -usr/share/foomatic/db/source/opt/ppmtomd-ColourCorrection.xml -usr/share/foomatic/db/source/opt/ppmtomd-CurlCorrection.xml -usr/share/foomatic/db/source/opt/ppmtomd-Dither.xml -usr/share/foomatic/db/source/opt/ppmtomd-GammaCorrection.xml -usr/share/foomatic/db/source/opt/ppmtomd-GammaSaturation.xml -usr/share/foomatic/db/source/opt/ppmtomd-Glossy.xml -usr/share/foomatic/db/source/opt/ppmtomd-JobType.xml -usr/share/foomatic/db/source/opt/ppmtomd-KeepBlack.xml -usr/share/foomatic/db/source/opt/ppmtomd-LFAdjust.xml -usr/share/foomatic/db/source/opt/ppmtomd-MediaType.xml -usr/share/foomatic/db/source/opt/ppmtomd-Model.xml -usr/share/foomatic/db/source/opt/ppmtomd-NoReset.xml -usr/share/foomatic/db/source/opt/ppmtomd-Overlay.xml -usr/share/foomatic/db/source/opt/ppmtomd-PHAdjust.xml -usr/share/foomatic/db/source/opt/ppmtomd-PageSize.xml -usr/share/foomatic/db/source/opt/ppmtomd-Primer.xml -usr/share/foomatic/db/source/opt/ppmtomd-PrintColors.xml -usr/share/foomatic/db/source/opt/ppmtomd-PrintingMethod.xml -usr/share/foomatic/db/source/opt/ppmtomd-UseMultiColourRibbon.xml -usr/share/foomatic/db/source/opt/pxlmono-PrinterResolution.xml -usr/share/foomatic/db/source/opt/pxlmono-PrintoutMode.xml -usr/share/foomatic/db/source/opt/s400a1-Resolution.xml -usr/share/foomatic/db/source/opt/sipixa6.upp-PageSize.xml -usr/share/foomatic/db/source/opt/st640X-Resolution.xml -usr/share/foomatic/db/source/opt/stc300X.upp-Resolution.xml -usr/share/foomatic/db/source/opt/stcanyX-Resolution.xml -#usr/share/foomatic/db/source/printer -usr/share/foomatic/db/source/printer/Alps-MD-1000.xml -usr/share/foomatic/db/source/printer/Alps-MD-1300.xml -usr/share/foomatic/db/source/printer/Alps-MD-1500.xml -usr/share/foomatic/db/source/printer/Alps-MD-2000.xml -usr/share/foomatic/db/source/printer/Alps-MD-2010.xml -usr/share/foomatic/db/source/printer/Alps-MD-2300.xml -usr/share/foomatic/db/source/printer/Alps-MD-4000.xml -usr/share/foomatic/db/source/printer/Alps-MD-5000.xml -usr/share/foomatic/db/source/printer/Alps-MD-5500.xml -usr/share/foomatic/db/source/printer/Anitech-M24.xml -usr/share/foomatic/db/source/printer/Apollo-P-1200.xml -usr/share/foomatic/db/source/printer/Apollo-P-1220_Barbie.xml -usr/share/foomatic/db/source/printer/Apollo-P-1250.xml -usr/share/foomatic/db/source/printer/Apollo-P-2100.xml -usr/share/foomatic/db/source/printer/Apollo-P-2150.xml -usr/share/foomatic/db/source/printer/Apollo-P-2200.xml -usr/share/foomatic/db/source/printer/Apollo-P-2250.xml -usr/share/foomatic/db/source/printer/Apollo-P-2500.xml -usr/share/foomatic/db/source/printer/Apollo-P-2550.xml -usr/share/foomatic/db/source/printer/Apollo-P-2600.xml -usr/share/foomatic/db/source/printer/Apollo-P-2650.xml -usr/share/foomatic/db/source/printer/Apple-12_640ps.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_1500.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2200.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2400.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2500.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_4100.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_4500.xml -usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_6500.xml -usr/share/foomatic/db/source/printer/Apple-Dot_Matrix.xml -usr/share/foomatic/db/source/printer/Apple-ImageWriter.xml -usr/share/foomatic/db/source/printer/Apple-ImageWriter_II.xml -usr/share/foomatic/db/source/printer/Apple-ImageWriter_LQ.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_16_600.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_4_600.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_IINTX.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_IIg.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_NT.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_Pro_630.xml -usr/share/foomatic/db/source/printer/Apple-LaserWriter_Select_360.xml -usr/share/foomatic/db/source/printer/Apple-StyleWriter_1200.xml -usr/share/foomatic/db/source/printer/Apple-StyleWriter_I.xml -usr/share/foomatic/db/source/printer/Apple-StyleWriter_II.xml -usr/share/foomatic/db/source/printer/Avery-Personal_Label_Printer.xml -usr/share/foomatic/db/source/printer/Avery-Personal_Label_Printerplus.xml -usr/share/foomatic/db/source/printer/Brother-4550.xml -usr/share/foomatic/db/source/printer/Brother-DCP-1200.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7010.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7020.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7025.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7030.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7045N.xml -usr/share/foomatic/db/source/printer/Brother-DCP-7065DN.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8020.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8025D.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8040.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8045D.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8080DN.xml -usr/share/foomatic/db/source/printer/Brother-DCP-8085DN.xml -usr/share/foomatic/db/source/printer/Brother-DCP-9010CN.xml -usr/share/foomatic/db/source/printer/Brother-DCP-9040CN.xml -usr/share/foomatic/db/source/printer/Brother-DCP-9045CDN.xml -usr/share/foomatic/db/source/printer/Brother-HJ-400.xml -usr/share/foomatic/db/source/printer/Brother-HL-1020.xml -usr/share/foomatic/db/source/printer/Brother-HL-1030.xml -usr/share/foomatic/db/source/printer/Brother-HL-1040.xml -usr/share/foomatic/db/source/printer/Brother-HL-1050.xml -usr/share/foomatic/db/source/printer/Brother-HL-1060.xml -usr/share/foomatic/db/source/printer/Brother-HL-1070.xml -usr/share/foomatic/db/source/printer/Brother-HL-10V.xml -usr/share/foomatic/db/source/printer/Brother-HL-10h.xml -usr/share/foomatic/db/source/printer/Brother-HL-1230.xml -usr/share/foomatic/db/source/printer/Brother-HL-1240.xml -usr/share/foomatic/db/source/printer/Brother-HL-1250.xml -usr/share/foomatic/db/source/printer/Brother-HL-1260.xml -usr/share/foomatic/db/source/printer/Brother-HL-1270N.xml -usr/share/foomatic/db/source/printer/Brother-HL-1430.xml -usr/share/foomatic/db/source/printer/Brother-HL-1435.xml -usr/share/foomatic/db/source/printer/Brother-HL-1440.xml -usr/share/foomatic/db/source/printer/Brother-HL-1450.xml -usr/share/foomatic/db/source/printer/Brother-HL-1470N.xml -usr/share/foomatic/db/source/printer/Brother-HL-1650.xml -usr/share/foomatic/db/source/printer/Brother-HL-1650_70N.xml -usr/share/foomatic/db/source/printer/Brother-HL-1660e.xml -usr/share/foomatic/db/source/printer/Brother-HL-1670N.xml -usr/share/foomatic/db/source/printer/Brother-HL-1850.xml -usr/share/foomatic/db/source/printer/Brother-HL-1850_70N.xml -usr/share/foomatic/db/source/printer/Brother-HL-1870N.xml -usr/share/foomatic/db/source/printer/Brother-HL-2030.xml -usr/share/foomatic/db/source/printer/Brother-HL-2035.xml -usr/share/foomatic/db/source/printer/Brother-HL-2040.xml -usr/share/foomatic/db/source/printer/Brother-HL-2060.xml -usr/share/foomatic/db/source/printer/Brother-HL-2070N.xml -usr/share/foomatic/db/source/printer/Brother-HL-2130.xml -usr/share/foomatic/db/source/printer/Brother-HL-2135.xml -usr/share/foomatic/db/source/printer/Brother-HL-2140.xml -usr/share/foomatic/db/source/printer/Brother-HL-2142.xml -usr/share/foomatic/db/source/printer/Brother-HL-2170W.xml -usr/share/foomatic/db/source/printer/Brother-HL-2240.xml -usr/share/foomatic/db/source/printer/Brother-HL-2240D.xml -usr/share/foomatic/db/source/printer/Brother-HL-2400CeN.xml -usr/share/foomatic/db/source/printer/Brother-HL-2460.xml -usr/share/foomatic/db/source/printer/Brother-HL-2460N.xml -usr/share/foomatic/db/source/printer/Brother-HL-2600CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-2700CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-3070CW.xml -usr/share/foomatic/db/source/printer/Brother-HL-3260N.xml -usr/share/foomatic/db/source/printer/Brother-HL-3400CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-3450CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-4000CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-4040CN.xml -usr/share/foomatic/db/source/printer/Brother-HL-4050CDN.xml -usr/share/foomatic/db/source/printer/Brother-HL-4070CDW.xml -usr/share/foomatic/db/source/printer/Brother-HL-4Ve.xml -usr/share/foomatic/db/source/printer/Brother-HL-5030.xml -usr/share/foomatic/db/source/printer/Brother-HL-5040.xml -usr/share/foomatic/db/source/printer/Brother-HL-5050.xml -usr/share/foomatic/db/source/printer/Brother-HL-5070N.xml -usr/share/foomatic/db/source/printer/Brother-HL-5140.xml -usr/share/foomatic/db/source/printer/Brother-HL-5150D.xml -usr/share/foomatic/db/source/printer/Brother-HL-5170DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-5240.xml -usr/share/foomatic/db/source/printer/Brother-HL-5250DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-5270DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-5350DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-5370DW.xml -usr/share/foomatic/db/source/printer/Brother-HL-5380DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-6050.xml -usr/share/foomatic/db/source/printer/Brother-HL-6050D_DN.xml -usr/share/foomatic/db/source/printer/Brother-HL-630.xml -usr/share/foomatic/db/source/printer/Brother-HL-660.xml -usr/share/foomatic/db/source/printer/Brother-HL-7050.xml -usr/share/foomatic/db/source/printer/Brother-HL-7050N.xml -usr/share/foomatic/db/source/printer/Brother-HL-720.xml -usr/share/foomatic/db/source/printer/Brother-HL-730.xml -usr/share/foomatic/db/source/printer/Brother-HL-760.xml -usr/share/foomatic/db/source/printer/Brother-HL-8.xml -usr/share/foomatic/db/source/printer/Brother-HL-8050N.xml -usr/share/foomatic/db/source/printer/Brother-HL-820.xml -usr/share/foomatic/db/source/printer/Brother-HL-960.xml -usr/share/foomatic/db/source/printer/Brother-MC-3000.xml -usr/share/foomatic/db/source/printer/Brother-MFC-295CN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-4350.xml -usr/share/foomatic/db/source/printer/Brother-MFC-6550MC.xml -usr/share/foomatic/db/source/printer/Brother-MFC-7225N.xml -usr/share/foomatic/db/source/printer/Brother-MFC-7450.xml -usr/share/foomatic/db/source/printer/Brother-MFC-7820N.xml -usr/share/foomatic/db/source/printer/Brother-MFC-7840N.xml -usr/share/foomatic/db/source/printer/Brother-MFC-7840W.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8220.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8300.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8370DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8380DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8420.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8440.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8480DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8600.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8640D.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8670DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8680DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8820D.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8840D.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8880DN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-8890DW.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9010CN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9050.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9100c.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9120CN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9320CW.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9420CN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9440CN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9450CDN.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9500.xml -usr/share/foomatic/db/source/printer/Brother-MFC-9600.xml -usr/share/foomatic/db/source/printer/Brother-MFC-P2500.xml -usr/share/foomatic/db/source/printer/Brother-MFC9840CDW.xml -usr/share/foomatic/db/source/printer/Brother-MFC_7150C.xml -usr/share/foomatic/db/source/printer/Brother-MP-21C.xml -usr/share/foomatic/db/source/printer/Brother-PT-1500PC.xml -usr/share/foomatic/db/source/printer/Brother-PT-18R.xml -usr/share/foomatic/db/source/printer/Brother-PT-1950.xml -usr/share/foomatic/db/source/printer/Brother-PT-1950VP.xml -usr/share/foomatic/db/source/printer/Brother-PT-1960.xml -usr/share/foomatic/db/source/printer/Brother-PT-2300.xml -usr/share/foomatic/db/source/printer/Brother-PT-2420PC.xml -usr/share/foomatic/db/source/printer/Brother-PT-2450DX.xml -usr/share/foomatic/db/source/printer/Brother-PT-2500PC.xml -usr/share/foomatic/db/source/printer/Brother-PT-2600.xml -usr/share/foomatic/db/source/printer/Brother-PT-2610.xml -usr/share/foomatic/db/source/printer/Brother-PT-3600.xml -usr/share/foomatic/db/source/printer/Brother-PT-550A.xml -usr/share/foomatic/db/source/printer/Brother-PT-9200DX.xml -usr/share/foomatic/db/source/printer/Brother-PT-9200PC.xml -usr/share/foomatic/db/source/printer/Brother-PT-9400.xml -usr/share/foomatic/db/source/printer/Brother-PT-9500PC.xml -usr/share/foomatic/db/source/printer/Brother-PT-9600.xml -usr/share/foomatic/db/source/printer/Brother-PT-PC.xml -usr/share/foomatic/db/source/printer/Brother-QL-500.xml -usr/share/foomatic/db/source/printer/Brother-QL-550.xml -usr/share/foomatic/db/source/printer/Brother-QL-650TD.xml -usr/share/foomatic/db/source/printer/CItoh-M8510.xml -usr/share/foomatic/db/source/printer/CalComp-Artisan_1023_penplotter.xml -usr/share/foomatic/db/source/printer/Canon-BJ-100.xml -usr/share/foomatic/db/source/printer/Canon-BJ-10e.xml -usr/share/foomatic/db/source/printer/Canon-BJ-10v.xml -usr/share/foomatic/db/source/printer/Canon-BJ-15v.xml -usr/share/foomatic/db/source/printer/Canon-BJ-20.xml -usr/share/foomatic/db/source/printer/Canon-BJ-200.xml -usr/share/foomatic/db/source/printer/Canon-BJ-30.xml -usr/share/foomatic/db/source/printer/Canon-BJ-300.xml -usr/share/foomatic/db/source/printer/Canon-BJ-330.xml -usr/share/foomatic/db/source/printer/Canon-BJ-35v.xml -usr/share/foomatic/db/source/printer/Canon-BJ-5.xml -usr/share/foomatic/db/source/printer/Canon-BJC-1000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-2000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-2010.xml -usr/share/foomatic/db/source/printer/Canon-BJC-210.xml -usr/share/foomatic/db/source/printer/Canon-BJC-2100.xml -usr/share/foomatic/db/source/printer/Canon-BJC-210SP.xml -usr/share/foomatic/db/source/printer/Canon-BJC-2110.xml -usr/share/foomatic/db/source/printer/Canon-BJC-240.xml -usr/share/foomatic/db/source/printer/Canon-BJC-250.xml -usr/share/foomatic/db/source/printer/Canon-BJC-250ex.xml -usr/share/foomatic/db/source/printer/Canon-BJC-255SP.xml -usr/share/foomatic/db/source/printer/Canon-BJC-265SP.xml -usr/share/foomatic/db/source/printer/Canon-BJC-3000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4100.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4200.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4300.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4310SP.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4400.xml -usr/share/foomatic/db/source/printer/Canon-BJC-4550.xml -usr/share/foomatic/db/source/printer/Canon-BJC-50.xml -usr/share/foomatic/db/source/printer/Canon-BJC-5000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-5100.xml -usr/share/foomatic/db/source/printer/Canon-BJC-55.xml -usr/share/foomatic/db/source/printer/Canon-BJC-600.xml -usr/share/foomatic/db/source/printer/Canon-BJC-6000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-610.xml -usr/share/foomatic/db/source/printer/Canon-BJC-6100.xml -usr/share/foomatic/db/source/printer/Canon-BJC-620.xml -usr/share/foomatic/db/source/printer/Canon-BJC-6200.xml -usr/share/foomatic/db/source/printer/Canon-BJC-6500.xml -usr/share/foomatic/db/source/printer/Canon-BJC-680J.xml -usr/share/foomatic/db/source/printer/Canon-BJC-70.xml -usr/share/foomatic/db/source/printer/Canon-BJC-7000.xml -usr/share/foomatic/db/source/printer/Canon-BJC-7004.xml -usr/share/foomatic/db/source/printer/Canon-BJC-7100.xml -usr/share/foomatic/db/source/printer/Canon-BJC-80.xml -usr/share/foomatic/db/source/printer/Canon-BJC-800.xml -usr/share/foomatic/db/source/printer/Canon-BJC-8200.xml -usr/share/foomatic/db/source/printer/Canon-BJC-85.xml -usr/share/foomatic/db/source/printer/Canon-BJC-8500.xml -usr/share/foomatic/db/source/printer/Canon-BJC-880J.xml -usr/share/foomatic/db/source/printer/Canon-CP-100.xml -usr/share/foomatic/db/source/printer/Canon-CP-200.xml -usr/share/foomatic/db/source/printer/Canon-CP-220.xml -usr/share/foomatic/db/source/printer/Canon-CP-300.xml -usr/share/foomatic/db/source/printer/Canon-CP-330.xml -usr/share/foomatic/db/source/printer/Canon-GP_335.xml -usr/share/foomatic/db/source/printer/Canon-GP_405.xml -usr/share/foomatic/db/source/printer/Canon-LBP-1000.xml -usr/share/foomatic/db/source/printer/Canon-LBP-1120.xml -usr/share/foomatic/db/source/printer/Canon-LBP-1260.xml -usr/share/foomatic/db/source/printer/Canon-LBP-1760.xml -usr/share/foomatic/db/source/printer/Canon-LBP-310.xml -usr/share/foomatic/db/source/printer/Canon-LBP-320_Pro.xml -usr/share/foomatic/db/source/printer/Canon-LBP-3360.xml -usr/share/foomatic/db/source/printer/Canon-LBP-3460.xml -usr/share/foomatic/db/source/printer/Canon-LBP-350.xml -usr/share/foomatic/db/source/printer/Canon-LBP-430.xml -usr/share/foomatic/db/source/printer/Canon-LBP-460.xml -usr/share/foomatic/db/source/printer/Canon-LBP-470.xml -usr/share/foomatic/db/source/printer/Canon-LBP-4U.xml -usr/share/foomatic/db/source/printer/Canon-LBP-4plus.xml -usr/share/foomatic/db/source/printer/Canon-LBP-4sx.xml -usr/share/foomatic/db/source/printer/Canon-LBP-5360.xml -usr/share/foomatic/db/source/printer/Canon-LBP-5960.xml -usr/share/foomatic/db/source/printer/Canon-LBP-5970.xml -usr/share/foomatic/db/source/printer/Canon-LBP-5975.xml -usr/share/foomatic/db/source/printer/Canon-LBP-600.xml -usr/share/foomatic/db/source/printer/Canon-LBP-660.xml -usr/share/foomatic/db/source/printer/Canon-LBP-800.xml -usr/share/foomatic/db/source/printer/Canon-LBP-810.xml -usr/share/foomatic/db/source/printer/Canon-LBP-8A1.xml -usr/share/foomatic/db/source/printer/Canon-LBP6670.xml -usr/share/foomatic/db/source/printer/Canon-LBP6680_3480.xml -usr/share/foomatic/db/source/printer/Canon-LBP6780_3580.xml -usr/share/foomatic/db/source/printer/Canon-LBP710C_PPD.xml -usr/share/foomatic/db/source/printer/Canon-LBP712C_PPD.xml -usr/share/foomatic/db/source/printer/Canon-LBP7660C.xml -usr/share/foomatic/db/source/printer/Canon-LBP7680C_5280.xml -usr/share/foomatic/db/source/printer/Canon-LBP7780C_5480.xml -usr/share/foomatic/db/source/printer/Canon-LBP8780.xml -usr/share/foomatic/db/source/printer/Canon-LIPS-III.xml -usr/share/foomatic/db/source/printer/Canon-LIPS-IIplus.xml -usr/share/foomatic/db/source/printer/Canon-LIPS-IV.xml -usr/share/foomatic/db/source/printer/Canon-LIPS-IVv.xml -usr/share/foomatic/db/source/printer/Canon-MultiPASS_C2500.xml -usr/share/foomatic/db/source/printer/Canon-MultiPASS_C3000.xml -usr/share/foomatic/db/source/printer/Canon-MultiPASS_C3500.xml -usr/share/foomatic/db/source/printer/Canon-MultiPASS_C5000.xml -usr/share/foomatic/db/source/printer/Canon-MultiPASS_C5500.xml -usr/share/foomatic/db/source/printer/Canon-Multipass_L6000.xml -usr/share/foomatic/db/source/printer/Canon-S100.xml -usr/share/foomatic/db/source/printer/Canon-S200.xml -usr/share/foomatic/db/source/printer/Canon-S300.xml -usr/share/foomatic/db/source/printer/Canon-S330_Photo.xml -usr/share/foomatic/db/source/printer/Canon-S400.xml -usr/share/foomatic/db/source/printer/Canon-S450.xml -usr/share/foomatic/db/source/printer/Canon-S4500.xml -usr/share/foomatic/db/source/printer/Canon-S500.xml -usr/share/foomatic/db/source/printer/Canon-S600.xml -usr/share/foomatic/db/source/printer/Canon-S630.xml -usr/share/foomatic/db/source/printer/Canon-S800.xml -usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-400.xml -usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-500.xml -usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-510.xml -usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-600.xml -usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-710.xml -usr/share/foomatic/db/source/printer/Canon-i450.xml -usr/share/foomatic/db/source/printer/Canon-iP4000.xml -usr/share/foomatic/db/source/printer/Canon-iPR_C600.xml -usr/share/foomatic/db/source/printer/Canon-iPR_C650_PPD.xml -usr/share/foomatic/db/source/printer/Canon-iPR_C700_800.xml -usr/share/foomatic/db/source/printer/Canon-iPR_C750_850_PPD.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_400_500.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_4025_4035.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_4045_4051.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_4225_4235.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_4245_4251.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_6055_6065.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_6075.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_6255_6265.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_6275.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_8085_8095.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_8105.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_8205.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_8285_8295.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C2020_2030.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C2020i_2030i.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C2025.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C2220_2230.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C2225.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C250_350.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C3320.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C3320L.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C3325_3330.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C351.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C5030_5035.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C5045_5051.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C5235_5240.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C5250_5255.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C7055_7065.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C7260_7270.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C7280.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C9060_9070.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C9065_9075.xml -usr/share/foomatic/db/source/printer/Canon-iR-ADV_C9270_9280.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_1023.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_1023N.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_1023iF.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2016.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2016i.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2018.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2020.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2020i.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2022.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2200.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2230.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2270.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_2800.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_3025.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_3225.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_3300.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_330s.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_3570.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_4570.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_5000.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_5570.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_6000.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_6570.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_7086.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_7095.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_7105.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_8070.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_8500.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C2550.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C2570.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C2570i.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C2620N.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C3100.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C3170.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C3170i.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C3200.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5058.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5068.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5180.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5185.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5185i.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5800.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C5870U.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C6800.xml -usr/share/foomatic/db/source/printer/Canon-imageRunner_C6870U.xml -usr/share/foomatic/db/source/printer/Casio-KL-E11.xml -usr/share/foomatic/db/source/printer/Casio-KL-P1000.xml -usr/share/foomatic/db/source/printer/Casio-KP-C10.xml -usr/share/foomatic/db/source/printer/Citizen-ProJet_II.xml -usr/share/foomatic/db/source/printer/Citizen-ProJet_IIc.xml -usr/share/foomatic/db/source/printer/Citizen-printiva1700.xml -usr/share/foomatic/db/source/printer/Citizen-printiva600C.xml -usr/share/foomatic/db/source/printer/Citizen-printiva600U.xml -usr/share/foomatic/db/source/printer/Citizen-printiva700.xml -usr/share/foomatic/db/source/printer/Compaq-IJ1200.xml -usr/share/foomatic/db/source/printer/Compaq-IJ300.xml -usr/share/foomatic/db/source/printer/Compaq-IJ750.xml -usr/share/foomatic/db/source/printer/Compaq-IJ900.xml -usr/share/foomatic/db/source/printer/DEC-1800.xml -usr/share/foomatic/db/source/printer/DEC-DECWriter_500i.xml -usr/share/foomatic/db/source/printer/DEC-DECwriter_110i.xml -usr/share/foomatic/db/source/printer/DEC-DECwriter_520ic.xml -usr/share/foomatic/db/source/printer/DEC-LA50.xml -usr/share/foomatic/db/source/printer/DEC-LA70.xml -usr/share/foomatic/db/source/printer/DEC-LA75.xml -usr/share/foomatic/db/source/printer/DEC-LA75_Plus.xml -usr/share/foomatic/db/source/printer/DEC-LJ250.xml -usr/share/foomatic/db/source/printer/DEC-LN03.xml -usr/share/foomatic/db/source/printer/DEC-LN07.xml -usr/share/foomatic/db/source/printer/DEC-LN17.xml -usr/share/foomatic/db/source/printer/Dell-1110.xml -usr/share/foomatic/db/source/printer/Dell-1355.xml -usr/share/foomatic/db/source/printer/Dell-3000cn.xml -usr/share/foomatic/db/source/printer/Dell-3010cn.xml -usr/share/foomatic/db/source/printer/Dell-3100cn.xml -usr/share/foomatic/db/source/printer/Dell-C1765.xml -usr/share/foomatic/db/source/printer/Dell-M5200.xml -usr/share/foomatic/db/source/printer/Dell-S2500.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-ASCII_250.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-ASCIIplus.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-EL40.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-EL60.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_II.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_XL.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_XLplus.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-SE250.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-SE250plus.xml -usr/share/foomatic/db/source/printer/Dymo-CoStar-Turbo.xml -usr/share/foomatic/db/source/printer/Epson-1430_Series.xml -usr/share/foomatic/db/source/printer/Epson-1500_Series.xml -usr/share/foomatic/db/source/printer/Epson-AL-2600.xml -usr/share/foomatic/db/source/printer/Epson-AL-C1000.xml -usr/share/foomatic/db/source/printer/Epson-AL-C1900.xml -usr/share/foomatic/db/source/printer/Epson-AL-C1900_PS3.xml -usr/share/foomatic/db/source/printer/Epson-AL-C2000.xml -usr/share/foomatic/db/source/printer/Epson-AL-C2000_PS3.xml -usr/share/foomatic/db/source/printer/Epson-AL-C2600.xml -usr/share/foomatic/db/source/printer/Epson-AL-C2800.xml -usr/share/foomatic/db/source/printer/Epson-AL-C3800.xml -usr/share/foomatic/db/source/printer/Epson-AL-C4000.xml -usr/share/foomatic/db/source/printer/Epson-AL-C4000_PS3.xml -usr/share/foomatic/db/source/printer/Epson-AL-C4100.xml -usr/share/foomatic/db/source/printer/Epson-AL-C4200.xml -usr/share/foomatic/db/source/printer/Epson-AL-C8500.xml -usr/share/foomatic/db/source/printer/Epson-AL-C8500PS.xml -usr/share/foomatic/db/source/printer/Epson-AL-C8600.xml -usr/share/foomatic/db/source/printer/Epson-AL-C8600_PS3.xml -usr/share/foomatic/db/source/printer/Epson-AL-C900.xml -usr/share/foomatic/db/source/printer/Epson-AL-C9100.xml -usr/share/foomatic/db/source/printer/Epson-AL-C9200.xml -usr/share/foomatic/db/source/printer/Epson-AL-CX21.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2000.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2010.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2300.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2310.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2400.xml -usr/share/foomatic/db/source/printer/Epson-AL-M2410.xml -usr/share/foomatic/db/source/printer/Epson-AL-M4000.xml -usr/share/foomatic/db/source/printer/Epson-AL-M8000.xml -usr/share/foomatic/db/source/printer/Epson-AL-MX20.xml -usr/share/foomatic/db/source/printer/Epson-AL-MX21.xml -usr/share/foomatic/db/source/printer/Epson-ActionLaser_1100.xml -usr/share/foomatic/db/source/printer/Epson-ActionLaser_II.xml -usr/share/foomatic/db/source/printer/Epson-ActionPrinter_3250.xml -usr/share/foomatic/db/source/printer/Epson-AcuLaser_C3900.xml -usr/share/foomatic/db/source/printer/Epson-AcuLaser_CX17NF.xml -usr/share/foomatic/db/source/printer/Epson-AcuLaser_M1400.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_1430_Series.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_50.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_630_Series.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_700.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_710.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_720_Series.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_730_Series.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_800.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_810.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_830_Series.xml -usr/share/foomatic/db/source/printer/Epson-Artisan_837_Series.xml -usr/share/foomatic/db/source/printer/Epson-B42WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX305_Plus_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX305_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX320FW_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX525WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX535WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX620FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX630FW_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX635FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-BX935FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-CL_700.xml -usr/share/foomatic/db/source/printer/Epson-CL_750.xml -usr/share/foomatic/db/source/printer/Epson-CL_760.xml -usr/share/foomatic/db/source/printer/Epson-Dot_Matrix.xml -usr/share/foomatic/db/source/printer/Epson-E-150.xml -usr/share/foomatic/db/source/printer/Epson-E-200.xml -usr/share/foomatic/db/source/printer/Epson-E-300.xml -usr/share/foomatic/db/source/printer/Epson-E-330.xml -usr/share/foomatic/db/source/printer/Epson-E-330S.xml -usr/share/foomatic/db/source/printer/Epson-E-340.xml -usr/share/foomatic/db/source/printer/Epson-E-350.xml -usr/share/foomatic/db/source/printer/Epson-E-360_Series.xml -usr/share/foomatic/db/source/printer/Epson-E-370_Series.xml -usr/share/foomatic/db/source/printer/Epson-E-500.xml -usr/share/foomatic/db/source/printer/Epson-E-520.xml -usr/share/foomatic/db/source/printer/Epson-E-530.xml -usr/share/foomatic/db/source/printer/Epson-E-600.xml -usr/share/foomatic/db/source/printer/Epson-E-700.xml -usr/share/foomatic/db/source/printer/Epson-E-720.xml -usr/share/foomatic/db/source/printer/Epson-E-800.xml -usr/share/foomatic/db/source/printer/Epson-E-810.xml -usr/share/foomatic/db/source/printer/Epson-E-820.xml -usr/share/foomatic/db/source/printer/Epson-E-830_Series.xml -usr/share/foomatic/db/source/printer/Epson-E-840_Series.xml -usr/share/foomatic/db/source/printer/Epson-E-850_Series.xml -usr/share/foomatic/db/source/printer/Epson-EM_900C.xml -usr/share/foomatic/db/source/printer/Epson-EM_900CN.xml -usr/share/foomatic/db/source/printer/Epson-EM_930C.xml -usr/share/foomatic/db/source/printer/Epson-EM_930CN.xml -usr/share/foomatic/db/source/printer/Epson-EP-306_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-705A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-706A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-707A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-775A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-776A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-777A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-801A.xml -usr/share/foomatic/db/source/printer/Epson-EP-805A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-806A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-807A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-901A.xml -usr/share/foomatic/db/source/printer/Epson-EP-901F.xml -usr/share/foomatic/db/source/printer/Epson-EP-905A_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-905F_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-906F_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-907F_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-976A3_Series.xml -usr/share/foomatic/db/source/printer/Epson-EP-977A3_Series.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5200.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5200plus.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5500W.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5700.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5700L.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5700PS.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5800.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5800L.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5800PS.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5900.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5900L.xml -usr/share/foomatic/db/source/printer/Epson-EPL-5900_PS3.xml -usr/share/foomatic/db/source/printer/Epson-EPL-6100.xml -usr/share/foomatic/db/source/printer/Epson-EPL-6100L.xml -usr/share/foomatic/db/source/printer/Epson-EPL-6100_PS3.xml -usr/share/foomatic/db/source/printer/Epson-EPL-6200.xml -usr/share/foomatic/db/source/printer/Epson-EPL-6200L.xml -usr/share/foomatic/db/source/printer/Epson-EPL-7100.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N1600.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N1600PS.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2050.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2050PS.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2050PSplus.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2050plus.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2120.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2500.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2500_PS3.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2550.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2700.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2750.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N2750PS.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N3000.xml -usr/share/foomatic/db/source/printer/Epson-EPL-N7000.xml -usr/share/foomatic/db/source/printer/Epson-EP_302.xml -usr/share/foomatic/db/source/printer/Epson-EP_4004.xml -usr/share/foomatic/db/source/printer/Epson-EP_702A.xml -usr/share/foomatic/db/source/printer/Epson-EP_703A.xml -usr/share/foomatic/db/source/printer/Epson-EP_704A.xml -usr/share/foomatic/db/source/printer/Epson-EP_774A.xml -usr/share/foomatic/db/source/printer/Epson-EP_802A.xml -usr/share/foomatic/db/source/printer/Epson-EP_803A.xml -usr/share/foomatic/db/source/printer/Epson-EP_804A.xml -usr/share/foomatic/db/source/printer/Epson-EP_902A.xml -usr/share/foomatic/db/source/printer/Epson-EP_903A.xml -usr/share/foomatic/db/source/printer/Epson-EP_903F.xml -usr/share/foomatic/db/source/printer/Epson-EP_904A.xml -usr/share/foomatic/db/source/printer/Epson-EP_904F.xml -usr/share/foomatic/db/source/printer/Epson-E_100.xml -usr/share/foomatic/db/source/printer/Epson-K100_Series.xml -usr/share/foomatic/db/source/printer/Epson-K200_Series.xml -usr/share/foomatic/db/source/printer/Epson-K300_Series.xml -usr/share/foomatic/db/source/printer/Epson-L-1000.xml -usr/share/foomatic/db/source/printer/Epson-L110_Series.xml -usr/share/foomatic/db/source/printer/Epson-L130_Series.xml -usr/share/foomatic/db/source/printer/Epson-L132_Series.xml -usr/share/foomatic/db/source/printer/Epson-L210_Series.xml -usr/share/foomatic/db/source/printer/Epson-L220_Series.xml -usr/share/foomatic/db/source/printer/Epson-L222_Series.xml -usr/share/foomatic/db/source/printer/Epson-L300_Series.xml -usr/share/foomatic/db/source/printer/Epson-L310_Series.xml -usr/share/foomatic/db/source/printer/Epson-L312_Series.xml -usr/share/foomatic/db/source/printer/Epson-L350_Series.xml -usr/share/foomatic/db/source/printer/Epson-L355_Series.xml -usr/share/foomatic/db/source/printer/Epson-L360_Series.xml -usr/share/foomatic/db/source/printer/Epson-L362_Series.xml -usr/share/foomatic/db/source/printer/Epson-L365_Series.xml -usr/share/foomatic/db/source/printer/Epson-L366_Series.xml -usr/share/foomatic/db/source/printer/Epson-L455_Series.xml -usr/share/foomatic/db/source/printer/Epson-L456_Series.xml -usr/share/foomatic/db/source/printer/Epson-L550_Series.xml -usr/share/foomatic/db/source/printer/Epson-L555_Series.xml -usr/share/foomatic/db/source/printer/Epson-L565_Series.xml -usr/share/foomatic/db/source/printer/Epson-L566_Series.xml -usr/share/foomatic/db/source/printer/Epson-L800.xml -usr/share/foomatic/db/source/printer/Epson-L810_Series.xml -usr/share/foomatic/db/source/printer/Epson-L850_Series.xml -usr/share/foomatic/db/source/printer/Epson-LP-1800.xml -usr/share/foomatic/db/source/printer/Epson-LP-1900.xml -usr/share/foomatic/db/source/printer/Epson-LP-2000.xml -usr/share/foomatic/db/source/printer/Epson-LP-2200.xml -usr/share/foomatic/db/source/printer/Epson-LP-2400.xml -usr/share/foomatic/db/source/printer/Epson-LP-2500.xml -usr/share/foomatic/db/source/printer/Epson-LP-3000.xml -usr/share/foomatic/db/source/printer/Epson-LP-3000C.xml -usr/share/foomatic/db/source/printer/Epson-LP-7000.xml -usr/share/foomatic/db/source/printer/Epson-LP-7000G.xml -usr/share/foomatic/db/source/printer/Epson-LP-7500.xml -usr/share/foomatic/db/source/printer/Epson-LP-7700.xml -usr/share/foomatic/db/source/printer/Epson-LP-7900.xml -usr/share/foomatic/db/source/printer/Epson-LP-8000C.xml -usr/share/foomatic/db/source/printer/Epson-LP-8100.xml -usr/share/foomatic/db/source/printer/Epson-LP-8200C.xml -usr/share/foomatic/db/source/printer/Epson-LP-8300C.xml -usr/share/foomatic/db/source/printer/Epson-LP-8300CPD.xml -usr/share/foomatic/db/source/printer/Epson-LP-8300F.xml -usr/share/foomatic/db/source/printer/Epson-LP-8400F.xml -usr/share/foomatic/db/source/printer/Epson-LP-8500C.xml -usr/share/foomatic/db/source/printer/Epson-LP-8500CPD.xml -usr/share/foomatic/db/source/printer/Epson-LP-8600.xml -usr/share/foomatic/db/source/printer/Epson-LP-8600F.xml -usr/share/foomatic/db/source/printer/Epson-LP-8700.xml -usr/share/foomatic/db/source/printer/Epson-LP-8800C.xml -usr/share/foomatic/db/source/printer/Epson-LP-8800CPS.xml -usr/share/foomatic/db/source/printer/Epson-LP-8900.xml -usr/share/foomatic/db/source/printer/Epson-LP-9000B.xml -usr/share/foomatic/db/source/printer/Epson-LP-9000C.xml -usr/share/foomatic/db/source/printer/Epson-LP-9100.xml -usr/share/foomatic/db/source/printer/Epson-LP-9100PS3.xml -usr/share/foomatic/db/source/printer/Epson-LP-9200B.xml -usr/share/foomatic/db/source/printer/Epson-LP-9200C.xml -usr/share/foomatic/db/source/printer/Epson-LP-9300.xml -usr/share/foomatic/db/source/printer/Epson-LP-9400.xml -usr/share/foomatic/db/source/printer/Epson-LP-9500C.xml -usr/share/foomatic/db/source/printer/Epson-LP-9500CPS.xml -usr/share/foomatic/db/source/printer/Epson-LP-9600.xml -usr/share/foomatic/db/source/printer/Epson-LP-9600S.xml -usr/share/foomatic/db/source/printer/Epson-LP-9600SPD.xml -usr/share/foomatic/db/source/printer/Epson-LP-9800C.xml -usr/share/foomatic/db/source/printer/Epson-LP-M5000.xml -usr/share/foomatic/db/source/printer/Epson-LP-M5300.xml -usr/share/foomatic/db/source/printer/Epson-LP-M6000.xml -usr/share/foomatic/db/source/printer/Epson-LP-S210.xml -usr/share/foomatic/db/source/printer/Epson-LP-S300.xml -usr/share/foomatic/db/source/printer/Epson-LP-S3000.xml -usr/share/foomatic/db/source/printer/Epson-LP-S310.xml -usr/share/foomatic/db/source/printer/Epson-LP-S3200.xml -usr/share/foomatic/db/source/printer/Epson-LP-S3500.xml -usr/share/foomatic/db/source/printer/Epson-LP-S4000.xml -usr/share/foomatic/db/source/printer/Epson-LP-S4200.xml -usr/share/foomatic/db/source/printer/Epson-LP-S4500.xml -usr/share/foomatic/db/source/printer/Epson-LP-S6500.xml -usr/share/foomatic/db/source/printer/Epson-LP-S7500.xml -usr/share/foomatic/db/source/printer/Epson-LP-S8100.xml -usr/share/foomatic/db/source/printer/Epson-LP-xx00.xml -usr/share/foomatic/db/source/printer/Epson-LP_8000.xml -usr/share/foomatic/db/source/printer/Epson-LQ-24.xml -usr/share/foomatic/db/source/printer/Epson-LQ-2550.xml -usr/share/foomatic/db/source/printer/Epson-LQ-500.xml -usr/share/foomatic/db/source/printer/Epson-LQ-570plus.xml -usr/share/foomatic/db/source/printer/Epson-LQ-850.xml -usr/share/foomatic/db/source/printer/Epson-LX-1050.xml -usr/share/foomatic/db/source/printer/Epson-LX-300plus.xml -usr/share/foomatic/db/source/printer/Epson-M100_Series.xml -usr/share/foomatic/db/source/printer/Epson-M105_Series.xml -usr/share/foomatic/db/source/printer/Epson-M200_Series.xml -usr/share/foomatic/db/source/printer/Epson-M205_Series.xml -usr/share/foomatic/db/source/printer/Epson-MC_10000.xml -usr/share/foomatic/db/source/printer/Epson-MC_2000.xml -usr/share/foomatic/db/source/printer/Epson-MC_5000.xml -usr/share/foomatic/db/source/printer/Epson-MC_7000.xml -usr/share/foomatic/db/source/printer/Epson-MC_9000.xml -usr/share/foomatic/db/source/printer/Epson-ME-100_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME-10_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME-301_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME-303_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME-400_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_10_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_200.xml -usr/share/foomatic/db/source/printer/Epson-ME_320_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_32_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_330_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_33_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_340_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_520_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_530_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_560W_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_570_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_620F_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_82WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_85ND_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_900WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_940FW_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_960FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-ME_OFFICE_650FN.xml -usr/share/foomatic/db/source/printer/Epson-ME_Office_510.xml -usr/share/foomatic/db/source/printer/Epson-ME_Office_600F.xml -usr/share/foomatic/db/source/printer/Epson-ME_Office_700FW.xml -usr/share/foomatic/db/source/printer/Epson-MJ_5100C.xml -usr/share/foomatic/db/source/printer/Epson-MJ_520C.xml -usr/share/foomatic/db/source/printer/Epson-MJ_6000C.xml -usr/share/foomatic/db/source/printer/Epson-MJ_8000C.xml -usr/share/foomatic/db/source/printer/Epson-MJ_930C.xml -usr/share/foomatic/db/source/printer/Epson-MachJet.xml -usr/share/foomatic/db/source/printer/Epson-N10_N11_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX125_NX127_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX130_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX130_TX130_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX230_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX230_TX230_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX330_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX420_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX430_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX430_TX435_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX530_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX620_Series.xml -usr/share/foomatic/db/source/printer/Epson-NX635_Series.xml -usr/share/foomatic/db/source/printer/Epson-PF-70_Series.xml -usr/share/foomatic/db/source/printer/Epson-PM-A750.xml -usr/share/foomatic/db/source/printer/Epson-PM-A820.xml -usr/share/foomatic/db/source/printer/Epson-PM-A840.xml -usr/share/foomatic/db/source/printer/Epson-PM-A840S.xml -usr/share/foomatic/db/source/printer/Epson-PM-A890.xml -usr/share/foomatic/db/source/printer/Epson-PM-A920.xml -usr/share/foomatic/db/source/printer/Epson-PM-A940.xml -usr/share/foomatic/db/source/printer/Epson-PM-A950.xml -usr/share/foomatic/db/source/printer/Epson-PM-A970.xml -usr/share/foomatic/db/source/printer/Epson-PM-D600.xml -usr/share/foomatic/db/source/printer/Epson-PM-D800.xml -usr/share/foomatic/db/source/printer/Epson-PM-D870.xml -usr/share/foomatic/db/source/printer/Epson-PM-G4500.xml -usr/share/foomatic/db/source/printer/Epson-PM-G850.xml -usr/share/foomatic/db/source/printer/Epson-PM-T960.xml -usr/share/foomatic/db/source/printer/Epson-PM-T990.xml -usr/share/foomatic/db/source/printer/Epson-PM_10000.xml -usr/share/foomatic/db/source/printer/Epson-PM_2000C.xml -usr/share/foomatic/db/source/printer/Epson-PM_2200C.xml -usr/share/foomatic/db/source/printer/Epson-PM_3000C.xml -usr/share/foomatic/db/source/printer/Epson-PM_3300C.xml -usr/share/foomatic/db/source/printer/Epson-PM_3500C.xml -usr/share/foomatic/db/source/printer/Epson-PM_3700C.xml -usr/share/foomatic/db/source/printer/Epson-PM_4000PX.xml -usr/share/foomatic/db/source/printer/Epson-PM_5000C.xml -usr/share/foomatic/db/source/printer/Epson-PM_7000C.xml -usr/share/foomatic/db/source/printer/Epson-PM_700C.xml -usr/share/foomatic/db/source/printer/Epson-PM_730C.xml -usr/share/foomatic/db/source/printer/Epson-PM_740C.xml -usr/share/foomatic/db/source/printer/Epson-PM_750C.xml -usr/share/foomatic/db/source/printer/Epson-PM_760C.xml -usr/share/foomatic/db/source/printer/Epson-PM_770C.xml -usr/share/foomatic/db/source/printer/Epson-PM_780C.xml -usr/share/foomatic/db/source/printer/Epson-PM_790PT.xml -usr/share/foomatic/db/source/printer/Epson-PM_800C.xml -usr/share/foomatic/db/source/printer/Epson-PM_820C.xml -usr/share/foomatic/db/source/printer/Epson-PM_850PT.xml -usr/share/foomatic/db/source/printer/Epson-PM_870C.xml -usr/share/foomatic/db/source/printer/Epson-PM_880C.xml -usr/share/foomatic/db/source/printer/Epson-PM_9000C.xml -usr/share/foomatic/db/source/printer/Epson-PM_930C.xml -usr/share/foomatic/db/source/printer/Epson-PM_940C.xml -usr/share/foomatic/db/source/printer/Epson-PM_950C.xml -usr/share/foomatic/db/source/printer/Epson-PM_970C.xml -usr/share/foomatic/db/source/printer/Epson-PM_980C.xml -usr/share/foomatic/db/source/printer/Epson-PM_A900.xml -usr/share/foomatic/db/source/printer/Epson-PM_D1000.xml -usr/share/foomatic/db/source/printer/Epson-PM_D750.xml -usr/share/foomatic/db/source/printer/Epson-PM_D770.xml -usr/share/foomatic/db/source/printer/Epson-PM_G700.xml -usr/share/foomatic/db/source/printer/Epson-PM_G720.xml -usr/share/foomatic/db/source/printer/Epson-PM_G800.xml -usr/share/foomatic/db/source/printer/Epson-PM_G820.xml -usr/share/foomatic/db/source/printer/Epson-PX-045A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-046A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-047A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-105F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-205_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-436A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-437A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-501A.xml -usr/share/foomatic/db/source/printer/Epson-PX-505F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-535F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-5600.xml -usr/share/foomatic/db/source/printer/Epson-PX-601F.xml -usr/share/foomatic/db/source/printer/Epson-PX-605F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-673F.xml -usr/share/foomatic/db/source/printer/Epson-PX-675F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-A620.xml -usr/share/foomatic/db/source/printer/Epson-PX-A640.xml -usr/share/foomatic/db/source/printer/Epson-PX-A650.xml -usr/share/foomatic/db/source/printer/Epson-PX-A720.xml -usr/share/foomatic/db/source/printer/Epson-PX-A740.xml -usr/share/foomatic/db/source/printer/Epson-PX-FA700.xml -usr/share/foomatic/db/source/printer/Epson-PX-G5300.xml -usr/share/foomatic/db/source/printer/Epson-PX-K150_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-K701.xml -usr/share/foomatic/db/source/printer/Epson-PX-K751F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M350F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M5040F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M5041F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M650A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-M650F_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-M7050FP.xml -usr/share/foomatic/db/source/printer/Epson-PX-M7050FX.xml -usr/share/foomatic/db/source/printer/Epson-PX-M7050_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-M740F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M741F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M840F.xml -usr/share/foomatic/db/source/printer/Epson-PX-M840FX.xml -usr/share/foomatic/db/source/printer/Epson-PX-S05_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-S350.xml -usr/share/foomatic/db/source/printer/Epson-PX-S5040.xml -usr/share/foomatic/db/source/printer/Epson-PX-S7050PS.xml -usr/share/foomatic/db/source/printer/Epson-PX-S7050X.xml -usr/share/foomatic/db/source/printer/Epson-PX-S7050_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX-S740.xml -usr/share/foomatic/db/source/printer/Epson-PX-S840.xml -usr/share/foomatic/db/source/printer/Epson-PX-S840X.xml -usr/share/foomatic/db/source/printer/Epson-PX660_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX720WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX730_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX820FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX830_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX_1200.xml -usr/share/foomatic/db/source/printer/Epson-PX_1600F.xml -usr/share/foomatic/db/source/printer/Epson-PX_1700F.xml -usr/share/foomatic/db/source/printer/Epson-PX_203.xml -usr/share/foomatic/db/source/printer/Epson-PX_204.xml -usr/share/foomatic/db/source/printer/Epson-PX_402A.xml -usr/share/foomatic/db/source/printer/Epson-PX_403A.xml -usr/share/foomatic/db/source/printer/Epson-PX_404A.xml -usr/share/foomatic/db/source/printer/Epson-PX_405A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX_434A.xml -usr/share/foomatic/db/source/printer/Epson-PX_435A_Series.xml -usr/share/foomatic/db/source/printer/Epson-PX_502A.xml -usr/share/foomatic/db/source/printer/Epson-PX_503A.xml -usr/share/foomatic/db/source/printer/Epson-PX_504A.xml -usr/share/foomatic/db/source/printer/Epson-PX_5500.xml -usr/share/foomatic/db/source/printer/Epson-PX_5V.xml -usr/share/foomatic/db/source/printer/Epson-PX_602F.xml -usr/share/foomatic/db/source/printer/Epson-PX_603F.xml -usr/share/foomatic/db/source/printer/Epson-PX_7000.xml -usr/share/foomatic/db/source/printer/Epson-PX_7V.xml -usr/share/foomatic/db/source/printer/Epson-PX_9000.xml -usr/share/foomatic/db/source/printer/Epson-PX_A650.xml -usr/share/foomatic/db/source/printer/Epson-PX_B700.xml -usr/share/foomatic/db/source/printer/Epson-PX_B750F.xml -usr/share/foomatic/db/source/printer/Epson-PX_G5000.xml -usr/share/foomatic/db/source/printer/Epson-PX_G900.xml -usr/share/foomatic/db/source/printer/Epson-PX_G920.xml -usr/share/foomatic/db/source/printer/Epson-PX_K100.xml -usr/share/foomatic/db/source/printer/Epson-PX_V500.xml -usr/share/foomatic/db/source/printer/Epson-PX_V600.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_500.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_Deluxe.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_Express.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_200.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_210.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_215.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_225.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_235.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_240.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_245.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_250.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_260.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_270.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_280.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_290.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_300.xml -usr/share/foomatic/db/source/printer/Epson-PictureMate_PM_310.xml -usr/share/foomatic/db/source/printer/Epson-S22_Series.xml -usr/share/foomatic/db/source/printer/Epson-SQ_1170.xml -usr/share/foomatic/db/source/printer/Epson-SX125_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX130_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX218_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX230_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX235_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX420W_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX430_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX440_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX525WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX535WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-SX620FW_Series.xml -usr/share/foomatic/db/source/printer/Epson-Stylus.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C20.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C20SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C20UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C40.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C40SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C40UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C41.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C41SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C41UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C42.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C42SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C42UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C43.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C43SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C43UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C44.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C44SX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C44UX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C45.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C46.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C48.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C50.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C60.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C61.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C62.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C63.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C64.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C65.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C66.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C68.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C70.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C80.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C82.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C83.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C84.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C85.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C86.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_C88.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX1500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX2800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX2900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3100.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3650.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3805.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3810.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX3900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4100.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX4900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5100.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX5900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX6000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX6300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX6400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX6500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX6600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX7300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX7400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX7700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX7800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX8300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX8400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX9300F.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_CX9400Fax.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1160.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1520.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_3000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_440.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_460.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_480.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_580.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_640.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_660.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_670.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_680.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_740.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_760.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_777.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_850.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_860.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_880.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_8_3.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_980.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_I.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_II.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_IIs.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Color_PRO.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_D68.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_D88.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX3800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX3850.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX4000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX4200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX4250.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX4800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX5000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX7400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX8400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_DX9400F.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX110.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX115.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX210.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX215.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX410.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX415.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_NX510.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_BX300F.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_BX310FN.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_BX600FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_BX610FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_BX925FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX300F.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX510FN.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX515FN.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX600FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX610FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Office_TX620FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1270.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1280.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1290.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1290S.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1410.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2000P.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2100.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_720.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_750.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_780.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_785.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_790.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_810.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_820.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_825.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_830.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_870.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_875.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_890.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_895.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_915.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_925.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_935.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_950.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_960.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_EX.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_EX3.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_P50.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_PX650.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_PX700W.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_PX710W.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_PX800FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_PX810FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R1800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R1900.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R2000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R210.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R220.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R240.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R2400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R250.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R260.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R265.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R270.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R2880.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R300.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R3000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R310.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R320.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R340.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R350.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R360.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R380.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R390.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R800.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX420.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX425.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX430.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX510.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX520.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX530.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX560.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX580.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX585.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX590.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX595.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX610.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX620.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX630.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX640.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX650.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX680.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX685.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX690.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX700.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_T50.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_T60.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_TX650.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_TX700W.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_TX710W.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_TX800FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_TX810FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_10000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_5000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_5500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9600.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_XL.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_S21.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX110.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX115.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX210.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX410.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX510W.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX600FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_SX610FW.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Scan_2000.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_Scan_2500.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_T21.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_T24.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_T27.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX110.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX111.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX112.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX113.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX115.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX117.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX119.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX200.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX210.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX400.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX410.xml -usr/share/foomatic/db/source/printer/Epson-Stylus_TX550W.xml -usr/share/foomatic/db/source/printer/Epson-T12_T22_N11_Series.xml -usr/share/foomatic/db/source/printer/Epson-T13_T22E_Series.xml -usr/share/foomatic/db/source/printer/Epson-T22_Series.xml -usr/share/foomatic/db/source/printer/Epson-T25_Series.xml -usr/share/foomatic/db/source/printer/Epson-T42WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX120_NX120_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX120_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX121_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX125_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX130_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX133_TX135_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX220_NX220_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX220_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX230_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX235_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX320F_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX320_WorkForce320_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX420W_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX420_NX420_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX430_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX525FW_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX560WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX620FWD_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX720WD_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX720_Artisan720_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX730_Series.xml -usr/share/foomatic/db/source/printer/Epson-TX820_Artisan830_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-100_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2010_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2510_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2520_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2530_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2540_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2630_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2650_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-2660_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3010_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3520_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3530_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3540_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3620_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-3640_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-4630_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-4640_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-5110_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-5190_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-5620_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-5690_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-7010.xml -usr/share/foomatic/db/source/printer/Epson-WF-7011.xml -usr/share/foomatic/db/source/printer/Epson-WF-7012.xml -usr/share/foomatic/db/source/printer/Epson-WF-7015.xml -usr/share/foomatic/db/source/printer/Epson-WF-7018.xml -usr/share/foomatic/db/source/printer/Epson-WF-7110_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-7510.xml -usr/share/foomatic/db/source/printer/Epson-WF-7511.xml -usr/share/foomatic/db/source/printer/Epson-WF-7515.xml -usr/share/foomatic/db/source/printer/Epson-WF-7520.xml -usr/share/foomatic/db/source/printer/Epson-WF-7521.xml -usr/share/foomatic/db/source/printer/Epson-WF-7525.xml -usr/share/foomatic/db/source/printer/Epson-WF-7610_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-7620_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-8010_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-8090_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-8510_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-8590_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-M1030_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-M1560_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-M5190_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-M5690_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-R4640_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-R5190_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-R5690_Series.xml -usr/share/foomatic/db/source/printer/Epson-WF-R8590_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-4010.xml -usr/share/foomatic/db/source/printer/Epson-WP-4011.xml -usr/share/foomatic/db/source/printer/Epson-WP-4015.xml -usr/share/foomatic/db/source/printer/Epson-WP-4020.xml -usr/share/foomatic/db/source/printer/Epson-WP-4023.xml -usr/share/foomatic/db/source/printer/Epson-WP-4025.xml -usr/share/foomatic/db/source/printer/Epson-WP-4090.xml -usr/share/foomatic/db/source/printer/Epson-WP-4091.xml -usr/share/foomatic/db/source/printer/Epson-WP-4092.xml -usr/share/foomatic/db/source/printer/Epson-WP-4095.xml -usr/share/foomatic/db/source/printer/Epson-WP-4511.xml -usr/share/foomatic/db/source/printer/Epson-WP-4515.xml -usr/share/foomatic/db/source/printer/Epson-WP-4520.xml -usr/share/foomatic/db/source/printer/Epson-WP-4521.xml -usr/share/foomatic/db/source/printer/Epson-WP-4525.xml -usr/share/foomatic/db/source/printer/Epson-WP-4530.xml -usr/share/foomatic/db/source/printer/Epson-WP-4531.xml -usr/share/foomatic/db/source/printer/Epson-WP-4533.xml -usr/share/foomatic/db/source/printer/Epson-WP-4535.xml -usr/share/foomatic/db/source/printer/Epson-WP-4540.xml -usr/share/foomatic/db/source/printer/Epson-WP-4545.xml -usr/share/foomatic/db/source/printer/Epson-WP-4590.xml -usr/share/foomatic/db/source/printer/Epson-WP-4592.xml -usr/share/foomatic/db/source/printer/Epson-WP-4595.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4011_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4015_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4095_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4521_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4525_Series.xml -usr/share/foomatic/db/source/printer/Epson-WP-M4595_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_310.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_320_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_435_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_500.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_520_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_545_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_600.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_60_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_610.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_620_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_630_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_645_Series.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_840.xml -usr/share/foomatic/db/source/printer/Epson-WorkForce_845_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-100_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-102_103_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-200_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-201_204_208_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-202_203_206_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-205_207_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-211_214_216_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-212_213_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-215_217_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-225_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-300_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-302_303_305_306_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-30_33_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-310_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-312_313_315_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-322_323_325_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-400_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-402_403_405_406_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-410_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-412_413_415_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-422_423_425_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-510_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-520_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-55_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-600_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-610_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-620_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-700_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-710_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-720_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-750_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-760_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-800_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-810_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-820_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-850_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-860_Series.xml -usr/share/foomatic/db/source/printer/Epson-XP-950_Series.xml -usr/share/foomatic/db/source/printer/Fuji_Xerox-DocuPrint_CM205.xml -usr/share/foomatic/db/source/printer/Fuji_Xerox-DocuPrint_CM215.xml -usr/share/foomatic/db/source/printer/Fuji_Xerox-DocuPrint_CM305_df.xml -usr/share/foomatic/db/source/printer/Fuji_Xerox-DocuPrint_M215.xml -usr/share/foomatic/db/source/printer/Fuji_Xerox-DocuPrint_P205.xml -usr/share/foomatic/db/source/printer/Fujifilm-Printpix-CX-400.xml -usr/share/foomatic/db/source/printer/Fujifilm-Printpix-CX-550.xml -usr/share/foomatic/db/source/printer/Fujitsu-1200.xml -usr/share/foomatic/db/source/printer/Fujitsu-2400.xml -usr/share/foomatic/db/source/printer/Fujitsu-3400.xml -usr/share/foomatic/db/source/printer/Fujitsu-FMLBP2xx_Page_Printer.xml -usr/share/foomatic/db/source/printer/Fujitsu-FMPR.xml -usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_10V.xml -usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_16DV.xml -usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_20W.xml -usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_8000.xml -usr/share/foomatic/db/source/printer/Generic-ESC_P_Dot_Matrix_Printer.xml -usr/share/foomatic/db/source/printer/Generic-GDI_Printer.xml -usr/share/foomatic/db/source/printer/Generic-IBM-Compatible_Dot_Matrix_Printer.xml -usr/share/foomatic/db/source/printer/Generic-OAKT_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_3_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_4_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_5_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_5c_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_5e_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PCL_6_PCL_XL_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PostScript_Level_1_Printer.xml -usr/share/foomatic/db/source/printer/Generic-PostScript_Printer.xml -usr/share/foomatic/db/source/printer/Generic-ZjStream_Printer.xml -usr/share/foomatic/db/source/printer/Genicom-LN45.xml -usr/share/foomatic/db/source/printer/Genicom-ML450.xml -usr/share/foomatic/db/source/printer/Genicom-microLaser_12.xml -usr/share/foomatic/db/source/printer/Genicom-microLaser_210.xml -usr/share/foomatic/db/source/printer/Gestetner-10512.xml -usr/share/foomatic/db/source/printer/Gestetner-2212.xml -usr/share/foomatic/db/source/printer/Gestetner-2712.xml -usr/share/foomatic/db/source/printer/Gestetner-3212.xml -usr/share/foomatic/db/source/printer/Gestetner-3502.xml -usr/share/foomatic/db/source/printer/Gestetner-3532_4235g.xml -usr/share/foomatic/db/source/printer/Gestetner-4502.xml -usr/share/foomatic/db/source/printer/Gestetner-4532_4245g.xml -usr/share/foomatic/db/source/printer/Gestetner-6002.xml -usr/share/foomatic/db/source/printer/Gestetner-7502.xml -usr/share/foomatic/db/source/printer/Gestetner-9002.xml -usr/share/foomatic/db/source/printer/Gestetner-C7010.xml -usr/share/foomatic/db/source/printer/Gestetner-C7116.xml -usr/share/foomatic/db/source/printer/Gestetner-C7416.xml -usr/share/foomatic/db/source/printer/Gestetner-C7417.xml -usr/share/foomatic/db/source/printer/Gestetner-C7425dn.xml -usr/share/foomatic/db/source/printer/Gestetner-C7435n.xml -usr/share/foomatic/db/source/printer/Gestetner-C7521n.xml -usr/share/foomatic/db/source/printer/Gestetner-C7526dn.xml -usr/share/foomatic/db/source/printer/Gestetner-C7528n.xml -usr/share/foomatic/db/source/printer/Gestetner-C7531dn.xml -usr/share/foomatic/db/source/printer/Gestetner-C7535n.xml -usr/share/foomatic/db/source/printer/Gestetner-C7640nD.xml -usr/share/foomatic/db/source/printer/Gestetner-C8140ND.xml -usr/share/foomatic/db/source/printer/Gestetner-C8150ND.xml -usr/share/foomatic/db/source/printer/Gestetner-CS555.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1020.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1025.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1030.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1045.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1060.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1120.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1220.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1220ex.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1225.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1225ex.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1230.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1230ex.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1245.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1245ex.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1260.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc1260ex.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc224.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc232.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc328.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc332.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc338.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc38.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc38u.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc424.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc428.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc432.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc435.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc445.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc460.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc524.xml -usr/share/foomatic/db/source/printer/Gestetner-DSc532.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm1525.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm1530.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm1533.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2525.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2530.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2535.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2540.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2550.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm2560.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm415.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm615.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm616.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm618.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm618d.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm620.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm620d.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm622.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm627.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm635_635G.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm645_645G.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm651.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm660.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm675.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm725.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm730.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm735_735G.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm745_745G.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2625.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2630.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2635.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2640.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2650.xml -usr/share/foomatic/db/source/printer/Gestetner-DSm_2660.xml -usr/share/foomatic/db/source/printer/Gestetner-F9199_9199nf.xml -usr/share/foomatic/db/source/printer/Gestetner-G3020c.xml -usr/share/foomatic/db/source/printer/Gestetner-GS1227.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3020.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3021.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3025.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3025m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3030.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3030m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3035m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3040m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3045.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3050m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3060m.xml -usr/share/foomatic/db/source/printer/Gestetner-GS3160.xml -usr/share/foomatic/db/source/printer/Gestetner-GS4020c.xml -usr/share/foomatic/db/source/printer/Gestetner-GS4025c.xml -usr/share/foomatic/db/source/printer/Gestetner-GS4030c.xml -usr/share/foomatic/db/source/printer/Gestetner-GS4045c.xml -usr/share/foomatic/db/source/printer/Gestetner-GS4160c.xml -usr/share/foomatic/db/source/printer/Gestetner-GWD2004.xml -usr/share/foomatic/db/source/printer/Gestetner-GWD2006.xml -usr/share/foomatic/db/source/printer/Gestetner-GWD3006.xml -usr/share/foomatic/db/source/printer/Gestetner-GWD5100.xml -usr/share/foomatic/db/source/printer/Gestetner-GWD7140.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_2500.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_2702.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_3000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_350.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_3500.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_4000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_430.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_5000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_6000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C2000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C2010.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C2500.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C2510.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C300.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C3000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C3010.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C3500.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C3510.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C400.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C4500.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C4510.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C5510.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C6000.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_C6010.xml -usr/share/foomatic/db/source/printer/Gestetner-IM_CW2200.xml -usr/share/foomatic/db/source/printer/Gestetner-IP_CW2200.xml -usr/share/foomatic/db/source/printer/Gestetner-MP1100_DSm7110.xml -usr/share/foomatic/db/source/printer/Gestetner-MP1350_DSm7135.xml -usr/share/foomatic/db/source/printer/Gestetner-MP1600_DSm716.xml -usr/share/foomatic/db/source/printer/Gestetner-MP2000_DSm721d.xml -usr/share/foomatic/db/source/printer/Gestetner-MP2352_DSm923.xml -usr/share/foomatic/db/source/printer/Gestetner-MP2500_DSm625.xml -usr/share/foomatic/db/source/printer/Gestetner-MP2852_DSm928.xml -usr/share/foomatic/db/source/printer/Gestetner-MP3352_DSm933.xml -usr/share/foomatic/db/source/printer/Gestetner-MP3500_DSm735e.xml -usr/share/foomatic/db/source/printer/Gestetner-MP4500_DSm745e.xml -usr/share/foomatic/db/source/printer/Gestetner-MP5500_DSm755.xml -usr/share/foomatic/db/source/printer/Gestetner-MP6500_DSm765.xml -usr/share/foomatic/db/source/printer/Gestetner-MP7500_DSm775.xml -usr/share/foomatic/db/source/printer/Gestetner-MP9000_DSm790.xml -usr/share/foomatic/db/source/printer/Gestetner-MPC1500_GS106.xml -usr/share/foomatic/db/source/printer/Gestetner-MPC2500_DSc525.xml -usr/share/foomatic/db/source/printer/Gestetner-MPC3000_DSc530.xml -usr/share/foomatic/db/source/printer/Gestetner-MPC3500_DSc535.xml -usr/share/foomatic/db/source/printer/Gestetner-MPC4500_DSc545.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_161_DSm416.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_171.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2510_DSm725e.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2550.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2550B.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2553.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2554.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2555.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_2851.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_301.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3010_DSm730e.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3053.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3054.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3055.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_305plus.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3350.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3350B.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3351.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3353.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3554.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_3555.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4000B.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_401SPF.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_402SPF.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4054.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_4055.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5000B.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5054.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_5055.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6054.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6055.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_6503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_7000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_7001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_7502.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_7503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_8000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_8001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_9001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_9002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_9003.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2003.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2004.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2011.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2050.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2051.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2504.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2550.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2551.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C2800.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C300.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3001.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3003.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3004.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C300SR.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C305.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C306Z.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C307.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3300.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3502.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3504.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C400.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C400SR.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C401.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C401SR.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C406Z.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C407.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4501A.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4502.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4502A.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4504.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5501A.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5502.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5502A.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C5503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6000.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6003.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6004.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6502.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C6503.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C7500.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C7501.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C8002.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_C8003.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_CW2200.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_CW2201.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_W6700.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_W7100.xml -usr/share/foomatic/db/source/printer/Gestetner-MP_W8140.xml -usr/share/foomatic/db/source/printer/Gestetner-P7026.xml -usr/share/foomatic/db/source/printer/Gestetner-P7026n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7031n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7031nL.xml -usr/share/foomatic/db/source/printer/Gestetner-P7032.xml -usr/share/foomatic/db/source/printer/Gestetner-P7035n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7126.xml -usr/share/foomatic/db/source/printer/Gestetner-P7126n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7132n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7145.xml -usr/share/foomatic/db/source/printer/Gestetner-P7245.xml -usr/share/foomatic/db/source/printer/Gestetner-P7325.xml -usr/share/foomatic/db/source/printer/Gestetner-P7325n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7431cn.xml -usr/share/foomatic/db/source/printer/Gestetner-P7527.xml -usr/share/foomatic/db/source/printer/Gestetner-P7527n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7535n.xml -usr/share/foomatic/db/source/printer/Gestetner-P7575.xml -usr/share/foomatic/db/source/printer/Gestetner-P7675.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_906EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/Gestetner-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_4210N.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_6330N.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_8200DN.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_C320DN.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_C420DN.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_C430DN.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_C431DN.xml -usr/share/foomatic/db/source/printer/Gestetner-SP_W2470.xml -usr/share/foomatic/db/source/printer/HP-2000C.xml -usr/share/foomatic/db/source/printer/HP-2500C.xml -usr/share/foomatic/db/source/printer/HP-2500CM.xml -usr/share/foomatic/db/source/printer/HP-2563.xml -usr/share/foomatic/db/source/printer/HP-910.xml -usr/share/foomatic/db/source/printer/HP-915.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1000.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1100.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1200.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2200.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2230.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2250.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2250TN.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2280.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2300.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2600.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2800.xml -usr/share/foomatic/db/source/printer/HP-Business_Inkjet_3000.xml -usr/share/foomatic/db/source/printer/HP-CM8050_Color_MFP.xml -usr/share/foomatic/db/source/printer/HP-CM8050_MFP_with_Edgeline.xml -usr/share/foomatic/db/source/printer/HP-CM8060_Color_MFP.xml -usr/share/foomatic/db/source/printer/HP-CM8060_MFP_with_Edgeline.xml -usr/share/foomatic/db/source/printer/HP-CP3525n.xml -usr/share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1160.xml -usr/share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1700.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_1500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_1600.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2550.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2600n.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2605.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2605dn.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2700.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2800.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3000.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3550.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3600.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3700.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3800.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4550.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4600.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4610.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4650.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4700.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4730_MFP.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5000.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5550.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5M.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_8500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_8550.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_9500.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_9500_MFP.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM1015.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM1017.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM4730_MFP.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CP1215.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CP3505.xml -usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CP4005.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_100.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_100plus.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_1050C.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_1055CM.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_110.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_120.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_130.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_230.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_2500CP.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_250C.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_30.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_3500CP.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_350C.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_430.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_450C.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_455CA.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_488CA.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_500.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_5000.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_5000PS.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_500ps.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_5500.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_5500ps.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_650C.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_70.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_700.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_750.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_750C_Plus.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_800.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_800PS.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_90.xml -usr/share/foomatic/db/source/printer/HP-DesignJet_ColorPro_CAD.xml -usr/share/foomatic/db/source/printer/HP-DeskJet.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1000C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1100C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1120C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1125C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1200C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1220C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1280.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1600C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_1600CM.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_200.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_310.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_320.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3320.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3325.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_340C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3420.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3425.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_350C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3520.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3528.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3535.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3550.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3558.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3650.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3658.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3668.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3740.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3810.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3816.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3820.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3822.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3840.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3845.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3920.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_3940.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_400.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_420C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_450.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_460.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_500.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_500C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_505J_Plus.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_510.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5150.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5158.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5160.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_520.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_540.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_540C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5440.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_550C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5550.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5551.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_560C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5650.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5652.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5670.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5740.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5850.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_5940.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_600.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_610C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_610CL.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6122.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6127.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_612C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_630C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_632C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_640C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_648C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6520.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6540.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_656C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6600.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_660C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_670C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_670TV.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_672C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6800.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_680C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_682C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6840.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_690C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_692C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_693C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6940.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_694C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_695C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_697C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_6980.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_710C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_712C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_720C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_722C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_810C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_812C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_815C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_816C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_820C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_825C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_830C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_832C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_840C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_841C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_842C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_843C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_845C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_850C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_855C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_870C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_880C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_882C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_890C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_895C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_916C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_920C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_9300.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_930C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_932C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_933C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_934C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_935C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_940C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_948C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_950C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_952C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_955C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_957C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_959C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_9600.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_960C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_970C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_975C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_9800.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_980C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_990C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_995C.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D1300.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D1400.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D2300.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D2400.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D4100.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_D4200.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_F2100.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_F300.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_F4100.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_Plus.xml -usr/share/foomatic/db/source/printer/HP-DeskJet_Portable.xml -usr/share/foomatic/db/source/printer/HP-LaserJet.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1000.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1005.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1010.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1012.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1015.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1018.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1020.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1022.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1022n.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1022nw.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1100A.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1150.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1160.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1200.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1220.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1300.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_1320.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2100M.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2200.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2300.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2300L.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2410.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2420.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2430.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2D.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2P.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2P_Plus.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_2_w_PS.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3015.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3020.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3030.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3050.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3052.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3055.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3150.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3200.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3200m.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3200se.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3300_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3310_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3320N_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3320_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3330_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3380.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3390.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3392.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3D.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3P_w_PCL5.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_3P_w_PS.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4000.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4050.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4100_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4200.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4240.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4250.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4300.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4345_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4350.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4L.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4M.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4ML.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4MP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4P.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4Si.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4V.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4V_4LJ_Pro.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_4_Plus.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5000.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5200.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5200L.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5L.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5M.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5MP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5P.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5Si.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_5Si_Mopier.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_6.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_6L.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_6MP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_6P.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_8000.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_8100.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_8150.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9000.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9000_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9040.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9040_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9050.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9050_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9055_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_9065_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M1005_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M1120_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M1319_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M1522n_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M1522nf_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M2727.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M3027_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M3035_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M4345_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M5025_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_M5035_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1005.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1006.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1007.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1008.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1505.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P1505n.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2010.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2014.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2014n.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2015.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2035.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2035n.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2055d.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P2055dn.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P3004.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P3005.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P4014.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_P4015.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Plus.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_CP1025nw.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_M1212nf_MFP.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_P1102.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_P1102w.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_P1566.xml -usr/share/foomatic/db/source/printer/HP-LaserJet_Pro_P1606dn.xml -usr/share/foomatic/db/source/printer/HP-Laserjet_P1020.xml -usr/share/foomatic/db/source/printer/HP-Mopier_240.xml -usr/share/foomatic/db/source/printer/HP-Mopier_320.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_330.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_350.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4100.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4105.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4110.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4115.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4200.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_4300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_500.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_5105.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_5110.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_5110xi.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_520.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_5500.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_5600.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_570.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_580.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_590.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_600.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_610.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6100.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6105.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6110.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6150.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6200.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_625.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_630.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_6300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_635.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_700.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_710.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7100.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7110.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7130.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7140.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_720.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7200.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_725.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_7400.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_9100.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_D125.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_D135.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_D145.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_D155.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_G55.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_G85.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_G95.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_J3600.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_J5500.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_J5700.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_K60.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_K60xi.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_K7100.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_K80.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_K80xi.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_LX.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1150C.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1170C.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1175C.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K5300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K5400.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K550.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K850.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K8600.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7300.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7500.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7600.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7700.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_R40.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_R45.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_R60.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_R65.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_R80.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_T45.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_T65.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_V40.xml -usr/share/foomatic/db/source/printer/HP-OfficeJet_V40xi.xml -usr/share/foomatic/db/source/printer/HP-PSC_1100.xml -usr/share/foomatic/db/source/printer/HP-PSC_1110.xml -usr/share/foomatic/db/source/printer/HP-PSC_1200.xml -usr/share/foomatic/db/source/printer/HP-PSC_1205.xml -usr/share/foomatic/db/source/printer/HP-PSC_1210.xml -usr/share/foomatic/db/source/printer/HP-PSC_1300.xml -usr/share/foomatic/db/source/printer/HP-PSC_1310.xml -usr/share/foomatic/db/source/printer/HP-PSC_1400.xml -usr/share/foomatic/db/source/printer/HP-PSC_1500.xml -usr/share/foomatic/db/source/printer/HP-PSC_1510.xml -usr/share/foomatic/db/source/printer/HP-PSC_1600.xml -usr/share/foomatic/db/source/printer/HP-PSC_2110.xml -usr/share/foomatic/db/source/printer/HP-PSC_2150.xml -usr/share/foomatic/db/source/printer/HP-PSC_2170.xml -usr/share/foomatic/db/source/printer/HP-PSC_2175.xml -usr/share/foomatic/db/source/printer/HP-PSC_2210.xml -usr/share/foomatic/db/source/printer/HP-PSC_2300.xml -usr/share/foomatic/db/source/printer/HP-PSC_2350.xml -usr/share/foomatic/db/source/printer/HP-PSC_2400.xml -usr/share/foomatic/db/source/printer/HP-PSC_2500.xml -usr/share/foomatic/db/source/printer/HP-PSC_370.xml -usr/share/foomatic/db/source/printer/HP-PSC_380.xml -usr/share/foomatic/db/source/printer/HP-PSC_500.xml -usr/share/foomatic/db/source/printer/HP-PSC_750.xml -usr/share/foomatic/db/source/printer/HP-PSC_750xi.xml -usr/share/foomatic/db/source/printer/HP-PSC_950.xml -usr/share/foomatic/db/source/printer/HP-PSC_950xi.xml -usr/share/foomatic/db/source/printer/HP-PaintJet.xml -usr/share/foomatic/db/source/printer/HP-PaintJet_XL.xml -usr/share/foomatic/db/source/printer/HP-PaintJet_XL300.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_140.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_240.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_2570.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_2600.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_2700.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_3100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_320.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_3200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_330.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_3300.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_370.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_380.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_420.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_470.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7150.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7260.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7268.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7345.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7350.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7400.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7550.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7660.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7760.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7800.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_7960.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_8000.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_8100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_8200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_8400.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_8700.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A310.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A320.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A430.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A440.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A510.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A520.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A610.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A620.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A710.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_A820.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C3100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4380.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C5100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C5200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C6100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C6200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C7100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C7200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_C8100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5060.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5300.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D6100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7200.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7300.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7400.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1000.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1100.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1115.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1215.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1218.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P130.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1315.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_P230.xml -usr/share/foomatic/db/source/printer/HP-PhotoSmart_Pro_B8300.xml -usr/share/foomatic/db/source/printer/HP-Photosmart_C309g.xml -usr/share/foomatic/db/source/printer/HP-Photosmart_C6380.xml -usr/share/foomatic/db/source/printer/HP-Photosmart_D5460.xml -usr/share/foomatic/db/source/printer/HP-ThinkJet.xml -usr/share/foomatic/db/source/printer/HP-e-printer_e20.xml -usr/share/foomatic/db/source/printer/Heidelberg-Digimaster_9110.xml -usr/share/foomatic/db/source/printer/Hitachi-DDP_70_with_MicroPress.xml -usr/share/foomatic/db/source/printer/IBM-3853_JetPrinter.xml -usr/share/foomatic/db/source/printer/IBM-4019.xml -usr/share/foomatic/db/source/printer/IBM-4029_030_LaserPrinter_10.xml -usr/share/foomatic/db/source/printer/IBM-4029_10P.xml -usr/share/foomatic/db/source/printer/IBM-4303_Network_Color_Printer.xml -usr/share/foomatic/db/source/printer/IBM-4312.xml -usr/share/foomatic/db/source/printer/IBM-Execjet_4072.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_12.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1226tn.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1422.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1532_Express.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1540_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1560_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1570_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1572_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1580_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1585n.xml -usr/share/foomatic/db/source/printer/IBM-Infoprint_1650_MFP.xml -usr/share/foomatic/db/source/printer/IBM-Page_Printer_3112.xml -usr/share/foomatic/db/source/printer/IBM-ProPrinterII.xml -usr/share/foomatic/db/source/printer/Imagen-ImPress.xml -usr/share/foomatic/db/source/printer/Imagistics-im8530.xml -usr/share/foomatic/db/source/printer/InfoPrint-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/InfoPrint-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/InfoPrint-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Infotec-4353_MF.xml -usr/share/foomatic/db/source/printer/Infotec-4452_MF.xml -usr/share/foomatic/db/source/printer/Infotec-4651_MF.xml -usr/share/foomatic/db/source/printer/Infotec-IPC1036.xml -usr/share/foomatic/db/source/printer/Infotec-IPC2838.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_2525.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_2525DN.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_2525e.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_3030DN.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_3535.xml -usr/share/foomatic/db/source/printer/Infotec-IPC_4040DN.xml -usr/share/foomatic/db/source/printer/Infotec-IP_280.xml -usr/share/foomatic/db/source/printer/Infotec-IS2022.xml -usr/share/foomatic/db/source/printer/Infotec-IS2027.xml -usr/share/foomatic/db/source/printer/Infotec-IS2032.xml -usr/share/foomatic/db/source/printer/Infotec-IS2035.xml -usr/share/foomatic/db/source/printer/Infotec-IS2045.xml -usr/share/foomatic/db/source/printer/Infotec-IS2090.xml -usr/share/foomatic/db/source/printer/Infotec-IS2105.xml -usr/share/foomatic/db/source/printer/Infotec-ISC1032.xml -usr/share/foomatic/db/source/printer/Infotec-ISC824.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_1024c.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_1032c.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2028.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2428.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2432.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2525.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2835.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_2838.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_3030.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_3535.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_3545.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_4045.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_4560.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_5560.xml -usr/share/foomatic/db/source/printer/Infotec-ISC_615G.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2015.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2018.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2018D.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2060.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2075.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2122.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2127.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2132.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2135.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2145.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2151.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2160.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2175.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2215.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2216.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2220.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2220D.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2225.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2230.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2235.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2245.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2255.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2265.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2275.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2316.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2320.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2325.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2416.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2425.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2430.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2435.xml -usr/share/foomatic/db/source/printer/Infotec-IS_2445.xml -usr/share/foomatic/db/source/printer/Infotec-IS_3090.xml -usr/share/foomatic/db/source/printer/Infotec-IS_3110.xml -usr/share/foomatic/db/source/printer/Infotec-IS_3135.xml -usr/share/foomatic/db/source/printer/Infotec-MP_171.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_201.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2352.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2550.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2550B.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2553.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2554.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2555.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2851.xml -usr/share/foomatic/db/source/printer/Infotec-MP_2852.xml -usr/share/foomatic/db/source/printer/Infotec-MP_301.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3053.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3054.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3055.xml -usr/share/foomatic/db/source/printer/Infotec-MP_305plus.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3350.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3350B.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3351.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3352.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3353.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3554.xml -usr/share/foomatic/db/source/printer/Infotec-MP_3555.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4000B.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_402SPF.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4054.xml -usr/share/foomatic/db/source/printer/Infotec-MP_4055.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5000B.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5054.xml -usr/share/foomatic/db/source/printer/Infotec-MP_5055.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_601.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6054.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6055.xml -usr/share/foomatic/db/source/printer/Infotec-MP_6503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_7000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_7001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_7502.xml -usr/share/foomatic/db/source/printer/Infotec-MP_7503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_8000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_8001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_9001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_9002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_9003.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2003.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2003Z.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2004.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2011.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2050.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2051.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2503Z.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2504.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2550.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2551.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C2800.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C300.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3001.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3003.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3004.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C300SR.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C305.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C306Z.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C307.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3300.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3502.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3504.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C400.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C400SR.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C401.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C401SR.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C406Z.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C407.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4501A.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4502.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4502A.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4504.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5501A.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5502.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5502A.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5504.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C5504ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6000.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6003.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6004.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6502.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C6503.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C7500.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C7501.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C8002.xml -usr/share/foomatic/db/source/printer/Infotec-MP_C8003.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8100S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8110.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8110S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8120.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8120S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8200S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8210.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8210S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8220.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8220S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8300S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8310.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8310S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8320.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_8320S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_906EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5100S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5110S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5300S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5300SL.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C5310S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7100.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7100S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7110.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7110S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7200.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7200S.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7200S_Light.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7210.xml -usr/share/foomatic/db/source/printer/Infotec-Pro_C7210S.xml -usr/share/foomatic/db/source/printer/Infotec-SP_5300.xml -usr/share/foomatic/db/source/printer/Infotec-SP_5310.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-PagePro_1300W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-PagePro_1350W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-PagePro_1400W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050P.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050e.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050eP.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_360.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_420.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_500.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_600.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_750.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C250.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C250P.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C252.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C252P.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C300.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C351.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C352.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C352P.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C450.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C450P.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C451.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C550.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_1600W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_1680MF.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_1690MF.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2300W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2300_DL.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2400W.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2430_DL.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_4690MF.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_5430_DL.xml -usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_5440_DL.xml -usr/share/foomatic/db/source/printer/Kodak-DigiSource_9110.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_3.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_3250.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_5250.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_5500.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_6150.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_7.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_7250.xml -usr/share/foomatic/db/source/printer/Kodak-ESP_9.xml -usr/share/foomatic/db/source/printer/Kodak-EasyShare_5100.xml -usr/share/foomatic/db/source/printer/Kodak-EasyShare_5300.xml -usr/share/foomatic/db/source/printer/Kodak-EasyShare_5500.xml -usr/share/foomatic/db/source/printer/Kodak-IS_70_CPII.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-1650.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-1815.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-2050.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-2550.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-C2525E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-C3225E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-C3232E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS-C4035E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_250ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_300ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_3050ci.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_3550ci.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_400ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-CS_500ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-Ci-1100.xml -usr/share/foomatic/db/source/printer/Kyocera-F-1000.xml -usr/share/foomatic/db/source/printer/Kyocera-F-1010.xml -usr/share/foomatic/db/source/printer/Kyocera-F-1200.xml -usr/share/foomatic/db/source/printer/Kyocera-F-1200S.xml -usr/share/foomatic/db/source/printer/Kyocera-F-1800.xml -usr/share/foomatic/db/source/printer/Kyocera-F-2000.xml -usr/share/foomatic/db/source/printer/Kyocera-F-2010.xml -usr/share/foomatic/db/source/printer/Kyocera-F-2200.xml -usr/share/foomatic/db/source/printer/Kyocera-F-2200S.xml -usr/share/foomatic/db/source/printer/Kyocera-F-3000.xml -usr/share/foomatic/db/source/printer/Kyocera-F-3010.xml -usr/share/foomatic/db/source/printer/Kyocera-F-3300.xml -usr/share/foomatic/db/source/printer/Kyocera-F-5000.xml -usr/share/foomatic/db/source/printer/Kyocera-F-800.xml -usr/share/foomatic/db/source/printer/Kyocera-F-800T.xml -usr/share/foomatic/db/source/printer/Kyocera-F-820.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1000.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1000plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1010.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1016MFP.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1018MFP.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1020D.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1030D.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1050.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1118MFP.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1200.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1500.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1550.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1550plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1600.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1600plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1700.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1700plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1714M.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1750.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1800.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1800plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1900.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-1920.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-2000D.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-2100D.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-2100DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3400.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3400plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3500.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3600.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3600plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3700.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3700plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3718M.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3750.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3800.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3820N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3830N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-3900DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-400.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-4000DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-4100DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-4200DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-4300DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-5500.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-5800C.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-5900C.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-600.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-600_KPDL-2.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6020.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6026.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6300.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6500.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6500plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6700.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6750.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-680.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6900.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-6950DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-7000.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-7000plus.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-7028M.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-800.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-8000C.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-850.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9000.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9100DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9120DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9130DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-920.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9500DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9520DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-9530DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5015N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5016N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5020N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5025N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5030N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5100DN_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5200DN_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5300DN_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5350DN_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C5400DN_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C8008N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C8026N.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C8100DN.xml -usr/share/foomatic/db/source/printer/Kyocera-FS-C8100DNplus_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1510.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1635.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1650.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1810.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1815.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-1820.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-2030.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-2035.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-2050.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-2530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-2550.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-3035.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-3050.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-3530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4030.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4035.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4050.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4230.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4230_5230.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-4530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-5035.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-5050.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-5230.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-5530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-6030.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-6230.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-6330.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-7530.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-8030.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C2520.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C2525E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C2630.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C3225.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C3225E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C3232.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C3232E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C4035E_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C830.xml -usr/share/foomatic/db/source/printer/Kyocera-KM-C850.xml -usr/share/foomatic/db/source/printer/Kyocera-P-2000.xml -usr/share/foomatic/db/source/printer/Kyocera-P-2002.xml -usr/share/foomatic/db/source/printer/Kyocera-TASKalfa_250ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-TASKalfa_300ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-TASKalfa_400ci_KPDL.xml -usr/share/foomatic/db/source/printer/Kyocera-TASKalfa_500ci_KPDL.xml -usr/share/foomatic/db/source/printer/Lanier-2132.xml -usr/share/foomatic/db/source/printer/Lanier-2138.xml -usr/share/foomatic/db/source/printer/Lanier-2145.xml -usr/share/foomatic/db/source/printer/Lanier-5622.xml -usr/share/foomatic/db/source/printer/Lanier-5627.xml -usr/share/foomatic/db/source/printer/Lanier-5632.xml -usr/share/foomatic/db/source/printer/Lanier-5635.xml -usr/share/foomatic/db/source/printer/Lanier-5645.xml -usr/share/foomatic/db/source/printer/Lanier-IM_2500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_3000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_350.xml -usr/share/foomatic/db/source/printer/Lanier-IM_3500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_4000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_430.xml -usr/share/foomatic/db/source/printer/Lanier-IM_5000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_550.xml -usr/share/foomatic/db/source/printer/Lanier-IM_600.xml -usr/share/foomatic/db/source/printer/Lanier-IM_6000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_600SR.xml -usr/share/foomatic/db/source/printer/Lanier-IM_7000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_8000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_9000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C2000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C2500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C300.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C3000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C3500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C400.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C400SR.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C4500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C530F.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C530FB.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C6000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C6500.xml -usr/share/foomatic/db/source/printer/Lanier-IM_C8000.xml -usr/share/foomatic/db/source/printer/Lanier-IM_CW2200.xml -usr/share/foomatic/db/source/printer/Lanier-IP_CW2200.xml -usr/share/foomatic/db/source/printer/Lanier-LC155.xml -usr/share/foomatic/db/source/printer/Lanier-LD0105.xml -usr/share/foomatic/db/source/printer/Lanier-LD015.xml -usr/share/foomatic/db/source/printer/Lanier-LD024c.xml -usr/share/foomatic/db/source/printer/Lanier-LD032c.xml -usr/share/foomatic/db/source/printer/Lanier-LD035.xml -usr/share/foomatic/db/source/printer/Lanier-LD045.xml -usr/share/foomatic/db/source/printer/Lanier-LD060.xml -usr/share/foomatic/db/source/printer/Lanier-LD075.xml -usr/share/foomatic/db/source/printer/Lanier-LD090.xml -usr/share/foomatic/db/source/printer/Lanier-LD115.xml -usr/share/foomatic/db/source/printer/Lanier-LD116.xml -usr/share/foomatic/db/source/printer/Lanier-LD118.xml -usr/share/foomatic/db/source/printer/Lanier-LD118d.xml -usr/share/foomatic/db/source/printer/Lanier-LD120.xml -usr/share/foomatic/db/source/printer/Lanier-LD120d.xml -usr/share/foomatic/db/source/printer/Lanier-LD122.xml -usr/share/foomatic/db/source/printer/Lanier-LD124c.xml -usr/share/foomatic/db/source/printer/Lanier-LD127.xml -usr/share/foomatic/db/source/printer/Lanier-LD132.xml -usr/share/foomatic/db/source/printer/Lanier-LD132c.xml -usr/share/foomatic/db/source/printer/Lanier-LD135.xml -usr/share/foomatic/db/source/printer/Lanier-LD145.xml -usr/share/foomatic/db/source/printer/Lanier-LD151.xml -usr/share/foomatic/db/source/printer/Lanier-LD160.xml -usr/share/foomatic/db/source/printer/Lanier-LD160c.xml -usr/share/foomatic/db/source/printer/Lanier-LD175.xml -usr/share/foomatic/db/source/printer/Lanier-LD225.xml -usr/share/foomatic/db/source/printer/Lanier-LD228c.xml -usr/share/foomatic/db/source/printer/Lanier-LD230.xml -usr/share/foomatic/db/source/printer/Lanier-LD232c.xml -usr/share/foomatic/db/source/printer/Lanier-LD235.xml -usr/share/foomatic/db/source/printer/Lanier-LD238c.xml -usr/share/foomatic/db/source/printer/Lanier-LD245.xml -usr/share/foomatic/db/source/printer/Lanier-LD328c.xml -usr/share/foomatic/db/source/printer/Lanier-LD335c.xml -usr/share/foomatic/db/source/printer/Lanier-LD345c.xml -usr/share/foomatic/db/source/printer/Lanier-LD_130C.xml -usr/share/foomatic/db/source/printer/Lanier-LD_130CSR.xml -usr/share/foomatic/db/source/printer/Lanier-LD_140C.xml -usr/share/foomatic/db/source/printer/Lanier-LD_140CSR.xml -usr/share/foomatic/db/source/printer/Lanier-LD_620C.xml -usr/share/foomatic/db/source/printer/Lanier-LD_625C.xml -usr/share/foomatic/db/source/printer/Lanier-LF510_515e.xml -usr/share/foomatic/db/source/printer/Lanier-LP025N_LP026N.xml -usr/share/foomatic/db/source/printer/Lanier-LP025_LP026.xml -usr/share/foomatic/db/source/printer/Lanier-LP031c.xml -usr/share/foomatic/db/source/printer/Lanier-LP032.xml -usr/share/foomatic/db/source/printer/Lanier-LP116c.xml -usr/share/foomatic/db/source/printer/Lanier-LP122c_LP121c.xml -usr/share/foomatic/db/source/printer/Lanier-LP124w.xml -usr/share/foomatic/db/source/printer/Lanier-LP125cx_LP126cn.xml -usr/share/foomatic/db/source/printer/Lanier-LP127n_LP128n.xml -usr/share/foomatic/db/source/printer/Lanier-LP128.xml -usr/share/foomatic/db/source/printer/Lanier-LP131n.xml -usr/share/foomatic/db/source/printer/Lanier-LP131nL.xml -usr/share/foomatic/db/source/printer/Lanier-LP135n.xml -usr/share/foomatic/db/source/printer/Lanier-LP136n.xml -usr/share/foomatic/db/source/printer/Lanier-LP137CN.xml -usr/share/foomatic/db/source/printer/Lanier-LP138c.xml -usr/share/foomatic/db/source/printer/Lanier-LP142CN.xml -usr/share/foomatic/db/source/printer/Lanier-LP145n_SP_8100DN.xml -usr/share/foomatic/db/source/printer/Lanier-LP150dn_SP8200DN.xml -usr/share/foomatic/db/source/printer/Lanier-LP175_LP175hdn.xml -usr/share/foomatic/db/source/printer/Lanier-LP222cn_LP221c.xml -usr/share/foomatic/db/source/printer/Lanier-LP226c_SP_C410.xml -usr/share/foomatic/db/source/printer/Lanier-LP231c_SP_C411.xml -usr/share/foomatic/db/source/printer/Lanier-LP235N.xml -usr/share/foomatic/db/source/printer/Lanier-LP235c.xml -usr/share/foomatic/db/source/printer/Lanier-LP331cn_SP_C420.xml -usr/share/foomatic/db/source/printer/Lanier-LP332c.xml -usr/share/foomatic/db/source/printer/Lanier-LP335c.xml -usr/share/foomatic/db/source/printer/Lanier-LP37N.xml -usr/share/foomatic/db/source/printer/Lanier-LP440c_SP_C811DN.xml -usr/share/foomatic/db/source/printer/Lanier-LP540C_SPC820DN.xml -usr/share/foomatic/db/source/printer/Lanier-LP550C_SPC821DN.xml -usr/share/foomatic/db/source/printer/Lanier-LP_020c.xml -usr/share/foomatic/db/source/printer/Lanier-LP_036c.xml -usr/share/foomatic/db/source/printer/Lanier-LW324.xml -usr/share/foomatic/db/source/printer/Lanier-LW326.xml -usr/share/foomatic/db/source/printer/Lanier-LW426.xml -usr/share/foomatic/db/source/printer/Lanier-LW5100.xml -usr/share/foomatic/db/source/printer/Lanier-LW7140.xml -usr/share/foomatic/db/source/printer/Lanier-MP2500_LD125.xml -usr/share/foomatic/db/source/printer/Lanier-MPC1500_LD215c.xml -usr/share/foomatic/db/source/printer/Lanier-MPC4501A_LD645CA.xml -usr/share/foomatic/db/source/printer/Lanier-MPC5501A_LD655CA.xml -usr/share/foomatic/db/source/printer/Lanier-MP_1100_LD1100.xml -usr/share/foomatic/db/source/printer/Lanier-MP_1350_LD1135.xml -usr/share/foomatic/db/source/printer/Lanier-MP_1600_LD316.xml -usr/share/foomatic/db/source/printer/Lanier-MP_161_LD016.xml -usr/share/foomatic/db/source/printer/Lanier-MP_171_LD_117.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2000_LD320d.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2001.xml -usr/share/foomatic/db/source/printer/Lanier-MP_201_LD_220.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2352.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2501.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2510_LD325.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2550B_LD425B.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2550_LD425.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2553.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2554.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2555.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2851_LD528.xml -usr/share/foomatic/db/source/printer/Lanier-MP_2852.xml -usr/share/foomatic/db/source/printer/Lanier-MP_301.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3010_LD330.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3053.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3054.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3055.xml -usr/share/foomatic/db/source/printer/Lanier-MP_305plus.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3350B_LD433B.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3350_LD433.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3351_LD533.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3352.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3353.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3500_LD335.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3554.xml -usr/share/foomatic/db/source/printer/Lanier-MP_3555.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4000B_LD040B.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4000_LD040.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4001_LD140.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_401SPF.xml -usr/share/foomatic/db/source/printer/Lanier-MP_402SPF.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4054.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4055.xml -usr/share/foomatic/db/source/printer/Lanier-MP_4500_LD345.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5000B_LD050B.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5000_LD050.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5001_LD150.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_501.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5054.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5055.xml -usr/share/foomatic/db/source/printer/Lanier-MP_5500_LD255.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6000_LD260.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6001_LD360.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_601.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6054.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6055.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6500_LD265.xml -usr/share/foomatic/db/source/printer/Lanier-MP_6503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_7000_LD270.xml -usr/share/foomatic/db/source/printer/Lanier-MP_7001_LD370.xml -usr/share/foomatic/db/source/printer/Lanier-MP_7500_LD275.xml -usr/share/foomatic/db/source/printer/Lanier-MP_7502.xml -usr/share/foomatic/db/source/printer/Lanier-MP_7503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_8000_LD280.xml -usr/share/foomatic/db/source/printer/Lanier-MP_8001_LD380.xml -usr/share/foomatic/db/source/printer/Lanier-MP_9000_LD190.xml -usr/share/foomatic/db/source/printer/Lanier-MP_9001_LD390.xml -usr/share/foomatic/db/source/printer/Lanier-MP_9002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_9003.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2003.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2004.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2050_LD520C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2500_LD425c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2504.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2550_LD525C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C2800_LD528C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C300.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3000_LD430c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3001_LD630C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3003.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3004.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C300SR.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C305.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C306Z.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C307.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3300_LD533C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3500_LD435c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3501_LD635C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3502.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3504.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C400.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4000_LD540C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C400SR.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C401.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C401SR.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C406Z.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C407.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4500_LD445c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4501_LD645C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4502.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4502A.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4504.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5000_LD550C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C501.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5501_LD655C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5502.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5502A.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C5504ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6000_LD260c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6003.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6004.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6501_LD365C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6502.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C6503.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C7500_LD275c.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C7501_LD375C.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C8002.xml -usr/share/foomatic/db/source/printer/Lanier-MP_C8003.xml -usr/share/foomatic/db/source/printer/Lanier-MP_CW2200.xml -usr/share/foomatic/db/source/printer/Lanier-MP_CW2201.xml -usr/share/foomatic/db/source/printer/Lanier-MP_W6700.xml -usr/share/foomatic/db/source/printer/Lanier-MP_W7100.xml -usr/share/foomatic/db/source/printer/Lanier-MP_W8140.xml -usr/share/foomatic/db/source/printer/Lanier-P_501.xml -usr/share/foomatic/db/source/printer/Lanier-P_502.xml -usr/share/foomatic/db/source/printer/Lanier-P_800.xml -usr/share/foomatic/db/source/printer/Lanier-P_801.xml -usr/share/foomatic/db/source/printer/Lanier-P_C600.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8100S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8110.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8110S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8120.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8120S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8200S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8210.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8210S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8220.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8220S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8300S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8310.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8310S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8320.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_8320S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_906EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5100S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5110S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5300S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C5310S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7100.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7100S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7110.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7110S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7200.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7200S.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7200S_Light.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7210.xml -usr/share/foomatic/db/source/printer/Lanier-Pro_C7210S.xml -usr/share/foomatic/db/source/printer/Lanier-SG3110DN.xml -usr/share/foomatic/db/source/printer/Lanier-SG3110DNw.xml -usr/share/foomatic/db/source/printer/Lanier-SG3110SFNw.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3400N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3400SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3410DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3410SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3600DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3600SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_3610SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4100N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4100NL.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4110N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4210N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4310N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4510DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4510SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_4520DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5200DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5200S.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5210DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5210SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5210SR.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5300.xml -usr/share/foomatic/db/source/printer/Lanier-SP_5310.xml -usr/share/foomatic/db/source/printer/Lanier-SP_6330N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_6430DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_8300DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_8400DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_9100_LP275.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C221N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C222DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C222SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C231N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C232DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C232SF.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C311N.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C312DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C320DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C340DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C342DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C352DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C360DNw.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C360SFNw.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C361SFNw.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C400DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C430DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C431DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C435DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C440DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C730DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C830DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C831DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C840DN.xml -usr/share/foomatic/db/source/printer/Lanier-SP_C842DN.xml -usr/share/foomatic/db/source/printer/LaserMaster-LM_1000.xml -usr/share/foomatic/db/source/printer/Lexmark-1000.xml -usr/share/foomatic/db/source/printer/Lexmark-1020.xml -usr/share/foomatic/db/source/printer/Lexmark-1020_Business.xml -usr/share/foomatic/db/source/printer/Lexmark-1100.xml -usr/share/foomatic/db/source/printer/Lexmark-2030.xml -usr/share/foomatic/db/source/printer/Lexmark-2050.xml -usr/share/foomatic/db/source/printer/Lexmark-2070.xml -usr/share/foomatic/db/source/printer/Lexmark-3000.xml -usr/share/foomatic/db/source/printer/Lexmark-3200.xml -usr/share/foomatic/db/source/printer/Lexmark-4039_10plus.xml -usr/share/foomatic/db/source/printer/Lexmark-4076.xml -usr/share/foomatic/db/source/printer/Lexmark-5000.xml -usr/share/foomatic/db/source/printer/Lexmark-5700.xml -usr/share/foomatic/db/source/printer/Lexmark-6500e.xml -usr/share/foomatic/db/source/printer/Lexmark-7000.xml -usr/share/foomatic/db/source/printer/Lexmark-7200.xml -usr/share/foomatic/db/source/printer/Lexmark-B2300.xml -usr/share/foomatic/db/source/printer/Lexmark-B2338dn.xml -usr/share/foomatic/db/source/printer/Lexmark-B2338dw.xml -usr/share/foomatic/db/source/printer/Lexmark-B2400.xml -usr/share/foomatic/db/source/printer/Lexmark-B2442dn.xml -usr/share/foomatic/db/source/printer/Lexmark-B2442dw.xml -usr/share/foomatic/db/source/printer/Lexmark-B2500.xml -usr/share/foomatic/db/source/printer/Lexmark-B2546dn.xml -usr/share/foomatic/db/source/printer/Lexmark-B2600.xml -usr/share/foomatic/db/source/printer/Lexmark-B2650dn.xml -usr/share/foomatic/db/source/printer/Lexmark-B2860.xml -usr/share/foomatic/db/source/printer/Lexmark-B2865dw.xml -usr/share/foomatic/db/source/printer/Lexmark-C2100.xml -usr/share/foomatic/db/source/printer/Lexmark-C2132.xml -usr/share/foomatic/db/source/printer/Lexmark-C2200.xml -usr/share/foomatic/db/source/printer/Lexmark-C2240.xml -usr/share/foomatic/db/source/printer/Lexmark-C2300.xml -usr/share/foomatic/db/source/printer/Lexmark-C2325dw.xml -usr/share/foomatic/db/source/printer/Lexmark-C2400.xml -usr/share/foomatic/db/source/printer/Lexmark-C2425dw.xml -usr/share/foomatic/db/source/printer/Lexmark-C2500.xml -usr/share/foomatic/db/source/printer/Lexmark-C2535dw.xml -usr/share/foomatic/db/source/printer/Lexmark-C3400.xml -usr/share/foomatic/db/source/printer/Lexmark-C3426dw.xml -usr/share/foomatic/db/source/printer/Lexmark-C4100.xml -usr/share/foomatic/db/source/printer/Lexmark-C4150.xml -usr/share/foomatic/db/source/printer/Lexmark-C500.xml -usr/share/foomatic/db/source/printer/Lexmark-C500n.xml -usr/share/foomatic/db/source/printer/Lexmark-C510.xml -usr/share/foomatic/db/source/printer/Lexmark-C510b.xml -usr/share/foomatic/db/source/printer/Lexmark-C520.xml -usr/share/foomatic/db/source/printer/Lexmark-C522.xml -usr/share/foomatic/db/source/printer/Lexmark-C524.xml -usr/share/foomatic/db/source/printer/Lexmark-C530dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C532dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C532n.xml -usr/share/foomatic/db/source/printer/Lexmark-C534dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C534dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-C534n.xml -usr/share/foomatic/db/source/printer/Lexmark-C540.xml -usr/share/foomatic/db/source/printer/Lexmark-C543.xml -usr/share/foomatic/db/source/printer/Lexmark-C544.xml -usr/share/foomatic/db/source/printer/Lexmark-C546.xml -usr/share/foomatic/db/source/printer/Lexmark-C6100.xml -usr/share/foomatic/db/source/printer/Lexmark-C6160de.xml -usr/share/foomatic/db/source/printer/Lexmark-C720n.xml -usr/share/foomatic/db/source/printer/Lexmark-C734.xml -usr/share/foomatic/db/source/printer/Lexmark-C736.xml -usr/share/foomatic/db/source/printer/Lexmark-C740.xml -usr/share/foomatic/db/source/printer/Lexmark-C746.xml -usr/share/foomatic/db/source/printer/Lexmark-C748.xml -usr/share/foomatic/db/source/printer/Lexmark-C750.xml -usr/share/foomatic/db/source/printer/Lexmark-C752.xml -usr/share/foomatic/db/source/printer/Lexmark-C752b.xml -usr/share/foomatic/db/source/printer/Lexmark-C762.xml -usr/share/foomatic/db/source/printer/Lexmark-C770dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-C770n.xml -usr/share/foomatic/db/source/printer/Lexmark-C772dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C772n.xml -usr/share/foomatic/db/source/printer/Lexmark-C780.xml -usr/share/foomatic/db/source/printer/Lexmark-C780dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C780dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-C780n.xml -usr/share/foomatic/db/source/printer/Lexmark-C782.xml -usr/share/foomatic/db/source/printer/Lexmark-C782dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C782dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-C782n.xml -usr/share/foomatic/db/source/printer/Lexmark-C790.xml -usr/share/foomatic/db/source/printer/Lexmark-C792.xml -usr/share/foomatic/db/source/printer/Lexmark-C910.xml -usr/share/foomatic/db/source/printer/Lexmark-C912.xml -usr/share/foomatic/db/source/printer/Lexmark-C920.xml -usr/share/foomatic/db/source/printer/Lexmark-C9200.xml -usr/share/foomatic/db/source/printer/Lexmark-C920n.xml -usr/share/foomatic/db/source/printer/Lexmark-C9235.xml -usr/share/foomatic/db/source/printer/Lexmark-C925.xml -usr/share/foomatic/db/source/printer/Lexmark-C930.xml -usr/share/foomatic/db/source/printer/Lexmark-C935.xml -usr/share/foomatic/db/source/printer/Lexmark-C935dn.xml -usr/share/foomatic/db/source/printer/Lexmark-C935dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-C935hdn.xml -usr/share/foomatic/db/source/printer/Lexmark-C950.xml -usr/share/foomatic/db/source/printer/Lexmark-CS310.xml -usr/share/foomatic/db/source/printer/Lexmark-CS310dn.xml -usr/share/foomatic/db/source/printer/Lexmark-CS310n.xml -usr/share/foomatic/db/source/printer/Lexmark-CS410.xml -usr/share/foomatic/db/source/printer/Lexmark-CS410dn.xml -usr/share/foomatic/db/source/printer/Lexmark-CS410n.xml -usr/share/foomatic/db/source/printer/Lexmark-CS420.xml -usr/share/foomatic/db/source/printer/Lexmark-CS421dn.xml -usr/share/foomatic/db/source/printer/Lexmark-CS430.xml -usr/share/foomatic/db/source/printer/Lexmark-CS431dw.xml -usr/share/foomatic/db/source/printer/Lexmark-CS510.xml -usr/share/foomatic/db/source/printer/Lexmark-CS510de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS520.xml -usr/share/foomatic/db/source/printer/Lexmark-CS521dn.xml -usr/share/foomatic/db/source/printer/Lexmark-CS620.xml -usr/share/foomatic/db/source/printer/Lexmark-CS622de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS720.xml -usr/share/foomatic/db/source/printer/Lexmark-CS720de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS720dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CS725.xml -usr/share/foomatic/db/source/printer/Lexmark-CS725de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS725dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CS820.xml -usr/share/foomatic/db/source/printer/Lexmark-CS820de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS820dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CS820dtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-CS920.xml -usr/share/foomatic/db/source/printer/Lexmark-CS921de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS923de.xml -usr/share/foomatic/db/source/printer/Lexmark-CS927de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX310.xml -usr/share/foomatic/db/source/printer/Lexmark-CX310dn.xml -usr/share/foomatic/db/source/printer/Lexmark-CX310n.xml -usr/share/foomatic/db/source/printer/Lexmark-CX410.xml -usr/share/foomatic/db/source/printer/Lexmark-CX410de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX410e.xml -usr/share/foomatic/db/source/printer/Lexmark-CX420.xml -usr/share/foomatic/db/source/printer/Lexmark-CX421adn.xml -usr/share/foomatic/db/source/printer/Lexmark-CX430.xml -usr/share/foomatic/db/source/printer/Lexmark-CX431adw.xml -usr/share/foomatic/db/source/printer/Lexmark-CX510.xml -usr/share/foomatic/db/source/printer/Lexmark-CX510de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX520.xml -usr/share/foomatic/db/source/printer/Lexmark-CX522ade.xml -usr/share/foomatic/db/source/printer/Lexmark-CX620.xml -usr/share/foomatic/db/source/printer/Lexmark-CX622ade.xml -usr/share/foomatic/db/source/printer/Lexmark-CX622adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX625.xml -usr/share/foomatic/db/source/printer/Lexmark-CX625ade.xml -usr/share/foomatic/db/source/printer/Lexmark-CX625adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX625adthe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX725.xml -usr/share/foomatic/db/source/printer/Lexmark-CX725de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX725dhe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX725dthe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX820.xml -usr/share/foomatic/db/source/printer/Lexmark-CX820de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX820dtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX825.xml -usr/share/foomatic/db/source/printer/Lexmark-CX825de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX825dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CX825dtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX825dtpe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX860.xml -usr/share/foomatic/db/source/printer/Lexmark-CX860de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX860dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CX860dtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX860dtpe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX920.xml -usr/share/foomatic/db/source/printer/Lexmark-CX920de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX921de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX922de.xml -usr/share/foomatic/db/source/printer/Lexmark-CX923dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CX923dxe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX924dte.xml -usr/share/foomatic/db/source/printer/Lexmark-CX924dxe.xml -usr/share/foomatic/db/source/printer/Lexmark-CX927de.xml -usr/share/foomatic/db/source/printer/Lexmark-E120.xml -usr/share/foomatic/db/source/printer/Lexmark-E120n.xml -usr/share/foomatic/db/source/printer/Lexmark-E210.xml -usr/share/foomatic/db/source/printer/Lexmark-E230.xml -usr/share/foomatic/db/source/printer/Lexmark-E238.xml -usr/share/foomatic/db/source/printer/Lexmark-E250d.xml -usr/share/foomatic/db/source/printer/Lexmark-E250dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E260.xml -usr/share/foomatic/db/source/printer/Lexmark-E260d.xml -usr/share/foomatic/db/source/printer/Lexmark-E260dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E320.xml -usr/share/foomatic/db/source/printer/Lexmark-E350d.xml -usr/share/foomatic/db/source/printer/Lexmark-E352dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E360d.xml -usr/share/foomatic/db/source/printer/Lexmark-E360dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E450dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E460dn.xml -usr/share/foomatic/db/source/printer/Lexmark-E460dw.xml -usr/share/foomatic/db/source/printer/Lexmark-E462dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-EG460dn.xml -usr/share/foomatic/db/source/printer/Lexmark-M1100.xml -usr/share/foomatic/db/source/printer/Lexmark-M1140.xml -usr/share/foomatic/db/source/printer/Lexmark-M1140_Plus.xml -usr/share/foomatic/db/source/printer/Lexmark-M1145.xml -usr/share/foomatic/db/source/printer/Lexmark-M1200.xml -usr/share/foomatic/db/source/printer/Lexmark-M1242.xml -usr/share/foomatic/db/source/printer/Lexmark-M1246.xml -usr/share/foomatic/db/source/printer/Lexmark-M3100.xml -usr/share/foomatic/db/source/printer/Lexmark-M3150.xml -usr/share/foomatic/db/source/printer/Lexmark-M3200.xml -usr/share/foomatic/db/source/printer/Lexmark-M3250.xml -usr/share/foomatic/db/source/printer/Lexmark-M5100.xml -usr/share/foomatic/db/source/printer/Lexmark-M5155.xml -usr/share/foomatic/db/source/printer/Lexmark-M5163.xml -usr/share/foomatic/db/source/printer/Lexmark-M5170.xml -usr/share/foomatic/db/source/printer/Lexmark-M5200.xml -usr/share/foomatic/db/source/printer/Lexmark-M5255.xml -usr/share/foomatic/db/source/printer/Lexmark-M5265.xml -usr/share/foomatic/db/source/printer/Lexmark-M5270.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2300.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2338adn.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2338adw.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2338dw.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2400.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2442ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2442adwe.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2500.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2546ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2600.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2650ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2700.xml -usr/share/foomatic/db/source/printer/Lexmark-MB2770adwhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2300.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2325adw.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2400.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2425adw.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2500.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2535adwe.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2600.xml -usr/share/foomatic/db/source/printer/Lexmark-MC2640adwe.xml -usr/share/foomatic/db/source/printer/Lexmark-MC3400.xml -usr/share/foomatic/db/source/printer/Lexmark-MC3426adw.xml -usr/share/foomatic/db/source/printer/Lexmark-MS310.xml -usr/share/foomatic/db/source/printer/Lexmark-MS310d.xml -usr/share/foomatic/db/source/printer/Lexmark-MS310dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS312dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS315dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS320.xml -usr/share/foomatic/db/source/printer/Lexmark-MS321dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS410.xml -usr/share/foomatic/db/source/printer/Lexmark-MS410d.xml -usr/share/foomatic/db/source/printer/Lexmark-MS410dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS415dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS420.xml -usr/share/foomatic/db/source/printer/Lexmark-MS421dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS421dw.xml -usr/share/foomatic/db/source/printer/Lexmark-MS510.xml -usr/share/foomatic/db/source/printer/Lexmark-MS510dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS520.xml -usr/share/foomatic/db/source/printer/Lexmark-MS521dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS610.xml -usr/share/foomatic/db/source/printer/Lexmark-MS610de.xml -usr/share/foomatic/db/source/printer/Lexmark-MS610dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS620.xml -usr/share/foomatic/db/source/printer/Lexmark-MS621dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS621dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS622de.xml -usr/share/foomatic/db/source/printer/Lexmark-MS622dte.xml -usr/share/foomatic/db/source/printer/Lexmark-MS710.xml -usr/share/foomatic/db/source/printer/Lexmark-MS711.xml -usr/share/foomatic/db/source/printer/Lexmark-MS725.xml -usr/share/foomatic/db/source/printer/Lexmark-MS725dvn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS810.xml -usr/share/foomatic/db/source/printer/Lexmark-MS811.xml -usr/share/foomatic/db/source/printer/Lexmark-MS812.xml -usr/share/foomatic/db/source/printer/Lexmark-MS820.xml -usr/share/foomatic/db/source/printer/Lexmark-MS821dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS821dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS821n.xml -usr/share/foomatic/db/source/printer/Lexmark-MS822de.xml -usr/share/foomatic/db/source/printer/Lexmark-MS823dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS823n.xml -usr/share/foomatic/db/source/printer/Lexmark-MS824de.xml -usr/share/foomatic/db/source/printer/Lexmark-MS824dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS825dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS826de.xml -usr/share/foomatic/db/source/printer/Lexmark-MS826dtn.xml -usr/share/foomatic/db/source/printer/Lexmark-MS910.xml -usr/share/foomatic/db/source/printer/Lexmark-MS911de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX310.xml -usr/share/foomatic/db/source/printer/Lexmark-MX310dn.xml -usr/share/foomatic/db/source/printer/Lexmark-MX320.xml -usr/share/foomatic/db/source/printer/Lexmark-MX321adn.xml -usr/share/foomatic/db/source/printer/Lexmark-MX321adw.xml -usr/share/foomatic/db/source/printer/Lexmark-MX410.xml -usr/share/foomatic/db/source/printer/Lexmark-MX410de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX420.xml -usr/share/foomatic/db/source/printer/Lexmark-MX421ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX510.xml -usr/share/foomatic/db/source/printer/Lexmark-MX510de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX511de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX511dhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX520.xml -usr/share/foomatic/db/source/printer/Lexmark-MX521ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX521adte.xml -usr/share/foomatic/db/source/printer/Lexmark-MX521de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX522adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX610.xml -usr/share/foomatic/db/source/printer/Lexmark-MX610de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX611de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX611dhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX620.xml -usr/share/foomatic/db/source/printer/Lexmark-MX622ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX622adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX622adthe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX6500e.xml -usr/share/foomatic/db/source/printer/Lexmark-MX710.xml -usr/share/foomatic/db/source/printer/Lexmark-MX711.xml -usr/share/foomatic/db/source/printer/Lexmark-MX720.xml -usr/share/foomatic/db/source/printer/Lexmark-MX721ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX721adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX722ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX722adhe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX725.xml -usr/share/foomatic/db/source/printer/Lexmark-MX725adve.xml -usr/share/foomatic/db/source/printer/Lexmark-MX810.xml -usr/share/foomatic/db/source/printer/Lexmark-MX811.xml -usr/share/foomatic/db/source/printer/Lexmark-MX812.xml -usr/share/foomatic/db/source/printer/Lexmark-MX820.xml -usr/share/foomatic/db/source/printer/Lexmark-MX822ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX822adtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX822adxe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX824ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX824adtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX824adxe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX826ade.xml -usr/share/foomatic/db/source/printer/Lexmark-MX826adtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX826adxe.xml -usr/share/foomatic/db/source/printer/Lexmark-MX910.xml -usr/share/foomatic/db/source/printer/Lexmark-MX910de.xml -usr/share/foomatic/db/source/printer/Lexmark-MX911.xml -usr/share/foomatic/db/source/printer/Lexmark-MX911dte.xml -usr/share/foomatic/db/source/printer/Lexmark-MX912.xml -usr/share/foomatic/db/source/printer/Lexmark-MX912dxe.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_C710.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_1200.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_1275.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_40.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_45.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_E.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_E310.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_E312.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_E321.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Ep.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Eplus.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_K_1220.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_M410.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_M412.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Rplus.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_S_1250.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_S_1855.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_Se_3455.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_T610.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_T612.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_T614.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_T616.xml -usr/share/foomatic/db/source/printer/Lexmark-Optra_W810.xml -usr/share/foomatic/db/source/printer/Lexmark-T430.xml -usr/share/foomatic/db/source/printer/Lexmark-T640.xml -usr/share/foomatic/db/source/printer/Lexmark-T642.xml -usr/share/foomatic/db/source/printer/Lexmark-T644.xml -usr/share/foomatic/db/source/printer/Lexmark-T650.xml -usr/share/foomatic/db/source/printer/Lexmark-T652.xml -usr/share/foomatic/db/source/printer/Lexmark-T654.xml -usr/share/foomatic/db/source/printer/Lexmark-T656.xml -usr/share/foomatic/db/source/printer/Lexmark-TG654.xml -usr/share/foomatic/db/source/printer/Lexmark-Valuewriter_300.xml -usr/share/foomatic/db/source/printer/Lexmark-W812.xml -usr/share/foomatic/db/source/printer/Lexmark-W840.xml -usr/share/foomatic/db/source/printer/Lexmark-W850.xml -usr/share/foomatic/db/source/printer/Lexmark-Winwriter_100.xml -usr/share/foomatic/db/source/printer/Lexmark-Winwriter_150c.xml -usr/share/foomatic/db/source/printer/Lexmark-Winwriter_200.xml -usr/share/foomatic/db/source/printer/Lexmark-Winwriter_400.xml -usr/share/foomatic/db/source/printer/Lexmark-X125.xml -usr/share/foomatic/db/source/printer/Lexmark-X203n.xml -usr/share/foomatic/db/source/printer/Lexmark-X204n.xml -usr/share/foomatic/db/source/printer/Lexmark-X264dn.xml -usr/share/foomatic/db/source/printer/Lexmark-X342n.xml -usr/share/foomatic/db/source/printer/Lexmark-X363dn.xml -usr/share/foomatic/db/source/printer/Lexmark-X364dn.xml -usr/share/foomatic/db/source/printer/Lexmark-X364dw.xml -usr/share/foomatic/db/source/printer/Lexmark-X463de.xml -usr/share/foomatic/db/source/printer/Lexmark-X464de.xml -usr/share/foomatic/db/source/printer/Lexmark-X466de.xml -usr/share/foomatic/db/source/printer/Lexmark-X466dte.xml -usr/share/foomatic/db/source/printer/Lexmark-X466dwe.xml -usr/share/foomatic/db/source/printer/Lexmark-X543.xml -usr/share/foomatic/db/source/printer/Lexmark-X544.xml -usr/share/foomatic/db/source/printer/Lexmark-X546.xml -usr/share/foomatic/db/source/printer/Lexmark-X548.xml -usr/share/foomatic/db/source/printer/Lexmark-X560n.xml -usr/share/foomatic/db/source/printer/Lexmark-X642e.xml -usr/share/foomatic/db/source/printer/Lexmark-X651de.xml -usr/share/foomatic/db/source/printer/Lexmark-X652de.xml -usr/share/foomatic/db/source/printer/Lexmark-X654de.xml -usr/share/foomatic/db/source/printer/Lexmark-X656de.xml -usr/share/foomatic/db/source/printer/Lexmark-X658de.xml -usr/share/foomatic/db/source/printer/Lexmark-X73.xml -usr/share/foomatic/db/source/printer/Lexmark-X734de.xml -usr/share/foomatic/db/source/printer/Lexmark-X736de.xml -usr/share/foomatic/db/source/printer/Lexmark-X738de.xml -usr/share/foomatic/db/source/printer/Lexmark-X74.xml -usr/share/foomatic/db/source/printer/Lexmark-X740.xml -usr/share/foomatic/db/source/printer/Lexmark-X746.xml -usr/share/foomatic/db/source/printer/Lexmark-X748.xml -usr/share/foomatic/db/source/printer/Lexmark-X75.xml -usr/share/foomatic/db/source/printer/Lexmark-X790.xml -usr/share/foomatic/db/source/printer/Lexmark-X792.xml -usr/share/foomatic/db/source/printer/Lexmark-X860de.xml -usr/share/foomatic/db/source/printer/Lexmark-X862de.xml -usr/share/foomatic/db/source/printer/Lexmark-X864de.xml -usr/share/foomatic/db/source/printer/Lexmark-X920.xml -usr/share/foomatic/db/source/printer/Lexmark-X925.xml -usr/share/foomatic/db/source/printer/Lexmark-X940e.xml -usr/share/foomatic/db/source/printer/Lexmark-X945e.xml -usr/share/foomatic/db/source/printer/Lexmark-X950.xml -usr/share/foomatic/db/source/printer/Lexmark-X952.xml -usr/share/foomatic/db/source/printer/Lexmark-X954.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2100.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2130.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2132.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2200.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2235.xml -usr/share/foomatic/db/source/printer/Lexmark-XC2240.xml -usr/share/foomatic/db/source/printer/Lexmark-XC4100.xml -usr/share/foomatic/db/source/printer/Lexmark-XC4150.xml -usr/share/foomatic/db/source/printer/Lexmark-XC4200.xml -usr/share/foomatic/db/source/printer/Lexmark-XC4240.xml -usr/share/foomatic/db/source/printer/Lexmark-XC6100.xml -usr/share/foomatic/db/source/printer/Lexmark-XC6152de.xml -usr/share/foomatic/db/source/printer/Lexmark-XC6152dtfe.xml -usr/share/foomatic/db/source/printer/Lexmark-XC8100.xml -usr/share/foomatic/db/source/printer/Lexmark-XC8155de.xml -usr/share/foomatic/db/source/printer/Lexmark-XC8155dte.xml -usr/share/foomatic/db/source/printer/Lexmark-XC8160de.xml -usr/share/foomatic/db/source/printer/Lexmark-XC8160dte.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9200.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9225.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9235.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9245.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9255.xml -usr/share/foomatic/db/source/printer/Lexmark-XC9265.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1100.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1135.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1140.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1145.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1200.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1242.xml -usr/share/foomatic/db/source/printer/Lexmark-XM1246.xml -usr/share/foomatic/db/source/printer/Lexmark-XM3100.xml -usr/share/foomatic/db/source/printer/Lexmark-XM3150.xml -usr/share/foomatic/db/source/printer/Lexmark-XM3200.xml -usr/share/foomatic/db/source/printer/Lexmark-XM3250.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5100.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5163.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5170.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5300.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5365.xml -usr/share/foomatic/db/source/printer/Lexmark-XM5370.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7100.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7155.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7163.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7170.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7300.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7355.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7365.xml -usr/share/foomatic/db/source/printer/Lexmark-XM7370.xml -usr/share/foomatic/db/source/printer/Lexmark-XM9100.xml -usr/share/foomatic/db/source/printer/Lexmark-XM9145.xml -usr/share/foomatic/db/source/printer/Lexmark-XM9155.xml -usr/share/foomatic/db/source/printer/Lexmark-XM9165.xml -usr/share/foomatic/db/source/printer/Lexmark-Z11.xml -usr/share/foomatic/db/source/printer/Lexmark-Z12.xml -usr/share/foomatic/db/source/printer/Lexmark-Z13.xml -usr/share/foomatic/db/source/printer/Lexmark-Z22.xml -usr/share/foomatic/db/source/printer/Lexmark-Z23.xml -usr/share/foomatic/db/source/printer/Lexmark-Z31.xml -usr/share/foomatic/db/source/printer/Lexmark-Z32.xml -usr/share/foomatic/db/source/printer/Lexmark-Z33.xml -usr/share/foomatic/db/source/printer/Lexmark-Z42.xml -usr/share/foomatic/db/source/printer/Lexmark-Z43.xml -usr/share/foomatic/db/source/printer/Lexmark-Z51.xml -usr/share/foomatic/db/source/printer/Lexmark-Z52.xml -usr/share/foomatic/db/source/printer/Lexmark-Z53.xml -usr/share/foomatic/db/source/printer/Lexmark-Z82.xml -usr/share/foomatic/db/source/printer/Minolta-Color_PageWorks_Pro_L.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1100.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1100L.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1200W.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1250E.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1250W.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1300W.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1350W.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_1400W.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_6.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_6L.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_6e.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_6ex.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_8.xml -usr/share/foomatic/db/source/printer/Minolta-PagePro_8L.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_2200_DL.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_2300W.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_2300_DL.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_2400W.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_2430_DL.xml -usr/share/foomatic/db/source/printer/Minolta-magicolor_3100.xml -usr/share/foomatic/db/source/printer/Minolta_QMS-PagePro_9100N.xml -usr/share/foomatic/db/source/printer/Mitsubishi-CP50_Color_Printer.xml -usr/share/foomatic/db/source/printer/NEC-MultiWriter.xml -usr/share/foomatic/db/source/printer/NEC-P2X.xml -usr/share/foomatic/db/source/printer/NEC-PC-PR1000.xml -usr/share/foomatic/db/source/printer/NEC-PC-PR150.xml -usr/share/foomatic/db/source/printer/NEC-PC-PR2000.xml -usr/share/foomatic/db/source/printer/NEC-PC-PR201.xml -usr/share/foomatic/db/source/printer/NEC-PICTY180.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P6.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P60.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P6_plus.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P7.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P70.xml -usr/share/foomatic/db/source/printer/NEC-PinWriter_P7_plus.xml -usr/share/foomatic/db/source/printer/NEC-Pinwriter_P20.xml -usr/share/foomatic/db/source/printer/NEC-SilentWriter_LC_890.xml -usr/share/foomatic/db/source/printer/NEC-Silentwriter2_S60P.xml -usr/share/foomatic/db/source/printer/NEC-Silentwriter2_model_290.xml -usr/share/foomatic/db/source/printer/NEC-Silentwriter_95f.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_100C.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_1260.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_1400.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_150C.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_1800.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_4600N.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_610plus.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_650C.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_660.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_660i.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_660plus.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_750C.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_860.xml -usr/share/foomatic/db/source/printer/NEC-SuperScript_870.xml -usr/share/foomatic/db/source/printer/NRG-10515_10518_10512.xml -usr/share/foomatic/db/source/printer/NRG-2205_2238_2212.xml -usr/share/foomatic/db/source/printer/NRG-2705_2738_2712.xml -usr/share/foomatic/db/source/printer/NRG-3205_3238_3212.xml -usr/share/foomatic/db/source/printer/NRG-3525_3508_3502.xml -usr/share/foomatic/db/source/printer/NRG-3545_3518_3532.xml -usr/share/foomatic/db/source/printer/NRG-4525_4508_4502.xml -usr/share/foomatic/db/source/printer/NRG-4545_4518_4532.xml -usr/share/foomatic/db/source/printer/NRG-6002_6005_6008.xml -usr/share/foomatic/db/source/printer/NRG-7502_7505_7508.xml -usr/share/foomatic/db/source/printer/NRG-9005_9008_9002.xml -usr/share/foomatic/db/source/printer/NRG-C7010.xml -usr/share/foomatic/db/source/printer/NRG-C7116.xml -usr/share/foomatic/db/source/printer/NRG-C7416.xml -usr/share/foomatic/db/source/printer/NRG-C7425dn.xml -usr/share/foomatic/db/source/printer/NRG-C7425hdn.xml -usr/share/foomatic/db/source/printer/NRG-C7435n.xml -usr/share/foomatic/db/source/printer/NRG-C7521n.xml -usr/share/foomatic/db/source/printer/NRG-C7528n.xml -usr/share/foomatic/db/source/printer/NRG-C7535hdn.xml -usr/share/foomatic/db/source/printer/NRG-CC7417.xml -usr/share/foomatic/db/source/printer/NRG-CS555.xml -usr/share/foomatic/db/source/printer/NRG-DSc224.xml -usr/share/foomatic/db/source/printer/NRG-DSc232.xml -usr/share/foomatic/db/source/printer/NRG-DSc328.xml -usr/share/foomatic/db/source/printer/NRG-DSc332.xml -usr/share/foomatic/db/source/printer/NRG-DSc338.xml -usr/share/foomatic/db/source/printer/NRG-DSc38.xml -usr/share/foomatic/db/source/printer/NRG-DSc38u.xml -usr/share/foomatic/db/source/printer/NRG-DSc424.xml -usr/share/foomatic/db/source/printer/NRG-DSc428.xml -usr/share/foomatic/db/source/printer/NRG-DSc432.xml -usr/share/foomatic/db/source/printer/NRG-DSc435.xml -usr/share/foomatic/db/source/printer/NRG-DSc445.xml -usr/share/foomatic/db/source/printer/NRG-DSc460.xml -usr/share/foomatic/db/source/printer/NRG-DSm415.xml -usr/share/foomatic/db/source/printer/NRG-DSm615.xml -usr/share/foomatic/db/source/printer/NRG-DSm616.xml -usr/share/foomatic/db/source/printer/NRG-DSm618.xml -usr/share/foomatic/db/source/printer/NRG-DSm618d.xml -usr/share/foomatic/db/source/printer/NRG-DSm620.xml -usr/share/foomatic/db/source/printer/NRG-DSm620d.xml -usr/share/foomatic/db/source/printer/NRG-DSm622.xml -usr/share/foomatic/db/source/printer/NRG-DSm627.xml -usr/share/foomatic/db/source/printer/NRG-DSm632.xml -usr/share/foomatic/db/source/printer/NRG-DSm635.xml -usr/share/foomatic/db/source/printer/NRG-DSm645.xml -usr/share/foomatic/db/source/printer/NRG-DSm651.xml -usr/share/foomatic/db/source/printer/NRG-DSm660.xml -usr/share/foomatic/db/source/printer/NRG-DSm675.xml -usr/share/foomatic/db/source/printer/NRG-DSm725.xml -usr/share/foomatic/db/source/printer/NRG-DSm730.xml -usr/share/foomatic/db/source/printer/NRG-DSm735.xml -usr/share/foomatic/db/source/printer/NRG-DSm745.xml -usr/share/foomatic/db/source/printer/NRG-IM_2500.xml -usr/share/foomatic/db/source/printer/NRG-IM_2702.xml -usr/share/foomatic/db/source/printer/NRG-IM_3000.xml -usr/share/foomatic/db/source/printer/NRG-IM_350.xml -usr/share/foomatic/db/source/printer/NRG-IM_3500.xml -usr/share/foomatic/db/source/printer/NRG-IM_4000.xml -usr/share/foomatic/db/source/printer/NRG-IM_430.xml -usr/share/foomatic/db/source/printer/NRG-IM_5000.xml -usr/share/foomatic/db/source/printer/NRG-IM_550.xml -usr/share/foomatic/db/source/printer/NRG-IM_600.xml -usr/share/foomatic/db/source/printer/NRG-IM_6000.xml -usr/share/foomatic/db/source/printer/NRG-IM_600SR.xml -usr/share/foomatic/db/source/printer/NRG-IM_7000.xml -usr/share/foomatic/db/source/printer/NRG-IM_8000.xml -usr/share/foomatic/db/source/printer/NRG-IM_9000.xml -usr/share/foomatic/db/source/printer/NRG-IM_C2000.xml -usr/share/foomatic/db/source/printer/NRG-IM_C2010.xml -usr/share/foomatic/db/source/printer/NRG-IM_C2500.xml -usr/share/foomatic/db/source/printer/NRG-IM_C2510.xml -usr/share/foomatic/db/source/printer/NRG-IM_C300.xml -usr/share/foomatic/db/source/printer/NRG-IM_C3000.xml -usr/share/foomatic/db/source/printer/NRG-IM_C3010.xml -usr/share/foomatic/db/source/printer/NRG-IM_C3500.xml -usr/share/foomatic/db/source/printer/NRG-IM_C3510.xml -usr/share/foomatic/db/source/printer/NRG-IM_C400.xml -usr/share/foomatic/db/source/printer/NRG-IM_C400SR.xml -usr/share/foomatic/db/source/printer/NRG-IM_C4500.xml -usr/share/foomatic/db/source/printer/NRG-IM_C4510.xml -usr/share/foomatic/db/source/printer/NRG-IM_C530F.xml -usr/share/foomatic/db/source/printer/NRG-IM_C530FB.xml -usr/share/foomatic/db/source/printer/NRG-IM_C5500.xml -usr/share/foomatic/db/source/printer/NRG-IM_C5510.xml -usr/share/foomatic/db/source/printer/NRG-IM_C6000.xml -usr/share/foomatic/db/source/printer/NRG-IM_C6010.xml -usr/share/foomatic/db/source/printer/NRG-IM_C6500.xml -usr/share/foomatic/db/source/printer/NRG-IM_C8000.xml -usr/share/foomatic/db/source/printer/NRG-IM_CW2200.xml -usr/share/foomatic/db/source/printer/NRG-IP_CW2200.xml -usr/share/foomatic/db/source/printer/NRG-MP_1100.xml -usr/share/foomatic/db/source/printer/NRG-MP_1350.xml -usr/share/foomatic/db/source/printer/NRG-MP_1600.xml -usr/share/foomatic/db/source/printer/NRG-MP_161.xml -usr/share/foomatic/db/source/printer/NRG-MP_171.xml -usr/share/foomatic/db/source/printer/NRG-MP_2000.xml -usr/share/foomatic/db/source/printer/NRG-MP_2001.xml -usr/share/foomatic/db/source/printer/NRG-MP_201.xml -usr/share/foomatic/db/source/printer/NRG-MP_2352.xml -usr/share/foomatic/db/source/printer/NRG-MP_2500.xml -usr/share/foomatic/db/source/printer/NRG-MP_2501.xml -usr/share/foomatic/db/source/printer/NRG-MP_2510.xml -usr/share/foomatic/db/source/printer/NRG-MP_2550.xml -usr/share/foomatic/db/source/printer/NRG-MP_2550B.xml -usr/share/foomatic/db/source/printer/NRG-MP_2553.xml -usr/share/foomatic/db/source/printer/NRG-MP_2554.xml -usr/share/foomatic/db/source/printer/NRG-MP_2555.xml -usr/share/foomatic/db/source/printer/NRG-MP_2851.xml -usr/share/foomatic/db/source/printer/NRG-MP_2852.xml -usr/share/foomatic/db/source/printer/NRG-MP_301.xml -usr/share/foomatic/db/source/printer/NRG-MP_3010.xml -usr/share/foomatic/db/source/printer/NRG-MP_3053.xml -usr/share/foomatic/db/source/printer/NRG-MP_3054.xml -usr/share/foomatic/db/source/printer/NRG-MP_3055.xml -usr/share/foomatic/db/source/printer/NRG-MP_305plus.xml -usr/share/foomatic/db/source/printer/NRG-MP_3350.xml -usr/share/foomatic/db/source/printer/NRG-MP_3350B.xml -usr/share/foomatic/db/source/printer/NRG-MP_3351.xml -usr/share/foomatic/db/source/printer/NRG-MP_3352.xml -usr/share/foomatic/db/source/printer/NRG-MP_3353.xml -usr/share/foomatic/db/source/printer/NRG-MP_3500.xml -usr/share/foomatic/db/source/printer/NRG-MP_3554.xml -usr/share/foomatic/db/source/printer/NRG-MP_3555.xml -usr/share/foomatic/db/source/printer/NRG-MP_4000.xml -usr/share/foomatic/db/source/printer/NRG-MP_4000B.xml -usr/share/foomatic/db/source/printer/NRG-MP_4001.xml -usr/share/foomatic/db/source/printer/NRG-MP_4002.xml -usr/share/foomatic/db/source/printer/NRG-MP_402SPF.xml -usr/share/foomatic/db/source/printer/NRG-MP_4054.xml -usr/share/foomatic/db/source/printer/NRG-MP_4055.xml -usr/share/foomatic/db/source/printer/NRG-MP_4500.xml -usr/share/foomatic/db/source/printer/NRG-MP_5000.xml -usr/share/foomatic/db/source/printer/NRG-MP_5000B.xml -usr/share/foomatic/db/source/printer/NRG-MP_5001.xml -usr/share/foomatic/db/source/printer/NRG-MP_5002.xml -usr/share/foomatic/db/source/printer/NRG-MP_501.xml -usr/share/foomatic/db/source/printer/NRG-MP_5054.xml -usr/share/foomatic/db/source/printer/NRG-MP_5055.xml -usr/share/foomatic/db/source/printer/NRG-MP_5500.xml -usr/share/foomatic/db/source/printer/NRG-MP_6000.xml -usr/share/foomatic/db/source/printer/NRG-MP_6001.xml -usr/share/foomatic/db/source/printer/NRG-MP_6002.xml -usr/share/foomatic/db/source/printer/NRG-MP_601.xml -usr/share/foomatic/db/source/printer/NRG-MP_6054.xml -usr/share/foomatic/db/source/printer/NRG-MP_6055.xml -usr/share/foomatic/db/source/printer/NRG-MP_6500.xml -usr/share/foomatic/db/source/printer/NRG-MP_6503.xml -usr/share/foomatic/db/source/printer/NRG-MP_7000.xml -usr/share/foomatic/db/source/printer/NRG-MP_7001.xml -usr/share/foomatic/db/source/printer/NRG-MP_7500.xml -usr/share/foomatic/db/source/printer/NRG-MP_7502.xml -usr/share/foomatic/db/source/printer/NRG-MP_7503.xml -usr/share/foomatic/db/source/printer/NRG-MP_8000.xml -usr/share/foomatic/db/source/printer/NRG-MP_8001.xml -usr/share/foomatic/db/source/printer/NRG-MP_9000.xml -usr/share/foomatic/db/source/printer/NRG-MP_9001.xml -usr/share/foomatic/db/source/printer/NRG-MP_9002.xml -usr/share/foomatic/db/source/printer/NRG-MP_9003.xml -usr/share/foomatic/db/source/printer/NRG-MP_C1500sp.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2003.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2003Z.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2004.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2011.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2050.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2051.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2500.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2503.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2503Z.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2504.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2550.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2551.xml -usr/share/foomatic/db/source/printer/NRG-MP_C2800.xml -usr/share/foomatic/db/source/printer/NRG-MP_C300.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3000.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3001.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3002.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3003.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3004.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C300SR.xml -usr/share/foomatic/db/source/printer/NRG-MP_C305.xml -usr/share/foomatic/db/source/printer/NRG-MP_C306Z.xml -usr/share/foomatic/db/source/printer/NRG-MP_C307.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3300.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3500.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3502.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3503.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3504.xml -usr/share/foomatic/db/source/printer/NRG-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C400.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4000.xml -usr/share/foomatic/db/source/printer/NRG-MP_C400SR.xml -usr/share/foomatic/db/source/printer/NRG-MP_C401.xml -usr/share/foomatic/db/source/printer/NRG-MP_C401SR.xml -usr/share/foomatic/db/source/printer/NRG-MP_C406Z.xml -usr/share/foomatic/db/source/printer/NRG-MP_C407.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4500.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4501A.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4502.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4502A.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4503.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4504.xml -usr/share/foomatic/db/source/printer/NRG-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5000.xml -usr/share/foomatic/db/source/printer/NRG-MP_C501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5501A.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5502.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5502A.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5503.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5504.xml -usr/share/foomatic/db/source/printer/NRG-MP_C5504ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6000.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6003.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6004.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6502.xml -usr/share/foomatic/db/source/printer/NRG-MP_C6503.xml -usr/share/foomatic/db/source/printer/NRG-MP_C7500.xml -usr/share/foomatic/db/source/printer/NRG-MP_C7501.xml -usr/share/foomatic/db/source/printer/NRG-MP_C8002.xml -usr/share/foomatic/db/source/printer/NRG-MP_C8003.xml -usr/share/foomatic/db/source/printer/NRG-MP_CW2200.xml -usr/share/foomatic/db/source/printer/NRG-MP_CW2201.xml -usr/share/foomatic/db/source/printer/NRG-MP_W2400.xml -usr/share/foomatic/db/source/printer/NRG-MP_W2401.xml -usr/share/foomatic/db/source/printer/NRG-MP_W3600.xml -usr/share/foomatic/db/source/printer/NRG-MP_W3601.xml -usr/share/foomatic/db/source/printer/NRG-MP_W5100.xml -usr/share/foomatic/db/source/printer/NRG-MP_W6700.xml -usr/share/foomatic/db/source/printer/NRG-MP_W7100.xml -usr/share/foomatic/db/source/printer/NRG-MP_W7140.xml -usr/share/foomatic/db/source/printer/NRG-MP_W8140.xml -usr/share/foomatic/db/source/printer/NRG-P7026.xml -usr/share/foomatic/db/source/printer/NRG-P7026N.xml -usr/share/foomatic/db/source/printer/NRG-P7032.xml -usr/share/foomatic/db/source/printer/NRG-P7126.xml -usr/share/foomatic/db/source/printer/NRG-P7126N.xml -usr/share/foomatic/db/source/printer/NRG-P7132N.xml -usr/share/foomatic/db/source/printer/NRG-P7145.xml -usr/share/foomatic/db/source/printer/NRG-P7325.xml -usr/share/foomatic/db/source/printer/NRG-P7325N.xml -usr/share/foomatic/db/source/printer/NRG-P7431cn.xml -usr/share/foomatic/db/source/printer/NRG-P7527.xml -usr/share/foomatic/db/source/printer/NRG-P7527n.xml -usr/share/foomatic/db/source/printer/NRG-P7535n.xml -usr/share/foomatic/db/source/printer/NRG-P7575.xml -usr/share/foomatic/db/source/printer/NRG-P_800.xml -usr/share/foomatic/db/source/printer/NRG-P_801.xml -usr/share/foomatic/db/source/printer/NRG-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8100S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8110.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8110S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8120.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8120S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8200S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8210.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8210S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8220.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8220S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8300S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8310.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8310S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8320.xml -usr/share/foomatic/db/source/printer/NRG-Pro_8320S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_906EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_907EX.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5100S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5110S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5300S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5300SL.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C5310S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7100.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7100S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7110.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7110S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7200.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7200S.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7200S_Light.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7210.xml -usr/share/foomatic/db/source/printer/NRG-Pro_C7210S.xml -usr/share/foomatic/db/source/printer/NRG-SG3110DN.xml -usr/share/foomatic/db/source/printer/NRG-SG3110DNw.xml -usr/share/foomatic/db/source/printer/NRG-SG3110SFNw.xml -usr/share/foomatic/db/source/printer/NRG-SP_3400N.xml -usr/share/foomatic/db/source/printer/NRG-SP_3400SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_3410DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_3410SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_3500N.xml -usr/share/foomatic/db/source/printer/NRG-SP_3500SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_3510DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_3510SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_3600DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_3600SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_3610SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_4100N.xml -usr/share/foomatic/db/source/printer/NRG-SP_4100NL.xml -usr/share/foomatic/db/source/printer/NRG-SP_4110N.xml -usr/share/foomatic/db/source/printer/NRG-SP_4210N.xml -usr/share/foomatic/db/source/printer/NRG-SP_4310N.xml -usr/share/foomatic/db/source/printer/NRG-SP_4510DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_4510SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_5200DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_5200S.xml -usr/share/foomatic/db/source/printer/NRG-SP_5210DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_5210SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_5210SR.xml -usr/share/foomatic/db/source/printer/NRG-SP_5300.xml -usr/share/foomatic/db/source/printer/NRG-SP_5310.xml -usr/share/foomatic/db/source/printer/NRG-SP_6330N.xml -usr/share/foomatic/db/source/printer/NRG-SP_6430DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_8100DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_8200DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_8300DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_8400DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_9100DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C221N.xml -usr/share/foomatic/db/source/printer/NRG-SP_C222DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C222SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_C231N.xml -usr/share/foomatic/db/source/printer/NRG-SP_C232DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C232SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_C242DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C242SF.xml -usr/share/foomatic/db/source/printer/NRG-SP_C311N.xml -usr/share/foomatic/db/source/printer/NRG-SP_C312DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C320DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C340DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C342DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C352DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C360SFNw.xml -usr/share/foomatic/db/source/printer/NRG-SP_C360SNw.xml -usr/share/foomatic/db/source/printer/NRG-SP_C361SFNw.xml -usr/share/foomatic/db/source/printer/NRG-SP_C410DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C411DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C420DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C430DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C431DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C440DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C730DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C811DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C820DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C821DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C830DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C831DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C840DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_C842DN.xml -usr/share/foomatic/db/source/printer/NRG-SP_W2470.xml -usr/share/foomatic/db/source/printer/Oce-3145PS.xml -usr/share/foomatic/db/source/printer/Oce-3155PS.xml -usr/share/foomatic/db/source/printer/Oce-3165PS.xml -usr/share/foomatic/db/source/printer/Oce-8445PS.xml -usr/share/foomatic/db/source/printer/Oce-8465PS.xml -usr/share/foomatic/db/source/printer/Oce-9050.xml -usr/share/foomatic/db/source/printer/Oce-9230.xml -usr/share/foomatic/db/source/printer/Oce-9245.xml -usr/share/foomatic/db/source/printer/Oce-9260.xml -usr/share/foomatic/db/source/printer/Oce-PPC3073PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC3074PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC3093PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC3094PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC3113PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC3114PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC5115PS.xml -usr/share/foomatic/db/source/printer/Oce-PPC5160PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2045PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2050PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2055PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2060PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2065PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2070PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2090PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2100PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2105PS.xml -usr/share/foomatic/db/source/printer/Oce-VarioPrint_2110PS.xml -usr/share/foomatic/db/source/printer/Oce-cm2510.xml -usr/share/foomatic/db/source/printer/Oce-cm2520.xml -usr/share/foomatic/db/source/printer/Oce-cm3521.xml -usr/share/foomatic/db/source/printer/Oce-cm4010.xml -usr/share/foomatic/db/source/printer/Oce-cm4520.xml -usr/share/foomatic/db/source/printer/Oce-cm4521.xml -usr/share/foomatic/db/source/printer/Oce-cm5520.xml -usr/share/foomatic/db/source/printer/Oce-cm6520.xml -usr/share/foomatic/db/source/printer/Oce-fx2080.xml -usr/share/foomatic/db/source/printer/Oce-fx3000.xml -usr/share/foomatic/db/source/printer/Oce-im2330.xml -usr/share/foomatic/db/source/printer/Oce-im2830.xml -usr/share/foomatic/db/source/printer/Oce-im3512.xml -usr/share/foomatic/db/source/printer/Oce-im3530.xml -usr/share/foomatic/db/source/printer/Oce-im4512.xml -usr/share/foomatic/db/source/printer/Oce-im4530.xml -usr/share/foomatic/db/source/printer/Oce-im5530.xml -usr/share/foomatic/db/source/printer/Oce-im6020.xml -usr/share/foomatic/db/source/printer/Oce-im6030.xml -usr/share/foomatic/db/source/printer/Oce-im7230.xml -usr/share/foomatic/db/source/printer/Oce-im7520.xml -usr/share/foomatic/db/source/printer/Oce-im8530.xml -usr/share/foomatic/db/source/printer/Oce-im9220.xml -usr/share/foomatic/db/source/printer/Oce-sx1480.xml -usr/share/foomatic/db/source/printer/Oce-sx2100.xml -usr/share/foomatic/db/source/printer/Oki-14i.xml -usr/share/foomatic/db/source/printer/Oki-B2200.xml -usr/share/foomatic/db/source/printer/Oki-B2400.xml -usr/share/foomatic/db/source/printer/Oki-B2540_MFP.xml -usr/share/foomatic/db/source/printer/Oki-B410.xml -usr/share/foomatic/db/source/printer/Oki-B410dn.xml -usr/share/foomatic/db/source/printer/Oki-B4200.xml -usr/share/foomatic/db/source/printer/Oki-B4250.xml -usr/share/foomatic/db/source/printer/Oki-B4300.xml -usr/share/foomatic/db/source/printer/Oki-B4350.xml -usr/share/foomatic/db/source/printer/Oki-B4400.xml -usr/share/foomatic/db/source/printer/Oki-B4545_MFP.xml -usr/share/foomatic/db/source/printer/Oki-B4600.xml -usr/share/foomatic/db/source/printer/Oki-B4600_PS.xml -usr/share/foomatic/db/source/printer/Oki-B6200.xml -usr/share/foomatic/db/source/printer/Oki-B6250.xml -usr/share/foomatic/db/source/printer/Oki-B6300.xml -usr/share/foomatic/db/source/printer/Oki-B6500.xml -usr/share/foomatic/db/source/printer/Oki-C110.xml -usr/share/foomatic/db/source/printer/Oki-C301dn.xml -usr/share/foomatic/db/source/printer/Oki-C3100.xml -usr/share/foomatic/db/source/printer/Oki-C310dn.xml -usr/share/foomatic/db/source/printer/Oki-C3200.xml -usr/share/foomatic/db/source/printer/Oki-C3300.xml -usr/share/foomatic/db/source/printer/Oki-C3400.xml -usr/share/foomatic/db/source/printer/Oki-C3530_MFP.xml -usr/share/foomatic/db/source/printer/Oki-C5100.xml -usr/share/foomatic/db/source/printer/Oki-C511dn.xml -usr/share/foomatic/db/source/printer/Oki-C5200.xml -usr/share/foomatic/db/source/printer/Oki-C5300.xml -usr/share/foomatic/db/source/printer/Oki-C5400.xml -usr/share/foomatic/db/source/printer/Oki-C5450.xml -usr/share/foomatic/db/source/printer/Oki-C5500.xml -usr/share/foomatic/db/source/printer/Oki-C5540_MFP.xml -usr/share/foomatic/db/source/printer/Oki-C5550_MFP.xml -usr/share/foomatic/db/source/printer/Oki-C5600.xml -usr/share/foomatic/db/source/printer/Oki-C5650.xml -usr/share/foomatic/db/source/printer/Oki-C5700.xml -usr/share/foomatic/db/source/printer/Oki-C5750.xml -usr/share/foomatic/db/source/printer/Oki-C5800.xml -usr/share/foomatic/db/source/printer/Oki-C5900.xml -usr/share/foomatic/db/source/printer/Oki-C6000.xml -usr/share/foomatic/db/source/printer/Oki-C6050.xml -usr/share/foomatic/db/source/printer/Oki-C6100.xml -usr/share/foomatic/db/source/printer/Oki-C6150.xml -usr/share/foomatic/db/source/printer/Oki-C710.xml -usr/share/foomatic/db/source/printer/Oki-C7100.xml -usr/share/foomatic/db/source/printer/Oki-C7200.xml -usr/share/foomatic/db/source/printer/Oki-C7300.xml -usr/share/foomatic/db/source/printer/Oki-C7350.xml -usr/share/foomatic/db/source/printer/Oki-C7400.xml -usr/share/foomatic/db/source/printer/Oki-C7500.xml -usr/share/foomatic/db/source/printer/Oki-C7550.xml -usr/share/foomatic/db/source/printer/Oki-C810.xml -usr/share/foomatic/db/source/printer/Oki-C8800.xml -usr/share/foomatic/db/source/printer/Oki-C9200.xml -usr/share/foomatic/db/source/printer/Oki-C9300.xml -usr/share/foomatic/db/source/printer/Oki-C9400.xml -usr/share/foomatic/db/source/printer/Oki-C9500.xml -usr/share/foomatic/db/source/printer/Oki-C9600.xml -usr/share/foomatic/db/source/printer/Oki-C9650.xml -usr/share/foomatic/db/source/printer/Oki-C9800.xml -usr/share/foomatic/db/source/printer/Oki-C9800_MFP.xml -usr/share/foomatic/db/source/printer/Oki-DP_5000.xml -usr/share/foomatic/db/source/printer/Oki-ML_320.xml -usr/share/foomatic/db/source/printer/Oki-ML_321.xml -usr/share/foomatic/db/source/printer/Oki-ML_380.xml -usr/share/foomatic/db/source/printer/Oki-Microline_182.xml -usr/share/foomatic/db/source/printer/Oki-Microline_192plus.xml -usr/share/foomatic/db/source/printer/Oki-Microline_600CL.xml -usr/share/foomatic/db/source/printer/Oki-Microline_620CL.xml -usr/share/foomatic/db/source/printer/Oki-Microline_IBM_compatible_9_pin.xml -usr/share/foomatic/db/source/printer/Oki-OL400.xml -usr/share/foomatic/db/source/printer/Oki-OL400e.xml -usr/share/foomatic/db/source/printer/Oki-OL400ex.xml -usr/share/foomatic/db/source/printer/Oki-OL400w.xml -usr/share/foomatic/db/source/printer/Oki-OL410e.xml -usr/share/foomatic/db/source/printer/Oki-OL600e.xml -usr/share/foomatic/db/source/printer/Oki-OL610e_PS.xml -usr/share/foomatic/db/source/printer/Oki-OL610e_S.xml -usr/share/foomatic/db/source/printer/Oki-OL800.xml -usr/share/foomatic/db/source/printer/Oki-OL810e_PS.xml -usr/share/foomatic/db/source/printer/Oki-OL810ex.xml -usr/share/foomatic/db/source/printer/Oki-OL820.xml -usr/share/foomatic/db/source/printer/Oki-OL830Plus.xml -usr/share/foomatic/db/source/printer/Oki-Okijet_2010.xml -usr/share/foomatic/db/source/printer/Oki-Okijet_2500.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_10e.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_10ex.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_12i.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_14ex.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_20DXn.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_4w.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_4wplus.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_6e.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_6ex.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_6w.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_8c.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_8p.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_8w.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_8w_Lite.xml -usr/share/foomatic/db/source/printer/Oki-Okipage_8z.xml -usr/share/foomatic/db/source/printer/Oki-Super_6e.xml -usr/share/foomatic/db/source/printer/Olivetti-JP350S.xml -usr/share/foomatic/db/source/printer/Olivetti-JP450.xml -usr/share/foomatic/db/source/printer/Olivetti-JP470.xml -usr/share/foomatic/db/source/printer/Olivetti-PG_306.xml -usr/share/foomatic/db/source/printer/Olivetti-d-Color_P160W.xml -usr/share/foomatic/db/source/printer/Olympus-P-10.xml -usr/share/foomatic/db/source/printer/Olympus-P-11.xml -usr/share/foomatic/db/source/printer/Olympus-P-200.xml -usr/share/foomatic/db/source/printer/Olympus-P-300E.xml -usr/share/foomatic/db/source/printer/Olympus-P-300NE.xml -usr/share/foomatic/db/source/printer/Olympus-P-300U.xml -usr/share/foomatic/db/source/printer/Olympus-P-330E.xml -usr/share/foomatic/db/source/printer/Olympus-P-330NE.xml -usr/share/foomatic/db/source/printer/Olympus-P-400.xml -usr/share/foomatic/db/source/printer/Olympus-P-440.xml -usr/share/foomatic/db/source/printer/PCPI-1030.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-180.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-2330.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-4510.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-4520.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-8016P.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-8020E.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-8045.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-8060.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C213.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C262.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C264.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C265.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C305.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C322.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C354.xml -usr/share/foomatic/db/source/printer/Panasonic-DP-C405.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P1123.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P1124.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P1150.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P1180i.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P1624.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P2023.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P2123.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P2135.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P2150.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P4410.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P4450.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P5400.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P6100.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P6150.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P6300_GDI.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P6500.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P8410.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P8420.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-P8475.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-PS600.xml -usr/share/foomatic/db/source/printer/Panasonic-KX-Pxxxx_24-pin.xml -usr/share/foomatic/db/source/printer/Pentax-PocketJet_200.xml -usr/share/foomatic/db/source/printer/Pentax-PocketJet_II.xml -usr/share/foomatic/db/source/printer/Printrex-820_DL.xml -usr/share/foomatic/db/source/printer/QMS-2425_Turbo_EX.xml -usr/share/foomatic/db/source/printer/QMS-LPK-100.xml -usr/share/foomatic/db/source/printer/QMS-magicolor_2.xml -usr/share/foomatic/db/source/printer/QMS-magicolor_2plus.xml -usr/share/foomatic/db/source/printer/QMS-ps-810.xml -usr/share/foomatic/db/source/printer/Raven-LP-410.xml -usr/share/foomatic/db/source/printer/Ricoh-4081.xml -usr/share/foomatic/db/source/printer/Ricoh-4801.xml -usr/share/foomatic/db/source/printer/Ricoh-6000.xml -usr/share/foomatic/db/source/printer/Ricoh-AficioSG3110DN.xml -usr/share/foomatic/db/source/printer/Ricoh-AficioSG3110DNw.xml -usr/share/foomatic/db/source/printer/Ricoh-AficioSG3110SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1022.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1027.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1032.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1035.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1045.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1060.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1075.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1224C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1232C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_1515.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2015.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2016.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2018.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2018D.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2020.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2020D.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2022.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2027.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2032.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2035.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2035e.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2045.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2045e.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2051.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2060.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2075.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2090.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2105.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_220.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2228C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2232C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_2238C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3025.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3030.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3035.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3045.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3224C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3228C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3232C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3235C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3245C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_3260C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_401.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_5206.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_700.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2600.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2600N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2610.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2610N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP3200.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP3800C.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP400.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP400N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP410.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP410N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP4510.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP600N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP610N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP900.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL1000N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL2000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3000e.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3100.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3500N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL4000DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL4000HDN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL5000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7100.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7200.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7300.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_Color5560.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_FX10.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1100.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1350.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1600.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_161.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_171.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_201.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2352.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2510.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2550.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2550B.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2851.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2852.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_301.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3010.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3350.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3350B.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3351.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3352.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4000B.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4002.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5000B.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5002.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6002.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7502.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_8000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_8001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_9000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_9001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_9002.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2050.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2051.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2550.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2551.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2800.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C300.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3001.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3002.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C300SR.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C305.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3300.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3501.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3502.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C400.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C400SR.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4501.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4501A.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4502.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4502A.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C5000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C5501.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C5501A.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C5502.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C5502A.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C6000.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C6501.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C7500.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C7501.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W2400.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W2401.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W3600.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W3601.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W5100.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W7140.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_1000S.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_1100S.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_300DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3400N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3400SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3410DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3410SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3500N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3500SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3510DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_3510SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4100N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4100NL.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4110N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4210N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4310N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_5200DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_5200S.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_5210DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_5210SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_5210SR.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_6330N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_8100DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_8200DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_8300DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_9100DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C221N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C222DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C222SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C231N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C232DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C232SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C242DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C242SF.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C311N.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C312DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C320DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C400DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C410DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C411DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C420DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C430DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C431DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C730DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C811DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C820DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C821DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C830DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C831DN.xml -usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_W2470.xml -usr/share/foomatic/db/source/printer/Ricoh-ColorLaser_AP828.xml -usr/share/foomatic/db/source/printer/Ricoh-DDP_70.xml -usr/share/foomatic/db/source/printer/Ricoh-DDP_92.xml -usr/share/foomatic/db/source/printer/Ricoh-EMP_156.xml -usr/share/foomatic/db/source/printer/Ricoh-FAX5510L_5510NF.xml -usr/share/foomatic/db/source/printer/Ricoh-GX_3050N.xml -usr/share/foomatic/db/source/printer/Ricoh-GX_3050SFN.xml -usr/share/foomatic/db/source/printer/Ricoh-GX_5050N.xml -usr/share/foomatic/db/source/printer/Ricoh-GX_E3350N.xml -usr/share/foomatic/db/source/printer/Ricoh-GX_E5550N.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_2500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_2500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_2509J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_2702.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_3000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_3009J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_350.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_3500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_3500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_3509J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_4000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_4000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_430.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_430F.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_5000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_5000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_550.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_600.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_6000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_6000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_600SR.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_7000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_7000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_8000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_8000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_9000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_9000T_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_9000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2010.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2010_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2509J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2510.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C2519J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C300.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C300_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3010.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3010_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3509J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3510.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C3519J.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C400.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C400SR.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4500A_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4510.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4510A_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C4510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C530F.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C530FB.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5500A_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5510.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5510A_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C5510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6010.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6010_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6500.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C6500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C8000.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_C8000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_CW1200_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_CW2200.xml -usr/share/foomatic/db/source/printer/Ricoh-IM_CW2200_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_3400L.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_3410.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_3410SF.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_3510.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_3510SF.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_4210.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_4300.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_4310.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6110.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6120.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6210.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6220.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6310.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6320.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_6330.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8100.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8100M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8200.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8200M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8300.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_8300M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C320.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C411-ME.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C411.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C420-ME.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C420.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C711.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C721.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C721M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C730.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C730M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C731.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C731M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C810.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C810M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C811.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C811M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C820.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C820M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C821.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C821M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C830.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C830M.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C831.xml -usr/share/foomatic/db/source/printer/Ricoh-IPSiO_SP_C831M.xml -usr/share/foomatic/db/source/printer/Ricoh-IP_500SF.xml -usr/share/foomatic/db/source/printer/Ricoh-IP_C6020M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IP_C6020_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-IP_CW2200.xml -usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2600.xml -usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2600N.xml -usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2610.xml -usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2610N.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_1301_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_1601_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2001.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2001J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2501.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2553.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2553_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2554.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2554J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2554_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2555.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2555_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_2595J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3053.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3054.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3054J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3055.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_305plus.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_305plus_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_305plus_SPF_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3095J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3353.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3353_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3554.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3554J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3554_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3555.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3555_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_3595J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_401SPF.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_401SPF_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_402SPF.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_4054.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_4054_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_4055.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_4055_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_501.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_5054.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_5054_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_5055.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_5055_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_601.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6054.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6054_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6055.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6055_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_6503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_7503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_7503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_9003.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_9003_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C1500_615C.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C1803_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2003.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2003J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2003Z.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2004.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2011.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2094J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2094exJ.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2503J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2503Z.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2504.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2504_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2594J.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C2594exJ.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3003.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3003_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3004.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3004_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C305_SP_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C306Z.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C306_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C307.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C307_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3504.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3504_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C401.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C401SR.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C406Z.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C407.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C4503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C4503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C4504.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C4504_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C501.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C5503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C5503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C5504.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C5504_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C5504ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6003.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6003_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6004.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6004_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6502.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6502_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6503.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C6503_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C8002.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C8002_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C8003.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_C8003_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_CW2200.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_CW2201.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_W6700.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_W7100.xml -usr/share/foomatic/db/source/printer/Ricoh-MP_W8140.xml -usr/share/foomatic/db/source/printer/Ricoh-M_C2000.xml -usr/share/foomatic/db/source/printer/Ricoh-M_C2001.xml -usr/share/foomatic/db/source/printer/Ricoh-M_C250FW.xml -usr/share/foomatic/db/source/printer/Ricoh-M_C250FWB.xml -usr/share/foomatic/db/source/printer/Ricoh-P_500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_501.xml -usr/share/foomatic/db/source/printer/Ricoh-P_501_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_502.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6000_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6010M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6010_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6020M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6020_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6030M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6030_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6510M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6520M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_6520_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_800.xml -usr/share/foomatic/db/source/printer/Ricoh-P_801.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C300W.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C301.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C301SF.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C301W.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C600.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C6010M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-P_C6010_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1107EXP.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_1357EXP.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_6100HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_6100_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8100S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8100S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8110.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8110HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8110S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8110S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8110Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8120.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8120HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8120S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8120S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8120Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8200S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8200S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8210.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8210HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8210S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8210S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8210Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8220.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8220HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8220S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8220S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8220Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8300S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8300S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8310.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8310HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8310S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8310S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8310Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8320.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8320HT_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8320S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8320S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_8320Y_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_906EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_907EXP.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5100S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5100S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5110S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5110S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5200S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5210S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5300S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5300SL.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5300S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5310S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C5310S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7100.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7100S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7100S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7110.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7110S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7110S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7110_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7200.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7200S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7200S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7200S_Light.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7210.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7210S.xml -usr/share/foomatic/db/source/printer/Ricoh-Pro_C7210S_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-RPDL_III_Laser_Printer.xml -usr/share/foomatic/db/source/printer/Ricoh-RPDL_II_Laser_Printer.xml -usr/share/foomatic/db/source/printer/Ricoh-RPDL_IV_Laser_Printer.xml -usr/share/foomatic/db/source/printer/Ricoh-RPDL_I_Laser_Printer.xml -usr/share/foomatic/db/source/printer/Ricoh-SG3120BSFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212Nw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212SFw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212SNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212SUw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_212w.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213Nw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213SFw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213SNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213SUw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_213w.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_2200L.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_2200SFL.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_2300L.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_2300SFL.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_320DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_320SFN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_320SN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_325DNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_325SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_325SNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_330DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_330SFN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_330SN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3600DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3600SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3610SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3700.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3700SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3710DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_3710SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_377DNwX.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_377SFNwX.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_377SNwX.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_400DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4500_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_450DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4510DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4510SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4510SF_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4510_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_4520DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_5300.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_5310.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6410_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6420M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6420_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6430DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6430M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6430_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6440M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6440_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_6450_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_8400DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_8400M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_8400M_a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_8400_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_8400a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C250DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C250SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C252DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C252SF.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C261DNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C261SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C262DNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C262SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C340DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C341_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C342DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C342M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C342_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C352DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C360DNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C360SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C360SNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C361SFNw.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C420e_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C420e_ME_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C420e_M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C435DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C440DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C750M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C750_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C751M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C751_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C840DN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C840M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C840M_a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C840_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C840a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C841M_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C841M_a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C841_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C841a1_JPN.xml -usr/share/foomatic/db/source/printer/Ricoh-SP_C842DN.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_1100.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_1350.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_2550.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_2552.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_3350.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_3352.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_4000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_4002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_5000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_5002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_6000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_6001.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_6001GP.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_6002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_6002GP.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_7500.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_7500T.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_7501.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_7502.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_8000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_8000T.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_9000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_9001.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_9001T.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_9002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_9002T.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C1800.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2200.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2201.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2500.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2800.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2801.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C2802.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3300.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3301.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3302.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3500.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C3500it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4000it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4001.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4001A.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4001it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4002A.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4500.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C4500it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5000it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5001.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5001A.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5001A_it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5001it.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5002.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C5002A.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C6000.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C6001.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C7500.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_MP_C7501.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_Neo_452.xml -usr/share/foomatic/db/source/printer/Ricoh-imagio_Neo_453.xml -usr/share/foomatic/db/source/printer/Samsung-C140x.xml -usr/share/foomatic/db/source/printer/Samsung-C145x.xml -usr/share/foomatic/db/source/printer/Samsung-C1810.xml -usr/share/foomatic/db/source/printer/Samsung-C1860.xml -usr/share/foomatic/db/source/printer/Samsung-C2620.xml -usr/share/foomatic/db/source/printer/Samsung-C2670.xml -usr/share/foomatic/db/source/printer/Samsung-C268x.xml -usr/share/foomatic/db/source/printer/Samsung-C460.xml -usr/share/foomatic/db/source/printer/Samsung-C470.xml -usr/share/foomatic/db/source/printer/Samsung-C4820.xml -usr/share/foomatic/db/source/printer/Samsung-C48x.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-300.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-310.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-315.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-325.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-350.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-365.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-410.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-500.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-510.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-550.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-550N.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-600.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-610.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-610ND.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-620.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-650.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-650N.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-660.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-660N.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-660ND.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-670.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-680.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-770.xml -usr/share/foomatic/db/source/printer/Samsung-CLP-775.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-2160.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-3160.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-3175.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-3185.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-3300.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-4190.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-6200.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-6220.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-6240.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-6250.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-6260.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-8380.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-8385.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-8385X.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-8540.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-8640_8650.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-9250_9350.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-9252_9352.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-92x1_93x1.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-981x.xml -usr/share/foomatic/db/source/printer/Samsung-CLX-982x.xml -usr/share/foomatic/db/source/printer/Samsung-K2200.xml -usr/share/foomatic/db/source/printer/Samsung-K3250.xml -usr/share/foomatic/db/source/printer/Samsung-K401.xml -usr/share/foomatic/db/source/printer/Samsung-K4350.xml -usr/share/foomatic/db/source/printer/Samsung-K703.xml -usr/share/foomatic/db/source/printer/Samsung-K7600.xml -usr/share/foomatic/db/source/printer/Samsung-M262x_282x.xml -usr/share/foomatic/db/source/printer/Samsung-M267x_287x.xml -usr/share/foomatic/db/source/printer/Samsung-M283x.xml -usr/share/foomatic/db/source/printer/Samsung-M288x.xml -usr/share/foomatic/db/source/printer/Samsung-M301x.xml -usr/share/foomatic/db/source/printer/Samsung-M306x.xml -usr/share/foomatic/db/source/printer/Samsung-M337x_387x_407x.xml -usr/share/foomatic/db/source/printer/Samsung-M403x.xml -usr/share/foomatic/db/source/printer/Samsung-M408x.xml -usr/share/foomatic/db/source/printer/Samsung-M4370_5370.xml -usr/share/foomatic/db/source/printer/Samsung-M453x.xml -usr/share/foomatic/db/source/printer/Samsung-M458x.xml -usr/share/foomatic/db/source/printer/Samsung-M5270.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1000.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1010.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1020.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1200.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1210.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1220.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1250.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1410.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1430.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1440.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1450.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1450PS.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1510.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1520.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1610.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1650.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1651N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1710.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1740.xml -usr/share/foomatic/db/source/printer/Samsung-ML-1750.xml -usr/share/foomatic/db/source/printer/Samsung-ML-200.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2010.xml -usr/share/foomatic/db/source/printer/Samsung-ML-210.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2150.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2150PS.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2151N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2151NPS.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2152W.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2152WPS.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2250.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2550.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2551N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2552W.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2570.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2571N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2580.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2850.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2850D.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2851ND.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2853.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2855.xml -usr/share/foomatic/db/source/printer/Samsung-ML-2950.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3051N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3051ND.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3470.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3470D.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3471ND.xml -usr/share/foomatic/db/source/printer/Samsung-ML-3475.xml -usr/share/foomatic/db/source/printer/Samsung-ML-371x.xml -usr/share/foomatic/db/source/printer/Samsung-ML-375x.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4050.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4050N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4055.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4500.xml -usr/share/foomatic/db/source/printer/Samsung-ML-451x_501x.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4550.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4551N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4551ND.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4555.xml -usr/share/foomatic/db/source/printer/Samsung-ML-4600.xml -usr/share/foomatic/db/source/printer/Samsung-ML-5000a.xml -usr/share/foomatic/db/source/printer/Samsung-ML-5050G.xml -usr/share/foomatic/db/source/printer/Samsung-ML-5080.xml -usr/share/foomatic/db/source/printer/Samsung-ML-551x_651x.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6000.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6040.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6060.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6060N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6060S.xml -usr/share/foomatic/db/source/printer/Samsung-ML-6100.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7000.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7000N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7000P.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7050.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7300.xml -usr/share/foomatic/db/source/printer/Samsung-ML-7300N.xml -usr/share/foomatic/db/source/printer/Samsung-ML-85.xml -usr/share/foomatic/db/source/printer/Samsung-ML-85G.xml -usr/share/foomatic/db/source/printer/Samsung-ML-8850_8950.xml -usr/share/foomatic/db/source/printer/Samsung-ML-8x00.xml -usr/share/foomatic/db/source/printer/Samsung-QL-5100A.xml -usr/share/foomatic/db/source/printer/Samsung-QL-6050.xml -usr/share/foomatic/db/source/printer/Samsung-QL-85G.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-470x.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-472x.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-483x_5x3x.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-4x24.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-4x25.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-4x26.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-4x28.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-5635.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-5835_5935.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-5835_5935X.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6545.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6545X.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-681x.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6x20.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6x22.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6x45.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6x55.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-6x55X.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-8030_8040.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-8123_8128.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-8230_8240.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-881x.xml -usr/share/foomatic/db/source/printer/Samsung-SCX-882x.xml -usr/share/foomatic/db/source/printer/Samsung-SF_MSYS_MJ-4700_4800_4500C.xml -usr/share/foomatic/db/source/printer/Samsung-SI-630A.xml -usr/share/foomatic/db/source/printer/Samsung-X3220.xml -usr/share/foomatic/db/source/printer/Samsung-X401.xml -usr/share/foomatic/db/source/printer/Samsung-X4300.xml -usr/share/foomatic/db/source/printer/Samsung-X703.xml -usr/share/foomatic/db/source/printer/Samsung-X7600.xml -usr/share/foomatic/db/source/printer/Savin-2404WD.xml -usr/share/foomatic/db/source/printer/Savin-2404WDP.xml -usr/share/foomatic/db/source/printer/Savin-2406WD.xml -usr/share/foomatic/db/source/printer/Savin-2522.xml -usr/share/foomatic/db/source/printer/Savin-2527.xml -usr/share/foomatic/db/source/printer/Savin-2532.xml -usr/share/foomatic/db/source/printer/Savin-2535_2235.xml -usr/share/foomatic/db/source/printer/Savin-2545_2245.xml -usr/share/foomatic/db/source/printer/Savin-2560.xml -usr/share/foomatic/db/source/printer/Savin-2575.xml -usr/share/foomatic/db/source/printer/Savin-3406WD.xml -usr/share/foomatic/db/source/printer/Savin-3515.xml -usr/share/foomatic/db/source/printer/Savin-40105.xml -usr/share/foomatic/db/source/printer/Savin-4015.xml -usr/share/foomatic/db/source/printer/Savin-4018.xml -usr/share/foomatic/db/source/printer/Savin-4018d.xml -usr/share/foomatic/db/source/printer/Savin-4022.xml -usr/share/foomatic/db/source/printer/Savin-4027.xml -usr/share/foomatic/db/source/printer/Savin-4035_4135g.xml -usr/share/foomatic/db/source/printer/Savin-4035e_4135eG.xml -usr/share/foomatic/db/source/printer/Savin-4045_4145g.xml -usr/share/foomatic/db/source/printer/Savin-4045e_4145eG.xml -usr/share/foomatic/db/source/printer/Savin-4051.xml -usr/share/foomatic/db/source/printer/Savin-4060.xml -usr/share/foomatic/db/source/printer/Savin-4075.xml -usr/share/foomatic/db/source/printer/Savin-4090.xml -usr/share/foomatic/db/source/printer/Savin-5100WD.xml -usr/share/foomatic/db/source/printer/Savin-7025.xml -usr/share/foomatic/db/source/printer/Savin-7140WD.xml -usr/share/foomatic/db/source/printer/Savin-8016.xml -usr/share/foomatic/db/source/printer/Savin-8020.xml -usr/share/foomatic/db/source/printer/Savin-8020d.xml -usr/share/foomatic/db/source/printer/Savin-8025.xml -usr/share/foomatic/db/source/printer/Savin-8025e.xml -usr/share/foomatic/db/source/printer/Savin-8030.xml -usr/share/foomatic/db/source/printer/Savin-8030e.xml -usr/share/foomatic/db/source/printer/Savin-8035_8035g.xml -usr/share/foomatic/db/source/printer/Savin-8035e.xml -usr/share/foomatic/db/source/printer/Savin-8045_8045g.xml -usr/share/foomatic/db/source/printer/Savin-8045e.xml -usr/share/foomatic/db/source/printer/Savin-8055.xml -usr/share/foomatic/db/source/printer/Savin-8060.xml -usr/share/foomatic/db/source/printer/Savin-8065.xml -usr/share/foomatic/db/source/printer/Savin-8070.xml -usr/share/foomatic/db/source/printer/Savin-8075.xml -usr/share/foomatic/db/source/printer/Savin-8080.xml -usr/share/foomatic/db/source/printer/Savin-8090.xml -usr/share/foomatic/db/source/printer/Savin-8110.xml -usr/share/foomatic/db/source/printer/Savin-8135.xml -usr/share/foomatic/db/source/printer/Savin-816.xml -usr/share/foomatic/db/source/printer/Savin-9016.xml -usr/share/foomatic/db/source/printer/Savin-9021d.xml -usr/share/foomatic/db/source/printer/Savin-9025.xml -usr/share/foomatic/db/source/printer/Savin-9025b.xml -usr/share/foomatic/db/source/printer/Savin-9033.xml -usr/share/foomatic/db/source/printer/Savin-9033b.xml -usr/share/foomatic/db/source/printer/Savin-9040.xml -usr/share/foomatic/db/source/printer/Savin-9040b.xml -usr/share/foomatic/db/source/printer/Savin-9050.xml -usr/share/foomatic/db/source/printer/Savin-9050b.xml -usr/share/foomatic/db/source/printer/Savin-9060.xml -usr/share/foomatic/db/source/printer/Savin-9070.xml -usr/share/foomatic/db/source/printer/Savin-9080.xml -usr/share/foomatic/db/source/printer/Savin-9090.xml -usr/share/foomatic/db/source/printer/Savin-917.xml -usr/share/foomatic/db/source/printer/Savin-920.xml -usr/share/foomatic/db/source/printer/Savin-9228.xml -usr/share/foomatic/db/source/printer/Savin-9233.xml -usr/share/foomatic/db/source/printer/Savin-9240.xml -usr/share/foomatic/db/source/printer/Savin-9250.xml -usr/share/foomatic/db/source/printer/Savin-C2408.xml -usr/share/foomatic/db/source/printer/Savin-C2410.xml -usr/share/foomatic/db/source/printer/Savin-C2524.xml -usr/share/foomatic/db/source/printer/Savin-C2525.xml -usr/share/foomatic/db/source/printer/Savin-C2532.xml -usr/share/foomatic/db/source/printer/Savin-C2820.xml -usr/share/foomatic/db/source/printer/Savin-C2824.xml -usr/share/foomatic/db/source/printer/Savin-C2828.xml -usr/share/foomatic/db/source/printer/Savin-C3030.xml -usr/share/foomatic/db/source/printer/Savin-C3210.xml -usr/share/foomatic/db/source/printer/Savin-C3210e.xml -usr/share/foomatic/db/source/printer/Savin-C3224.xml -usr/share/foomatic/db/source/printer/Savin-C3333.xml -usr/share/foomatic/db/source/printer/Savin-C3528.xml -usr/share/foomatic/db/source/printer/Savin-C3535.xml -usr/share/foomatic/db/source/printer/Savin-C3828.xml -usr/share/foomatic/db/source/printer/Savin-C4040.xml -usr/share/foomatic/db/source/printer/Savin-C4535.xml -usr/share/foomatic/db/source/printer/Savin-C4540.xml -usr/share/foomatic/db/source/printer/Savin-C5050.xml -usr/share/foomatic/db/source/printer/Savin-C6045.xml -usr/share/foomatic/db/source/printer/Savin-C6055.xml -usr/share/foomatic/db/source/printer/Savin-C7570.xml -usr/share/foomatic/db/source/printer/Savin-C9020.xml -usr/share/foomatic/db/source/printer/Savin-C9025.xml -usr/share/foomatic/db/source/printer/Savin-C9065.xml -usr/share/foomatic/db/source/printer/Savin-C9075.xml -usr/share/foomatic/db/source/printer/Savin-C9120.xml -usr/share/foomatic/db/source/printer/Savin-C9125.xml -usr/share/foomatic/db/source/printer/Savin-C9130.xml -usr/share/foomatic/db/source/printer/Savin-C9135.xml -usr/share/foomatic/db/source/printer/Savin-C9145.xml -usr/share/foomatic/db/source/printer/Savin-C9145A.xml -usr/share/foomatic/db/source/printer/Savin-C9155.xml -usr/share/foomatic/db/source/printer/Savin-C9155A.xml -usr/share/foomatic/db/source/printer/Savin-CLP1036.xml -usr/share/foomatic/db/source/printer/Savin-CLP128.xml -usr/share/foomatic/db/source/printer/Savin-CLP131DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP135.xml -usr/share/foomatic/db/source/printer/Savin-CLP1620.xml -usr/share/foomatic/db/source/printer/Savin-CLP17.xml -usr/share/foomatic/db/source/printer/Savin-CLP18.xml -usr/share/foomatic/db/source/printer/Savin-CLP22.xml -usr/share/foomatic/db/source/printer/Savin-CLP240D.xml -usr/share/foomatic/db/source/printer/Savin-CLP26DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP27DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP28.xml -usr/share/foomatic/db/source/printer/Savin-CLP31DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP340D.xml -usr/share/foomatic/db/source/printer/Savin-CLP35.xml -usr/share/foomatic/db/source/printer/Savin-CLP350D.xml -usr/share/foomatic/db/source/printer/Savin-CLP37DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP42DN.xml -usr/share/foomatic/db/source/printer/Savin-CLP831.xml -usr/share/foomatic/db/source/printer/Savin-C_230.xml -usr/share/foomatic/db/source/printer/Savin-C_230SR.xml -usr/share/foomatic/db/source/printer/Savin-C_240.xml -usr/share/foomatic/db/source/printer/Savin-C_240SR.xml -usr/share/foomatic/db/source/printer/Savin-FAX3799_3799nf.xml -usr/share/foomatic/db/source/printer/Savin-IM_2500.xml -usr/share/foomatic/db/source/printer/Savin-IM_3000.xml -usr/share/foomatic/db/source/printer/Savin-IM_350.xml -usr/share/foomatic/db/source/printer/Savin-IM_3500.xml -usr/share/foomatic/db/source/printer/Savin-IM_4000.xml -usr/share/foomatic/db/source/printer/Savin-IM_430.xml -usr/share/foomatic/db/source/printer/Savin-IM_5000.xml -usr/share/foomatic/db/source/printer/Savin-IM_550.xml -usr/share/foomatic/db/source/printer/Savin-IM_600.xml -usr/share/foomatic/db/source/printer/Savin-IM_6000.xml -usr/share/foomatic/db/source/printer/Savin-IM_600SR.xml -usr/share/foomatic/db/source/printer/Savin-IM_7000.xml -usr/share/foomatic/db/source/printer/Savin-IM_8000.xml -usr/share/foomatic/db/source/printer/Savin-IM_9000.xml -usr/share/foomatic/db/source/printer/Savin-IM_C2000.xml -usr/share/foomatic/db/source/printer/Savin-IM_C2500.xml -usr/share/foomatic/db/source/printer/Savin-IM_C300.xml -usr/share/foomatic/db/source/printer/Savin-IM_C3000.xml -usr/share/foomatic/db/source/printer/Savin-IM_C3500.xml -usr/share/foomatic/db/source/printer/Savin-IM_C400.xml -usr/share/foomatic/db/source/printer/Savin-IM_C400SR.xml -usr/share/foomatic/db/source/printer/Savin-IM_C4500.xml -usr/share/foomatic/db/source/printer/Savin-IM_C530F.xml -usr/share/foomatic/db/source/printer/Savin-IM_C530FB.xml -usr/share/foomatic/db/source/printer/Savin-IM_C6000.xml -usr/share/foomatic/db/source/printer/Savin-IM_C6500.xml -usr/share/foomatic/db/source/printer/Savin-IM_C8000.xml -usr/share/foomatic/db/source/printer/Savin-IM_CW2200.xml -usr/share/foomatic/db/source/printer/Savin-IP_CW2200.xml -usr/share/foomatic/db/source/printer/Savin-MLP145.xml -usr/share/foomatic/db/source/printer/Savin-MLP150DN.xml -usr/share/foomatic/db/source/printer/Savin-MLP175n.xml -usr/share/foomatic/db/source/printer/Savin-MLP235n.xml -usr/share/foomatic/db/source/printer/Savin-MLP25.xml -usr/share/foomatic/db/source/printer/Savin-MLP25n.xml -usr/share/foomatic/db/source/printer/Savin-MLP26.xml -usr/share/foomatic/db/source/printer/Savin-MLP26n.xml -usr/share/foomatic/db/source/printer/Savin-MLP28.xml -usr/share/foomatic/db/source/printer/Savin-MLP28n.xml -usr/share/foomatic/db/source/printer/Savin-MLP31n.xml -usr/share/foomatic/db/source/printer/Savin-MLP31nL.xml -usr/share/foomatic/db/source/printer/Savin-MLP32.xml -usr/share/foomatic/db/source/printer/Savin-MLP35n.xml -usr/share/foomatic/db/source/printer/Savin-MLP36n.xml -usr/share/foomatic/db/source/printer/Savin-MLP37N.xml -usr/share/foomatic/db/source/printer/Savin-MLP45.xml -usr/share/foomatic/db/source/printer/Savin-MLP75n.xml -usr/share/foomatic/db/source/printer/Savin-MP_2352.xml -usr/share/foomatic/db/source/printer/Savin-MP_2501.xml -usr/share/foomatic/db/source/printer/Savin-MP_2553.xml -usr/share/foomatic/db/source/printer/Savin-MP_2554.xml -usr/share/foomatic/db/source/printer/Savin-MP_2555.xml -usr/share/foomatic/db/source/printer/Savin-MP_2852.xml -usr/share/foomatic/db/source/printer/Savin-MP_301.xml -usr/share/foomatic/db/source/printer/Savin-MP_3053.xml -usr/share/foomatic/db/source/printer/Savin-MP_3054.xml -usr/share/foomatic/db/source/printer/Savin-MP_3055.xml -usr/share/foomatic/db/source/printer/Savin-MP_305plus.xml -usr/share/foomatic/db/source/printer/Savin-MP_3352.xml -usr/share/foomatic/db/source/printer/Savin-MP_3353.xml -usr/share/foomatic/db/source/printer/Savin-MP_3554.xml -usr/share/foomatic/db/source/printer/Savin-MP_3555.xml -usr/share/foomatic/db/source/printer/Savin-MP_4002.xml -usr/share/foomatic/db/source/printer/Savin-MP_401SPF.xml -usr/share/foomatic/db/source/printer/Savin-MP_402SPF.xml -usr/share/foomatic/db/source/printer/Savin-MP_4054.xml -usr/share/foomatic/db/source/printer/Savin-MP_4055.xml -usr/share/foomatic/db/source/printer/Savin-MP_5002.xml -usr/share/foomatic/db/source/printer/Savin-MP_501.xml -usr/share/foomatic/db/source/printer/Savin-MP_5054.xml -usr/share/foomatic/db/source/printer/Savin-MP_5055.xml -usr/share/foomatic/db/source/printer/Savin-MP_6002.xml -usr/share/foomatic/db/source/printer/Savin-MP_601.xml -usr/share/foomatic/db/source/printer/Savin-MP_6054.xml -usr/share/foomatic/db/source/printer/Savin-MP_6055.xml -usr/share/foomatic/db/source/printer/Savin-MP_6503.xml -usr/share/foomatic/db/source/printer/Savin-MP_7502.xml -usr/share/foomatic/db/source/printer/Savin-MP_7503.xml -usr/share/foomatic/db/source/printer/Savin-MP_9002.xml -usr/share/foomatic/db/source/printer/Savin-MP_9003.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2003.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2004.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2004ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2503.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2504.xml -usr/share/foomatic/db/source/printer/Savin-MP_C2504ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3002.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3003.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3004.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3004ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C305.xml -usr/share/foomatic/db/source/printer/Savin-MP_C306Z.xml -usr/share/foomatic/db/source/printer/Savin-MP_C307.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3502.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3503.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3504.xml -usr/share/foomatic/db/source/printer/Savin-MP_C3504ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C401.xml -usr/share/foomatic/db/source/printer/Savin-MP_C401SR.xml -usr/share/foomatic/db/source/printer/Savin-MP_C406Z.xml -usr/share/foomatic/db/source/printer/Savin-MP_C407.xml -usr/share/foomatic/db/source/printer/Savin-MP_C4502.xml -usr/share/foomatic/db/source/printer/Savin-MP_C4502A.xml -usr/share/foomatic/db/source/printer/Savin-MP_C4503.xml -usr/share/foomatic/db/source/printer/Savin-MP_C4504.xml -usr/share/foomatic/db/source/printer/Savin-MP_C4504ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C501.xml -usr/share/foomatic/db/source/printer/Savin-MP_C5502.xml -usr/share/foomatic/db/source/printer/Savin-MP_C5502A.xml -usr/share/foomatic/db/source/printer/Savin-MP_C5503.xml -usr/share/foomatic/db/source/printer/Savin-MP_C5504ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C6003.xml -usr/share/foomatic/db/source/printer/Savin-MP_C6004.xml -usr/share/foomatic/db/source/printer/Savin-MP_C6004ex.xml -usr/share/foomatic/db/source/printer/Savin-MP_C6502.xml -usr/share/foomatic/db/source/printer/Savin-MP_C6503.xml -usr/share/foomatic/db/source/printer/Savin-MP_C8002.xml -usr/share/foomatic/db/source/printer/Savin-MP_C8003.xml -usr/share/foomatic/db/source/printer/Savin-MP_CW2200.xml -usr/share/foomatic/db/source/printer/Savin-MP_CW2201.xml -usr/share/foomatic/db/source/printer/Savin-MP_W6700.xml -usr/share/foomatic/db/source/printer/Savin-MP_W7100.xml -usr/share/foomatic/db/source/printer/Savin-MP_W8140.xml -usr/share/foomatic/db/source/printer/Savin-P_501.xml -usr/share/foomatic/db/source/printer/Savin-P_502.xml -usr/share/foomatic/db/source/printer/Savin-P_800.xml -usr/share/foomatic/db/source/printer/Savin-P_801.xml -usr/share/foomatic/db/source/printer/Savin-P_C600.xml -usr/share/foomatic/db/source/printer/Savin-Pro_1106EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_1107EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_1356EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_1357EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8100S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8110.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8110S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8120.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8120S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8200S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8210.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8210S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8220.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8220S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8300S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8310.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8310S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8320.xml -usr/share/foomatic/db/source/printer/Savin-Pro_8320S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_906EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_907EX.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5100S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5110S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5200S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5210S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5300S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C5310S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7100.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7100S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7110.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7110S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7200.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7200S.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7200S_Light.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7210.xml -usr/share/foomatic/db/source/printer/Savin-Pro_C7210S.xml -usr/share/foomatic/db/source/printer/Savin-SDC555.xml -usr/share/foomatic/db/source/printer/Savin-SG3110DN.xml -usr/share/foomatic/db/source/printer/Savin-SG3110DNw.xml -usr/share/foomatic/db/source/printer/Savin-SG3110SFNw.xml -usr/share/foomatic/db/source/printer/Savin-SGC_1506.xml -usr/share/foomatic/db/source/printer/Savin-SLP26.xml -usr/share/foomatic/db/source/printer/Savin-SLP26n.xml -usr/share/foomatic/db/source/printer/Savin-SLP32.xml -usr/share/foomatic/db/source/printer/Savin-SLP38c.xml -usr/share/foomatic/db/source/printer/Savin-SP_3600DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_3600SF.xml -usr/share/foomatic/db/source/printer/Savin-SP_3610SF.xml -usr/share/foomatic/db/source/printer/Savin-SP_4310N.xml -usr/share/foomatic/db/source/printer/Savin-SP_4510DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_4510SF.xml -usr/share/foomatic/db/source/printer/Savin-SP_4520DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_5200DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_5200S.xml -usr/share/foomatic/db/source/printer/Savin-SP_5210DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_5210SF.xml -usr/share/foomatic/db/source/printer/Savin-SP_5210SR.xml -usr/share/foomatic/db/source/printer/Savin-SP_5300.xml -usr/share/foomatic/db/source/printer/Savin-SP_5310.xml -usr/share/foomatic/db/source/printer/Savin-SP_6430DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_8300DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_8400DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C320DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C340DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C342DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C352DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C360DNw.xml -usr/share/foomatic/db/source/printer/Savin-SP_C360SFNw.xml -usr/share/foomatic/db/source/printer/Savin-SP_C361SFNw.xml -usr/share/foomatic/db/source/printer/Savin-SP_C400DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C435DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C440DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C730DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C830DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C831DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C840DN.xml -usr/share/foomatic/db/source/printer/Savin-SP_C842DN.xml -usr/share/foomatic/db/source/printer/Seiko-SLP-100.xml -usr/share/foomatic/db/source/printer/Seiko-SLP-200.xml -usr/share/foomatic/db/source/printer/Seiko-SLP-240.xml -usr/share/foomatic/db/source/printer/Seiko-SLP.xml -usr/share/foomatic/db/source/printer/Seiko-SLP_120.xml -usr/share/foomatic/db/source/printer/Seiko-SLP_220.xml -usr/share/foomatic/db/source/printer/Seiko-SLP_EZ30.xml -usr/share/foomatic/db/source/printer/Seiko-SLP_Plus.xml -usr/share/foomatic/db/source/printer/Seiko-SLP_Pro.xml -usr/share/foomatic/db/source/printer/Seiko-SpeedJET_200.xml -usr/share/foomatic/db/source/printer/Sharp-AJ-1800.xml -usr/share/foomatic/db/source/printer/Sharp-AJ-1805.xml -usr/share/foomatic/db/source/printer/Sharp-AJ-2000.xml -usr/share/foomatic/db/source/printer/Sharp-AJ-2005.xml -usr/share/foomatic/db/source/printer/Sharp-AJ-2100.xml -usr/share/foomatic/db/source/printer/Sharp-AR-155FG.xml -usr/share/foomatic/db/source/printer/Sharp-AR-155FG_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-160M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-160M_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-161.xml -usr/share/foomatic/db/source/printer/Sharp-AR-163FG.xml -usr/share/foomatic/db/source/printer/Sharp-AR-163FG_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-163G.xml -usr/share/foomatic/db/source/printer/Sharp-AR-163G_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-168D.xml -usr/share/foomatic/db/source/printer/Sharp-AR-168S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-200M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-200M_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-205FG.xml -usr/share/foomatic/db/source/printer/Sharp-AR-205FG_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-205G.xml -usr/share/foomatic/db/source/printer/Sharp-AR-205G_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-266FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-266FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-266S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-266S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-311S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-351S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-451S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-5220.xml -usr/share/foomatic/db/source/printer/Sharp-AR-555M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-555M_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-555S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-555S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-625M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-625M_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-625S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-625S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-705M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-705M_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-705S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-705S_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-B07.xml -usr/share/foomatic/db/source/printer/Sharp-AR-BC260.xml -usr/share/foomatic/db/source/printer/Sharp-AR-BC320.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C170FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C170FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C170M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C172FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C172FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C172M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260F.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260P.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C260S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C261F.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C261FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C261FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C261M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C261S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C262FP.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C262FP_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C262M.xml -usr/share/foomatic/db/source/printer/Sharp-AR-C262S.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M150.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M150_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M155.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M155_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M160.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M160_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M161.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M161_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M162.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M162_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M165.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M165_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M205.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M205_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M206.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M206_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M207.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M207_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M236.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M236_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M237.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M237_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M256.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M276.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M276_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M277.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M277_PS.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M351N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M351U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M355N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M355U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M451N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M451U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M455N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M455U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M550N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M550U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M620N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M620U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M700N.xml -usr/share/foomatic/db/source/printer/Sharp-AR-M700U.xml -usr/share/foomatic/db/source/printer/Sharp-AR-N182FG.xml -usr/share/foomatic/db/source/printer/Sharp-AR-N182G.xml -usr/share/foomatic/db/source/printer/Sharp-AR-NB2A.xml -usr/share/foomatic/db/source/printer/Sharp-ARP350.xml -usr/share/foomatic/db/source/printer/Sharp-ARP450.xml -usr/share/foomatic/db/source/printer/Sharp-MX-1810U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2010U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300FG.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300FG_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300G.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300G_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2300N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2310F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2310U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2314N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2314NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2514FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2610FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2610N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2614N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2614NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2615N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2616N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2640FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2640N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700FG.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700FG_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700G.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700G_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-2700N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3110FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3110N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3111F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3111U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3114FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3114N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3114NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3115N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3116N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3140FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3140N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3500FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3500FN_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3500N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3500N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3501FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3501FN_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3501N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3501N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3610FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3610N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3611F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3614FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3640FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-3640N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4110FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4110N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4111FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4111N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4112N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4140FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4140N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4141FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4141N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4500FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4500FN_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4500N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4500N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4501FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4501FN_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4501N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-4501N_PS.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5110FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5110N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5111FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5111N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5112N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5140FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5140N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5141FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5141N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-5500N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-6200N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-6240N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-6500N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-6540FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-7000N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-7040N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-7500N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C250.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C250E.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C250F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C250FE.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C250FR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300E.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300P.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300PE.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300PL.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300W.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300WE.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C300WR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C301.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C301F.xml -usr/share/foomatic/db/source/printer/Sharp-MX-C301W.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M1054.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M1100.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M1204.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M182.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M182D.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M202D.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M232D.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M260.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M260FP.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M260N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M264FP.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M264N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M264NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M264NV.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M264U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M310.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M310FP.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M310N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M314FP.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M314N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M314NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M314NV.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M314U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M354FP.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M354N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M354NR.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M354U.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M364N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M365FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M365N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M464FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M464N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M465FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M465N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M564FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M564N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M565FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M565N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M654FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M654N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M754FN.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M754N.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M850.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M860.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M904.xml -usr/share/foomatic/db/source/printer/Sharp-MX-M950.xml -usr/share/foomatic/db/source/printer/Sharp-MX-NB11.xml -usr/share/foomatic/db/source/printer/SiPix-Pocket_Printer_A6.xml -usr/share/foomatic/db/source/printer/Sony-IJP-V100.xml -usr/share/foomatic/db/source/printer/Sony-UP-DP10.xml -usr/share/foomatic/db/source/printer/Sony-UP-DR150.xml -usr/share/foomatic/db/source/printer/Star-JJ-100.xml -usr/share/foomatic/db/source/printer/Star-LC24-100.xml -usr/share/foomatic/db/source/printer/Star-LC24-200.xml -usr/share/foomatic/db/source/printer/Star-LC_90.xml -usr/share/foomatic/db/source/printer/Star-LS-04.xml -usr/share/foomatic/db/source/printer/Star-LaserPrinter_8.xml -usr/share/foomatic/db/source/printer/Star-NL-10.xml -usr/share/foomatic/db/source/printer/Star-NX-1001.xml -usr/share/foomatic/db/source/printer/Star-StarJet_48.xml -usr/share/foomatic/db/source/printer/Star-WinType_4000.xml -usr/share/foomatic/db/source/printer/Tally-LN45.xml -usr/share/foomatic/db/source/printer/Tally-ML450.xml -usr/share/foomatic/db/source/printer/Tally-MT908.xml -usr/share/foomatic/db/source/printer/Tektronix-4693d.xml -usr/share/foomatic/db/source/printer/Tektronix-4695.xml -usr/share/foomatic/db/source/printer/Tektronix-4696.xml -usr/share/foomatic/db/source/printer/Tektronix-4697.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_350.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_750DP.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_750DX.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_750N.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_750P.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_780.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_850.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_850DP.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_850DX.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_850N.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_IISX.xml -usr/share/foomatic/db/source/printer/Tektronix-Phaser_PX.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_PowerPro_12.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_Pro_600.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_Pro_8.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_Pro_E.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_XL_Basic.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_XL_PS17.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_XL_PS35.xml -usr/share/foomatic/db/source/printer/Texas_Instruments-microLaser_XL_Turbo.xml -usr/share/foomatic/db/source/printer/Toshiba-DP2570.xml -usr/share/foomatic/db/source/printer/Toshiba-GL-1010.xml -usr/share/foomatic/db/source/printer/Toshiba-GL-1020.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_1101.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_1351.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_162.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_162d.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_165.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_167.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_200L.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_202L.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_203l.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_205.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_220cp.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_230.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_232.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_233.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_237.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_2500c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_280.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_281c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_282.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_283.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_2830c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_350.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3500c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3510c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3511.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_351c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_352.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_353.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3530c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_450.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4500c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_450s.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4511.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_451c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_452.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4520c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_453.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_500p.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_500s.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_520.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_523.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_523t.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_5500c.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_600.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_603.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_603t.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_720.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_723.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_723t.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_850.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_853.xml -usr/share/foomatic/db/source/printer/Toshiba-e-Studio_901.xml -usr/share/foomatic/db/source/printer/Xante-Accel-a-Writer_4G.xml -usr/share/foomatic/db/source/printer/Xante-FilmMaker_4.xml -usr/share/foomatic/db/source/printer/Xante-PlateMaker_4.xml -usr/share/foomatic/db/source/printer/Xerox-2700_XES.xml -usr/share/foomatic/db/source/printer/Xerox-3700_XES.xml -usr/share/foomatic/db/source/printer/Xerox-4045_XES.xml -usr/share/foomatic/db/source/printer/Xerox-Able_1406.xml -usr/share/foomatic/db/source/printer/Xerox-DocuColor_2006.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_4508.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C11.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C20.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C55.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C6.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C8.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_M750.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_M760.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N17.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N2125.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N24.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N32.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N3225.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N40.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4025.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4512.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4512PS.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4525.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P12.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P1202.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P8.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P8e.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_XJ6C.xml -usr/share/foomatic/db/source/printer/Xerox-DocuPrint_XJ8C.xml -usr/share/foomatic/db/source/printer/Xerox-Document_Centre_400.xml -usr/share/foomatic/db/source/printer/Xerox-Document_Homecentre.xml -usr/share/foomatic/db/source/printer/Xerox-FaxCenter_2121.xml -usr/share/foomatic/db/source/printer/Xerox-FaxCentre_2218.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_1235.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_2135.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3010.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3040.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3110.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3124.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3150.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3160N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3200MFP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3400.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3450.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_3500.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4400B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4400DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4400DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4400N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4500B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4500DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4500DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4500N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4510.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4510B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4510DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4510DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_4510N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_5500N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6100.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6110.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6120.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6121MFP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6125.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6130.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6130N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6180.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6180DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6180MFP-D.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6200B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6200DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6200DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6200N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6250B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6250N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6300DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6300N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6360.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6360DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_6360DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7300B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7300N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DXF.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7400N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7700DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7700DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7700GX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7750B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7750DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7750DXF.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7750GX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7760.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7760DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7760DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_7760GX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_790.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8200B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8200DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8200DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8200N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8400B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8400BD.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8400DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8400DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8400N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8500DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8500N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DT.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8560.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8560DN.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_860B.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_860DP.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_860DX.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_860N.xml -usr/share/foomatic/db/source/printer/Xerox-Phaser_8860.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_24.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_3045.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_385.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_4118.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_450cp.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_470cx.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_6015.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7228.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7232.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7242.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7328.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7335.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7345.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_C2424.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M118.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M20.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M24.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_PE120.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_Pro_128.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_Pro_133.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XD120f.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XE80.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XE90fx.xml -usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XK35c.xml -#usr/share/foomatic/xmlschema -usr/share/foomatic/xmlschema/driver.xsd -usr/share/foomatic/xmlschema/option.xsd -usr/share/foomatic/xmlschema/printer.xsd -usr/share/foomatic/xmlschema/types.xsd -#usr/share/man/man1/foomatic-combo-xml.1 -#usr/share/man/man1/foomatic-compiledb.1 -#usr/share/man/man1/foomatic-configure.1 -#usr/share/man/man1/foomatic-perl-data.1 -#usr/share/man/man1/foomatic-ppd-options.1 -#usr/share/man/man1/foomatic-ppdfile.1 -#usr/share/man/man1/foomatic-printjob.1 -#usr/share/man/man8/foomatic-addpjloptions.8 -#usr/share/man/man8/foomatic-getpjloptions.8 -#usr/share/man/man8/foomatic-kitload.8 -#usr/share/man/man8/foomatic-preferred-driver.8 -var/cache/foomatic diff --git a/lfs/foomatic b/lfs/foomatic deleted file mode 100644 index 21a5a589a..000000000 --- a/lfs/foomatic +++ /dev/null @@ -1,124 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = Tools for using the foomatic database of printers and printer drivers - -VER = 4.0.13 -VER_DB = 4.0-$(DATE) -VER_FILTERS = 4.0.17 -DATE = 20230828 - -THISAPP = foomatic-$(VER) -DL_FILE = foomatic-filters-$(VER_FILTERS).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = foomatic -PAK_VER = 10 - -DEPS = cups ghostscript hplip - -SERVICES = - -CFLAGS += -fcommon - -export LIB_CUPS=/usr/lib/cups -export CUPS_BACKENDS=/usr/lib/cups/backends -export CUPS_FILTERS=/usr/lib/cups/filters -export CUPS_PPDS=/usr/share/cups/model - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) \ - foomatic-db-$(VER_DB).tar.gz \ - foomatic-db-engine-$(VER).tar.gz - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -foomatic-db-$(VER_DB).tar.gz = $(DL_FROM)/foomatic-db-$(VER_DB).tar.gz -foomatic-db-engine-$(VER).tar.gz = $(DL_FROM)/foomatic-db-engine-$(VER).tar.gz - -$(DL_FILE)_BLAKE2 = 2c8089dd0a07677885180efd6157576a1e84448aeda83bdb0e1c2692242cd711eaa0c32956a5434ea109706bc9733118ee886caf1cab085d53d480ac45fd80e7 -foomatic-db-$(VER_DB).tar.gz_BLAKE2 = 9887993715c7d3037f76c9d97f52b02f5748d365cd0f547abcbce4098b5dc478aeac541d925a3a36bd3cae174df74860429174179ec1a29f6a7812f7ba793442 -foomatic-db-engine-$(VER).tar.gz_BLAKE2 = 7784a3fec0bf7059f13ecd9eb31be61811b1d10d28c0bdc1f9eaaf4068a462f70b4147ac3d7015a66faf0e55d205b906d6d23aa365e5ffa52020c4c120845d37 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_SRC)/foomatic-* && cd $(DIR_SRC) && \ - tar zxf $(DIR_DL)/$(DL_FILE) && \ - tar zxf $(DIR_DL)/foomatic-db-$(VER_DB).tar.gz && \ - tar zxf $(DIR_DL)/foomatic-db-engine-$(VER).tar.gz - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - cd $(DIR_SRC)/foomatic-db-$(DATE) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_SRC)/foomatic-db-$(DATE) && make $(MAKETUNING) - cd $(DIR_SRC)/foomatic-db-$(DATE) && make install - cd $(DIR_SRC)/foomatic-db-engine-$(VER) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_SRC)/foomatic-db-engine-$(VER) && make $(MAKETUNING) - cd $(DIR_SRC)/foomatic-db-engine-$(VER) && make install - - # Remove unwanted files - rm -rfv /usr/lib/ppr \ - /etc/foomatic/filter.conf.sample \ - /usr/share/foomatic/templates - - -mkdir -pv /var/cache/foomatic - - -mkdir -pv /etc/foomatic - echo "cups" > /etc/foomatic/defaultspooler - - @rm -rf $(DIR_SRC)/foomatic-* - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8174 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cq45Lhz3wyH for ; Mon, 14 Oct 2024 16:51:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cn20Qvz4ZX; Mon, 14 Oct 2024 16:51:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cm3m23z34Lx; Mon, 14 Oct 2024 16:51:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cd1RgFz34Hd for ; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cc5Qlzz2DC; Mon, 14 Oct 2024 16:51:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SBg97x5HHF2+jbjS5ldJOtd2nHRU/qHGIYSTp0w3s+A=; b=djx3iJSbGO55Owbz2k98+tbAMeuG7No9wpLMQ0gUmK8phOk6GfkxBTMQW1Lii41POv6ZG2 vUw5JotPddosgWHyv2kiYH/B7tgmuuHTg9xmJsgK2MkkQhhGLSoAtkqqo5DugNjJJ+5q+t YvVRgkzkTSpFTCfWKjOViLJdRWB20xffIb0o3/PbpDICkWD4lWqi+0OE6iD64kaGiqZNDD 0E7VuPNL3Q79E+fAVXsqpwllT8DfUo80rDC6UDTeRenYFYMPdATlGhw57aVd6A/UK8vhxk K2YvecM45UmwL/qGAGEWj1vvHbO/vomMImuyCmZ1E3drl5e5NgG4xrfhQ0BKbA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SBg97x5HHF2+jbjS5ldJOtd2nHRU/qHGIYSTp0w3s+A=; b=eRMb/kKFDPavx7MQ12V3YMEa7PtoA+SKT+3SQ/dQd+XA3UaHVbbpN5zcVpxyLNeNtaqJh+ V4F05SsGtSwBJUDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/17] ghostscript: Removal of package Date: Mon, 14 Oct 2024 18:51:06 +0200 Message-ID: <20241014165117.15440-6-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: KH3U5NEBYOCPETWVTHWYX442EVQEZZEP X-Message-ID-Hash: KH3U5NEBYOCPETWVTHWYX442EVQEZZEP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/ghostscript | 370 ------------------ lfs/ghostscript | 107 ----- .../ghostscript-10.03.1-bug707649.patch | 29 -- 3 files changed, 506 deletions(-) delete mode 100644 config/rootfiles/packages/ghostscript delete mode 100644 lfs/ghostscript delete mode 100644 src/patches/ghostscript-10.03.1-bug707649.patch diff --git a/config/rootfiles/packages/ghostscript b/config/rootfiles/packages/ghostscript deleted file mode 100644 index bd613aaae..000000000 --- a/config/rootfiles/packages/ghostscript +++ /dev/null @@ -1,370 +0,0 @@ -usr/bin/dvipdf -usr/bin/eps2eps -usr/bin/gs -usr/bin/gsbj -usr/bin/gsdj -usr/bin/gsdj500 -usr/bin/gslj -usr/bin/gslp -usr/bin/gsnd -usr/bin/lprsetup.sh -usr/bin/pdf2dsc -usr/bin/pdf2ps -usr/bin/pf2afm -usr/bin/pfbtopfa -usr/bin/pphs -usr/bin/printafm -usr/bin/ps2ascii -usr/bin/ps2epsi -usr/bin/ps2pdf -usr/bin/ps2pdf12 -usr/bin/ps2pdf13 -usr/bin/ps2pdf14 -usr/bin/ps2pdfwr -usr/bin/ps2ps -usr/bin/ps2ps2 -usr/bin/unix-lpr.sh -#usr/share/doc/ghostscript -#usr/share/doc/ghostscript/10.03.1 -#usr/share/doc/ghostscript/10.03.1/COPYING -#usr/share/doc/ghostscript/10.03.1/GS9_Color_Management.pdf -#usr/share/doc/ghostscript/10.03.1/Ghostscript.pdf -#usr/share/doc/ghostscript/10.03.1/News.html -#usr/share/ghostscript -#usr/share/ghostscript/10.03.1 -#usr/share/ghostscript/10.03.1/lib -#usr/share/ghostscript/10.03.1/lib/PDFA_def.ps -#usr/share/ghostscript/10.03.1/lib/PDFX_def.ps -#usr/share/ghostscript/10.03.1/lib/PM760p.upp -#usr/share/ghostscript/10.03.1/lib/PM760pl.upp -#usr/share/ghostscript/10.03.1/lib/PM820p.upp -#usr/share/ghostscript/10.03.1/lib/PM820pl.upp -#usr/share/ghostscript/10.03.1/lib/Stc670p.upp -#usr/share/ghostscript/10.03.1/lib/Stc670pl.upp -#usr/share/ghostscript/10.03.1/lib/Stc680p.upp -#usr/share/ghostscript/10.03.1/lib/Stc680pl.upp -#usr/share/ghostscript/10.03.1/lib/Stc740p.upp -#usr/share/ghostscript/10.03.1/lib/Stc740pl.upp -#usr/share/ghostscript/10.03.1/lib/Stc760p.upp -#usr/share/ghostscript/10.03.1/lib/Stc760pl.upp -#usr/share/ghostscript/10.03.1/lib/Stc777p.upp -#usr/share/ghostscript/10.03.1/lib/Stc777pl.upp -#usr/share/ghostscript/10.03.1/lib/Stp720p.upp -#usr/share/ghostscript/10.03.1/lib/Stp720pl.upp -#usr/share/ghostscript/10.03.1/lib/Stp870p.upp -#usr/share/ghostscript/10.03.1/lib/Stp870pl.upp -#usr/share/ghostscript/10.03.1/lib/acctest.ps -#usr/share/ghostscript/10.03.1/lib/align.ps -#usr/share/ghostscript/10.03.1/lib/bj8.rpd -#usr/share/ghostscript/10.03.1/lib/bj8gc12f.upp -#usr/share/ghostscript/10.03.1/lib/bj8hg12f.upp -#usr/share/ghostscript/10.03.1/lib/bj8oh06n.upp -#usr/share/ghostscript/10.03.1/lib/bj8pa06n.upp -#usr/share/ghostscript/10.03.1/lib/bj8pp12f.upp -#usr/share/ghostscript/10.03.1/lib/bj8ts06n.upp -#usr/share/ghostscript/10.03.1/lib/bjc6000a1.upp -#usr/share/ghostscript/10.03.1/lib/bjc6000b1.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a0.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a1.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a2.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a3.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a4.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a5.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a6.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a7.upp -#usr/share/ghostscript/10.03.1/lib/bjc610a8.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b1.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b2.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b3.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b4.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b6.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b7.upp -#usr/share/ghostscript/10.03.1/lib/bjc610b8.upp -#usr/share/ghostscript/10.03.1/lib/caption.ps -#usr/share/ghostscript/10.03.1/lib/cbjc600.ppd -#usr/share/ghostscript/10.03.1/lib/cbjc800.ppd -#usr/share/ghostscript/10.03.1/lib/cdj550.upp -#usr/share/ghostscript/10.03.1/lib/cdj690.upp -#usr/share/ghostscript/10.03.1/lib/cdj690ec.upp -#usr/share/ghostscript/10.03.1/lib/cid2code.ps -#usr/share/ghostscript/10.03.1/lib/dnj750c.upp -#usr/share/ghostscript/10.03.1/lib/dnj750m.upp -#usr/share/ghostscript/10.03.1/lib/docie.ps -#usr/share/ghostscript/10.03.1/lib/font2pcl.ps -#usr/share/ghostscript/10.03.1/lib/ghostpdf.ppd -#usr/share/ghostscript/10.03.1/lib/gs_ce_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_css_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_il2_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_kanji.ps -#usr/share/ghostscript/10.03.1/lib/gs_ksb_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_l.xbm -#usr/share/ghostscript/10.03.1/lib/gs_l.xpm -#usr/share/ghostscript/10.03.1/lib/gs_l_m.xbm -#usr/share/ghostscript/10.03.1/lib/gs_lgo_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_lgx_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_m.xbm -#usr/share/ghostscript/10.03.1/lib/gs_m.xpm -#usr/share/ghostscript/10.03.1/lib/gs_m_m.xbm -#usr/share/ghostscript/10.03.1/lib/gs_s.xbm -#usr/share/ghostscript/10.03.1/lib/gs_s.xpm -#usr/share/ghostscript/10.03.1/lib/gs_s_m.xbm -#usr/share/ghostscript/10.03.1/lib/gs_t.xbm -#usr/share/ghostscript/10.03.1/lib/gs_t.xpm -#usr/share/ghostscript/10.03.1/lib/gs_t_m.xbm -#usr/share/ghostscript/10.03.1/lib/gs_wl1_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_wl2_e.ps -#usr/share/ghostscript/10.03.1/lib/gs_wl5_e.ps -#usr/share/ghostscript/10.03.1/lib/gslp.ps -#usr/share/ghostscript/10.03.1/lib/gsnup.ps -#usr/share/ghostscript/10.03.1/lib/ht_ccsto.ps -#usr/share/ghostscript/10.03.1/lib/image-qa.ps -#usr/share/ghostscript/10.03.1/lib/jispaper.ps -#usr/share/ghostscript/10.03.1/lib/landscap.ps -#usr/share/ghostscript/10.03.1/lib/lines.ps -#usr/share/ghostscript/10.03.1/lib/mkcidfm.ps -#usr/share/ghostscript/10.03.1/lib/necp2x.upp -#usr/share/ghostscript/10.03.1/lib/necp2x6.upp -#usr/share/ghostscript/10.03.1/lib/pdf2dsc.ps -#usr/share/ghostscript/10.03.1/lib/pdf_info.ps -#usr/share/ghostscript/10.03.1/lib/pf2afm.ps -#usr/share/ghostscript/10.03.1/lib/pfbtopfa.ps -#usr/share/ghostscript/10.03.1/lib/ppath.ps -#usr/share/ghostscript/10.03.1/lib/pphs.ps -#usr/share/ghostscript/10.03.1/lib/prfont.ps -#usr/share/ghostscript/10.03.1/lib/printafm.ps -#usr/share/ghostscript/10.03.1/lib/ps2ai.ps -#usr/share/ghostscript/10.03.1/lib/ps2epsi.ps -#usr/share/ghostscript/10.03.1/lib/ras1.upp -#usr/share/ghostscript/10.03.1/lib/ras24.upp -#usr/share/ghostscript/10.03.1/lib/ras3.upp -#usr/share/ghostscript/10.03.1/lib/ras32.upp -#usr/share/ghostscript/10.03.1/lib/ras4.upp -#usr/share/ghostscript/10.03.1/lib/ras8m.upp -#usr/share/ghostscript/10.03.1/lib/rollconv.ps -#usr/share/ghostscript/10.03.1/lib/s400a1.upp -#usr/share/ghostscript/10.03.1/lib/s400b1.upp -#usr/share/ghostscript/10.03.1/lib/sharp.upp -#usr/share/ghostscript/10.03.1/lib/sipixa6.upp -#usr/share/ghostscript/10.03.1/lib/st640ih.upp -#usr/share/ghostscript/10.03.1/lib/st640ihg.upp -#usr/share/ghostscript/10.03.1/lib/st640p.upp -#usr/share/ghostscript/10.03.1/lib/st640pg.upp -#usr/share/ghostscript/10.03.1/lib/st640pl.upp -#usr/share/ghostscript/10.03.1/lib/st640plg.upp -#usr/share/ghostscript/10.03.1/lib/stc.upp -#usr/share/ghostscript/10.03.1/lib/stc1520h.upp -#usr/share/ghostscript/10.03.1/lib/stc2.upp -#usr/share/ghostscript/10.03.1/lib/stc200_h.upp -#usr/share/ghostscript/10.03.1/lib/stc2_h.upp -#usr/share/ghostscript/10.03.1/lib/stc2s_h.upp -#usr/share/ghostscript/10.03.1/lib/stc300.upp -#usr/share/ghostscript/10.03.1/lib/stc300bl.upp -#usr/share/ghostscript/10.03.1/lib/stc300bm.upp -#usr/share/ghostscript/10.03.1/lib/stc500p.upp -#usr/share/ghostscript/10.03.1/lib/stc500ph.upp -#usr/share/ghostscript/10.03.1/lib/stc600ih.upp -#usr/share/ghostscript/10.03.1/lib/stc600p.upp -#usr/share/ghostscript/10.03.1/lib/stc600pl.upp -#usr/share/ghostscript/10.03.1/lib/stc640p.upp -#usr/share/ghostscript/10.03.1/lib/stc740ih.upp -#usr/share/ghostscript/10.03.1/lib/stc800ih.upp -#usr/share/ghostscript/10.03.1/lib/stc800p.upp -#usr/share/ghostscript/10.03.1/lib/stc800pl.upp -#usr/share/ghostscript/10.03.1/lib/stc_h.upp -#usr/share/ghostscript/10.03.1/lib/stc_l.upp -#usr/share/ghostscript/10.03.1/lib/stcany.upp -#usr/share/ghostscript/10.03.1/lib/stcany_h.upp -#usr/share/ghostscript/10.03.1/lib/stcinfo.ps -#usr/share/ghostscript/10.03.1/lib/stcolor.ps -#usr/share/ghostscript/10.03.1/lib/stocht.ps -#usr/share/ghostscript/10.03.1/lib/traceimg.ps -#usr/share/ghostscript/10.03.1/lib/traceop.ps -#usr/share/ghostscript/10.03.1/lib/uninfo.ps -#usr/share/ghostscript/10.03.1/lib/viewcmyk.ps -#usr/share/ghostscript/10.03.1/lib/viewgif.ps -#usr/share/ghostscript/10.03.1/lib/viewjpeg.ps -#usr/share/ghostscript/10.03.1/lib/viewmiff.ps -#usr/share/ghostscript/10.03.1/lib/viewpbm.ps -#usr/share/ghostscript/10.03.1/lib/viewpcx.ps -#usr/share/ghostscript/10.03.1/lib/viewps2a.ps -#usr/share/ghostscript/10.03.1/lib/winmaps.ps -#usr/share/ghostscript/10.03.1/lib/zeroline.ps -#usr/share/ghostscript/fonts -#usr/share/ghostscript/fonts/COPYING -#usr/share/ghostscript/fonts/ChangeLog -#usr/share/ghostscript/fonts/README -#usr/share/ghostscript/fonts/README.tweaks -#usr/share/ghostscript/fonts/TODO -usr/share/ghostscript/fonts/a010013l.afm -usr/share/ghostscript/fonts/a010013l.pfb -usr/share/ghostscript/fonts/a010013l.pfm -usr/share/ghostscript/fonts/a010015l.afm -usr/share/ghostscript/fonts/a010015l.pfb -usr/share/ghostscript/fonts/a010015l.pfm -usr/share/ghostscript/fonts/a010033l.afm -usr/share/ghostscript/fonts/a010033l.pfb -usr/share/ghostscript/fonts/a010033l.pfm -usr/share/ghostscript/fonts/a010035l.afm -usr/share/ghostscript/fonts/a010035l.pfb -usr/share/ghostscript/fonts/a010035l.pfm -usr/share/ghostscript/fonts/b018012l.afm -usr/share/ghostscript/fonts/b018012l.pfb -usr/share/ghostscript/fonts/b018012l.pfm -usr/share/ghostscript/fonts/b018015l.afm -usr/share/ghostscript/fonts/b018015l.pfb -usr/share/ghostscript/fonts/b018015l.pfm -usr/share/ghostscript/fonts/b018032l.afm -usr/share/ghostscript/fonts/b018032l.pfb -usr/share/ghostscript/fonts/b018032l.pfm -usr/share/ghostscript/fonts/b018035l.afm -usr/share/ghostscript/fonts/b018035l.pfb -usr/share/ghostscript/fonts/b018035l.pfm -usr/share/ghostscript/fonts/bchb.afm -usr/share/ghostscript/fonts/bchb.pfa -usr/share/ghostscript/fonts/bchbi.afm -usr/share/ghostscript/fonts/bchbi.pfa -usr/share/ghostscript/fonts/bchr.afm -usr/share/ghostscript/fonts/bchr.pfa -usr/share/ghostscript/fonts/bchri.afm -usr/share/ghostscript/fonts/bchri.pfa -usr/share/ghostscript/fonts/c059013l.afm -usr/share/ghostscript/fonts/c059013l.pfb -usr/share/ghostscript/fonts/c059016l.afm -usr/share/ghostscript/fonts/c059016l.pfb -usr/share/ghostscript/fonts/c059033l.afm -usr/share/ghostscript/fonts/c059033l.pfb -usr/share/ghostscript/fonts/c059036l.afm -usr/share/ghostscript/fonts/c059036l.pfb -usr/share/ghostscript/fonts/d050000l.afm -usr/share/ghostscript/fonts/d050000l.pfb -usr/share/ghostscript/fonts/fcyr.afm -usr/share/ghostscript/fonts/fcyr.gsf -usr/share/ghostscript/fonts/fcyri.afm -usr/share/ghostscript/fonts/fcyri.gsf -usr/share/ghostscript/fonts/fhirw.gsf -usr/share/ghostscript/fonts/fhirw.pfm -usr/share/ghostscript/fonts/fkarw.gsf -usr/share/ghostscript/fonts/fkarw.pfm -usr/share/ghostscript/fonts/fonts.dir -usr/share/ghostscript/fonts/fonts.scale -usr/share/ghostscript/fonts/hrger.pfa -usr/share/ghostscript/fonts/hrgerb.gsf -usr/share/ghostscript/fonts/hrgerd.gsf -usr/share/ghostscript/fonts/hrgero.gsf -usr/share/ghostscript/fonts/hrgkc.gsf -usr/share/ghostscript/fonts/hrgks.gsf -usr/share/ghostscript/fonts/hrgrr.pfa -usr/share/ghostscript/fonts/hrgrrb.gsf -usr/share/ghostscript/fonts/hrgrro.gsf -usr/share/ghostscript/fonts/hritr.pfa -usr/share/ghostscript/fonts/hritrb.gsf -usr/share/ghostscript/fonts/hritro.gsf -usr/share/ghostscript/fonts/hrpld.pfa -usr/share/ghostscript/fonts/hrpldb.gsf -usr/share/ghostscript/fonts/hrpldbi.gsf -usr/share/ghostscript/fonts/hrpldi.pfa -usr/share/ghostscript/fonts/hrplr.gsf -usr/share/ghostscript/fonts/hrplrb.gsf -usr/share/ghostscript/fonts/hrplrbo.gsf -usr/share/ghostscript/fonts/hrplro.gsf -usr/share/ghostscript/fonts/hrpls.gsf -usr/share/ghostscript/fonts/hrplsb.gsf -usr/share/ghostscript/fonts/hrplsbo.gsf -usr/share/ghostscript/fonts/hrplso.gsf -usr/share/ghostscript/fonts/hrplt.pfa -usr/share/ghostscript/fonts/hrpltb.gsf -usr/share/ghostscript/fonts/hrpltbi.gsf -usr/share/ghostscript/fonts/hrplti.pfa -usr/share/ghostscript/fonts/hrscc.pfa -usr/share/ghostscript/fonts/hrsccb.gsf -usr/share/ghostscript/fonts/hrscco.gsf -usr/share/ghostscript/fonts/hrscs.pfa -usr/share/ghostscript/fonts/hrscsb.gsf -usr/share/ghostscript/fonts/hrscso.gsf -usr/share/ghostscript/fonts/hrsyr.gsf -usr/share/ghostscript/fonts/n019003l.afm -usr/share/ghostscript/fonts/n019003l.pfb -usr/share/ghostscript/fonts/n019003l.pfm -usr/share/ghostscript/fonts/n019004l.afm -usr/share/ghostscript/fonts/n019004l.pfb -usr/share/ghostscript/fonts/n019004l.pfm -usr/share/ghostscript/fonts/n019023l.afm -usr/share/ghostscript/fonts/n019023l.pfb -usr/share/ghostscript/fonts/n019023l.pfm -usr/share/ghostscript/fonts/n019024l.afm -usr/share/ghostscript/fonts/n019024l.pfb -usr/share/ghostscript/fonts/n019024l.pfm -usr/share/ghostscript/fonts/n019043l.afm -usr/share/ghostscript/fonts/n019043l.pfb -usr/share/ghostscript/fonts/n019044l.afm -usr/share/ghostscript/fonts/n019044l.pfb -usr/share/ghostscript/fonts/n019063l.afm -usr/share/ghostscript/fonts/n019063l.pfb -usr/share/ghostscript/fonts/n019064l.afm -usr/share/ghostscript/fonts/n019064l.pfb -usr/share/ghostscript/fonts/n019064l.pfm -usr/share/ghostscript/fonts/n021003l.afm -usr/share/ghostscript/fonts/n021003l.pfb -usr/share/ghostscript/fonts/n021003l.pfm -usr/share/ghostscript/fonts/n021004l.afm -usr/share/ghostscript/fonts/n021004l.pfb -usr/share/ghostscript/fonts/n021004l.pfm -usr/share/ghostscript/fonts/n021023l.afm -usr/share/ghostscript/fonts/n021023l.pfb -usr/share/ghostscript/fonts/n021023l.pfm -usr/share/ghostscript/fonts/n021024l.afm -usr/share/ghostscript/fonts/n021024l.pfb -usr/share/ghostscript/fonts/n021024l.pfm -usr/share/ghostscript/fonts/n022003l.afm -usr/share/ghostscript/fonts/n022003l.pfb -usr/share/ghostscript/fonts/n022004l.afm -usr/share/ghostscript/fonts/n022004l.pfb -usr/share/ghostscript/fonts/n022023l.afm -usr/share/ghostscript/fonts/n022023l.pfb -usr/share/ghostscript/fonts/n022024l.afm -usr/share/ghostscript/fonts/n022024l.pfb -usr/share/ghostscript/fonts/p052003l.afm -usr/share/ghostscript/fonts/p052003l.pfb -usr/share/ghostscript/fonts/p052004l.afm -usr/share/ghostscript/fonts/p052004l.pfb -usr/share/ghostscript/fonts/p052023l.afm -usr/share/ghostscript/fonts/p052023l.pfb -usr/share/ghostscript/fonts/p052024l.afm -usr/share/ghostscript/fonts/p052024l.pfb -usr/share/ghostscript/fonts/putb.pfa -usr/share/ghostscript/fonts/putbi.pfa -usr/share/ghostscript/fonts/putr.pfa -usr/share/ghostscript/fonts/putri.pfa -usr/share/ghostscript/fonts/s050000l.afm -usr/share/ghostscript/fonts/s050000l.pfb -usr/share/ghostscript/fonts/u003043t.afm -usr/share/ghostscript/fonts/u003043t.gsf -usr/share/ghostscript/fonts/u003043t.pfm -usr/share/ghostscript/fonts/u004006t.afm -usr/share/ghostscript/fonts/u004006t.gsf -usr/share/ghostscript/fonts/u004006t.pfm -usr/share/ghostscript/fonts/z003034l.afm -usr/share/ghostscript/fonts/z003034l.pfb -usr/share/ghostscript/fonts/z003034l.pfm -#usr/share/man/man1/dvipdf.1 -#usr/share/man/man1/eps2eps.1 -#usr/share/man/man1/gs.1 -#usr/share/man/man1/gsbj.1 -#usr/share/man/man1/gsdj.1 -#usr/share/man/man1/gsdj500.1 -#usr/share/man/man1/gslj.1 -#usr/share/man/man1/gslp.1 -#usr/share/man/man1/gsnd.1 -#usr/share/man/man1/pdf2dsc.1 -#usr/share/man/man1/pdf2ps.1 -#usr/share/man/man1/pf2afm.1 -#usr/share/man/man1/pfbtopfa.1 -#usr/share/man/man1/printafm.1 -#usr/share/man/man1/ps2ascii.1 -#usr/share/man/man1/ps2epsi.1 -#usr/share/man/man1/ps2pdf.1 -#usr/share/man/man1/ps2pdf12.1 -#usr/share/man/man1/ps2pdf13.1 -#usr/share/man/man1/ps2pdf14.1 -#usr/share/man/man1/ps2pdfwr.1 -#usr/share/man/man1/ps2ps.1 diff --git a/lfs/ghostscript b/lfs/ghostscript deleted file mode 100644 index 0709f1800..000000000 --- a/lfs/ghostscript +++ /dev/null @@ -1,107 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = The Ghostscript interpreter for PostScript and PDF - -VER = 10.03.1 - -THISAPP = ghostscript-$(VER) -DL_FILE = $(THISAPP).tar.xz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = ghostscript -PAK_VER = 18 - -DEPS = cups dbus - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) \ - ghostscript-fonts-std-8.11.tar.gz \ - gnu-gs-fonts-other-6.0.tar.gz - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -ghostscript-fonts-std-8.11.tar.gz = $(URL_IPFIRE)/ghostscript-fonts-std-8.11.tar.gz -gnu-gs-fonts-other-6.0.tar.gz = $(URL_IPFIRE)/gnu-gs-fonts-other-6.0.tar.gz - -$(DL_FILE)_BLAKE2 = 991e81c4a9f8459220f6af988fb533cc3c2393fef0c57b35da5685fb6f8b0e76af00457f9b0e552ea241b272cdfaa90cf4a06d6cb1008b55efe782faa14c90da -ghostscript-fonts-std-8.11.tar.gz_BLAKE2 = 1d8ae8f7813623a36e160bdd0ca9ccf33c67b945dd96952eb0e37e9bb5bb4ba5daf7df4da5ba53c1d25d6598a0576990ba7e094b8c395778cb9cdfd32761454c -gnu-gs-fonts-other-6.0.tar.gz_BLAKE2 = 001709983161519365bcef23fef3705071b67253ff3b557c45d2ec892987815444d8dd1d213e94bc02e361917c061c723043bf04c98b0a1e38c9cd1f265d1312 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && rm -rf expat freetype icclib jasper jpeg jpegxr \ - lcms lcms2 libpng openjpeg zlib cups/libs - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ghostscript-10.03.1-bug707649.patch - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --with-system-libtiff - - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - - # Install fonts - tar xfz $(DIR_SRC)/cache/ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript - tar xfz $(DIR_SRC)/cache/gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript - chown -v root:root /usr/share/ghostscript/fonts/* - - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/src/patches/ghostscript-10.03.1-bug707649.patch b/src/patches/ghostscript-10.03.1-bug707649.patch deleted file mode 100644 index 0d6fb7583..000000000 --- a/src/patches/ghostscript-10.03.1-bug707649.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 90cabe08422afdd16bac5dd9217602679d943045 Mon Sep 17 00:00:00 2001 -From: Ken Sharp -Date: Fri, 8 Mar 2024 09:19:05 +0000 -Subject: Bug #707649 - fix apply_sasl in error cases. - -Forgot to dereference the pointers before assigning the values, if we -get non-fatal errors returned from stringprep. ---- - pdf/pdf_sec.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pdf/pdf_sec.c b/pdf/pdf_sec.c -index 565ae80ca..7e8f6719d 100644 ---- a/pdf/pdf_sec.c -+++ b/pdf/pdf_sec.c -@@ -183,8 +183,8 @@ static int apply_sasl(pdf_context *ctx, char *Password, int Len, char **NewPassw - * this easy: the errors we want to ignore are the ones with - * codes less than 100. */ - if ((int)err < 100) { -- NewPassword = Password; -- NewLen = Len; -+ *NewPassword = Password; -+ *NewLen = Len; - return 0; - } - --- -cgit v1.2.3 - From patchwork Mon Oct 14 16:51:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8175 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cq5f3Cz3x1M for ; Mon, 14 Oct 2024 16:51:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cn25btz4b4; Mon, 14 Oct 2024 16:51:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cm4w8wz34M7; Mon, 14 Oct 2024 16:51:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cd2zJQz34Hd for ; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cd1ScPz2rk; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LwKq5pVVqDS6uUyYAz3JMnlb9OHnwSTeyvKXrWVL6CE=; b=GuBvI7dSu73cIH34LvZgj/Z9Pn5q4iU6ieHJF9X673LDyO+JohvB/AgKmdGrWOYQNBuibZ OeSXi3lVYMIstiDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LwKq5pVVqDS6uUyYAz3JMnlb9OHnwSTeyvKXrWVL6CE=; b=hYPqxieHzeP4gvMr8L8D076GG9ABgPY2m6BhmMp7i0M4XCjYTMDIJ/aH+g0a/x9WMaJe/Y BfXhJxik0/wrGzxLyigI9u7c1oJ9siDaKGLhTS17UGLqrTvtyXdrDjTp+HfBRR4n50JrWb PHrPKMICIbm9cUbi23PGr2Jrtof2TkD5cRz5NKknUFhfzLXBoTp5XYnj6cAvxRbRltbG4S sdBBa0ByGwBPFaY4REF6oQjjwfTgYe7ziFZu5ipXvl+MY2LnIX3MCZOWOWQz+KYk9hM8bk mwjzrzgCN99nJPSq45gA3C/FY1T5b3zqd7dWBRYMqrN5cA2orY/f3Cu2U20ILA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/17] gutenprint: Removal of package Date: Mon, 14 Oct 2024 18:51:07 +0200 Message-ID: <20241014165117.15440-7-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: PZW24M6L5O7ZIBWU654CQ25IGWEFL72O X-Message-ID-Hash: PZW24M6L5O7ZIBWU654CQ25IGWEFL72O X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/gutenprint | 452 --------------------------- lfs/gutenprint | 89 ------ 2 files changed, 541 deletions(-) delete mode 100644 config/rootfiles/packages/gutenprint delete mode 100644 lfs/gutenprint diff --git a/config/rootfiles/packages/gutenprint b/config/rootfiles/packages/gutenprint deleted file mode 100644 index fb44ab7e4..000000000 --- a/config/rootfiles/packages/gutenprint +++ /dev/null @@ -1,452 +0,0 @@ -usr/bin/cups-calibrate -usr/bin/escputil -usr/bin/testpattern -#usr/include/gutenprint -#usr/include/gutenprint/array.h -#usr/include/gutenprint/bit-ops.h -#usr/include/gutenprint/channel.h -#usr/include/gutenprint/color.h -#usr/include/gutenprint/curve-cache.h -#usr/include/gutenprint/curve.h -#usr/include/gutenprint/dither.h -#usr/include/gutenprint/gutenprint-module.h -#usr/include/gutenprint/gutenprint-version.h -#usr/include/gutenprint/gutenprint.h -#usr/include/gutenprint/image.h -#usr/include/gutenprint/list.h -#usr/include/gutenprint/module.h -#usr/include/gutenprint/mxml.h -#usr/include/gutenprint/paper.h -#usr/include/gutenprint/path.h -#usr/include/gutenprint/printers.h -#usr/include/gutenprint/refcache.h -#usr/include/gutenprint/sequence.h -#usr/include/gutenprint/string-list.h -#usr/include/gutenprint/types.h -#usr/include/gutenprint/util.h -#usr/include/gutenprint/vars.h -#usr/include/gutenprint/weave.h -#usr/include/gutenprint/xml.h -usr/lib/cups/backend/gutenprint53+usb -usr/lib/cups/driver/gutenprint.5.3 -usr/lib/cups/filter/commandtocanon -usr/lib/cups/filter/commandtoepson -usr/lib/cups/filter/rastertogutenprint.5.3 -#usr/lib/gutenprint -#usr/lib/gutenprint/5.3 -#usr/lib/gutenprint/5.3/config.summary -#usr/lib/libgutenprint.a -#usr/lib/libgutenprint.la -usr/lib/libgutenprint.so -usr/lib/libgutenprint.so.9 -usr/lib/libgutenprint.so.9.5.0 -#usr/lib/pkgconfig/gutenprint.pc -usr/sbin/cups-genppd.5.3 -usr/sbin/cups-genppdupdate -usr/share/cups/calibrate.ppm -usr/share/cups/usb/net.sf.gimp-print.usb-quirks -#usr/share/gutenprint -#usr/share/gutenprint/5.3 -#usr/share/gutenprint/5.3/xml -#usr/share/gutenprint/5.3/xml/dither -usr/share/gutenprint/5.3/xml/dither/matrix-1x1.xml -usr/share/gutenprint/5.3/xml/dither/matrix-2x1.xml -usr/share/gutenprint/5.3/xml/dither/matrix-4x1.xml -#usr/share/gutenprint/5.3/xml/escp2 -#usr/share/gutenprint/5.3/xml/escp2/inks -usr/share/gutenprint/5.3/xml/escp2/inks/artisan.xml -usr/share/gutenprint/5.3/xml/escp2/inks/b500.xml -usr/share/gutenprint/5.3/xml/escp2/inks/c120.xml -usr/share/gutenprint/5.3/xml/escp2/inks/c64.xml -usr/share/gutenprint/5.3/xml/escp2/inks/c80.xml -usr/share/gutenprint/5.3/xml/escp2/inks/c82.xml -usr/share/gutenprint/5.3/xml/escp2/inks/claria.xml -usr/share/gutenprint/5.3/xml/escp2/inks/claria_xp.xml -usr/share/gutenprint/5.3/xml/escp2/inks/cmy.xml -usr/share/gutenprint/5.3/xml/escp2/inks/cmykrb.xml -usr/share/gutenprint/5.3/xml/escp2/inks/cmykro.xml -usr/share/gutenprint/5.3/xml/escp2/inks/cx3650.xml -usr/share/gutenprint/5.3/xml/escp2/inks/defaultblack.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_photo.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_photo7_japan.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_ultrachrome_k3.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/inks/f360_ultrachrome_k3v_2.xml -usr/share/gutenprint/5.3/xml/escp2/inks/nx100.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen0.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen1.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen2.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen3.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen3_4.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_gen4.xml -usr/share/gutenprint/5.3/xml/escp2/inks/photo_pigment.xml -usr/share/gutenprint/5.3/xml/escp2/inks/picturemate_4.xml -usr/share/gutenprint/5.3/xml/escp2/inks/picturemate_6.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_gen1.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_gen2.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_pigment.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k34.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3v10.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3v10a.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3v10b.xml -usr/share/gutenprint/5.3/xml/escp2/inks/pro_ultrachrome_k3v4.xml -usr/share/gutenprint/5.3/xml/escp2/inks/standard.xml -usr/share/gutenprint/5.3/xml/escp2/inks/standard_gen0.xml -usr/share/gutenprint/5.3/xml/escp2/inks/sx445.xml -usr/share/gutenprint/5.3/xml/escp2/inks/ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/inks/wf40.xml -usr/share/gutenprint/5.3/xml/escp2/inks/wf500.xml -usr/share/gutenprint/5.3/xml/escp2/inks/x80.xml -usr/share/gutenprint/5.3/xml/escp2/inks/xp100.xml -#usr/share/gutenprint/5.3/xml/escp2/inputslots -usr/share/gutenprint/5.3/xml/escp2/inputslots/artisan.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/b500.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/cd.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/cd_cutter_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/cd_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/cutter_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/default-duplex.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/default.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/pro3880.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/pro_cutter_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/pro_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/r1800.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/r2400.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/r2880.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/rx680.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/rx700.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/spro5000.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/standard_roll_feed.xml -usr/share/gutenprint/5.3/xml/escp2/inputslots/wf7000.xml -#usr/share/gutenprint/5.3/xml/escp2/media -usr/share/gutenprint/5.3/xml/escp2/media/artisan.xml -usr/share/gutenprint/5.3/xml/escp2/media/b500.xml -usr/share/gutenprint/5.3/xml/escp2/media/c120.xml -usr/share/gutenprint/5.3/xml/escp2/media/c64.xml -usr/share/gutenprint/5.3/xml/escp2/media/c80.xml -usr/share/gutenprint/5.3/xml/escp2/media/c82.xml -usr/share/gutenprint/5.3/xml/escp2/media/claria.xml -usr/share/gutenprint/5.3/xml/escp2/media/claria1400.xml -usr/share/gutenprint/5.3/xml/escp2/media/claria_xp.xml -usr/share/gutenprint/5.3/xml/escp2/media/cmy.xml -usr/share/gutenprint/5.3/xml/escp2/media/cmykrb.xml -usr/share/gutenprint/5.3/xml/escp2/media/cmykro.xml -usr/share/gutenprint/5.3/xml/escp2/media/cx3650.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360_photo.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360_photo7_japan.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360_ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360_ultrachrome_k3.xml -usr/share/gutenprint/5.3/xml/escp2/media/f360_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/media/nx100.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen0.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen1.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen2.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen3.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen3_4.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_gen4.xml -usr/share/gutenprint/5.3/xml/escp2/media/photo_pigment.xml -usr/share/gutenprint/5.3/xml/escp2/media/picturemate_4.xml -usr/share/gutenprint/5.3/xml/escp2/media/picturemate_6.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro3880_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_gen1.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_gen2.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_pigment.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome_k3.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome_k3v10.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome_k3v10a.xml -usr/share/gutenprint/5.3/xml/escp2/media/pro_ultrachrome_k3v10b.xml -usr/share/gutenprint/5.3/xml/escp2/media/r800.xml -usr/share/gutenprint/5.3/xml/escp2/media/standard.xml -usr/share/gutenprint/5.3/xml/escp2/media/standard_gen0.xml -usr/share/gutenprint/5.3/xml/escp2/media/ultrachrome.xml -usr/share/gutenprint/5.3/xml/escp2/media/wf500.xml -usr/share/gutenprint/5.3/xml/escp2/media/x80.xml -#usr/share/gutenprint/5.3/xml/escp2/mediasizes -usr/share/gutenprint/5.3/xml/escp2/mediasizes/standard.xml -#usr/share/gutenprint/5.3/xml/escp2/model -#usr/share/gutenprint/5.3/xml/escp2/model/base -usr/share/gutenprint/5.3/xml/escp2/model/base/baseline_300.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/baseline_360.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/bx.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c1xx.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c2x.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c4x.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c7xx.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c8x.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/c8x_base.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/cpro.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/photo2.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/picmate.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3_base.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3_cutter.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3v.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10_base.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10a.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10b.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x000.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x500.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x600.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x700.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x800.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/pro_x880.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/r200.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/r240.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/r800.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/sc800.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/sp700.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/sp750.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/sp950.xml -usr/share/gutenprint/5.3/xml/escp2/model/base/wf7xxx.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_0.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_1.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_10.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_100.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_101.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_102.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_103.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_104.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_105.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_106.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_107.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_108.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_109.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_11.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_110.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_112.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_113.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_114.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_115.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_116.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_117.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_118.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_119.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_12.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_120.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_121.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_122.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_123.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_124.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_125.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_126.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_127.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_128.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_129.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_13.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_130.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_131.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_132.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_133.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_134.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_135.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_14.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_15.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_16.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_17.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_18.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_2.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_20.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_21.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_22.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_23.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_24.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_25.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_26.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_27.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_28.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_29.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_3.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_30.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_31.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_32.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_34.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_35.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_36.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_37.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_38.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_39.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_4.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_40.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_41.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_42.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_43.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_44.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_45.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_46.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_47.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_48.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_49.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_5.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_50.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_51.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_52.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_53.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_54.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_55.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_56.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_57.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_58.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_6.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_60.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_61.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_62.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_63.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_64.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_65.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_66.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_67.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_68.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_69.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_7.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_70.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_71.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_72.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_73.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_74.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_75.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_76.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_77.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_78.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_79.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_8.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_80.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_81.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_82.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_83.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_84.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_85.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_86.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_87.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_88.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_89.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_9.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_90.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_91.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_92.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_93.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_94.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_95.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_96.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_97.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_98.xml -usr/share/gutenprint/5.3/xml/escp2/model/model_99.xml -#usr/share/gutenprint/5.3/xml/escp2/qualitypresets -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/p1_5.xml -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/picturemate.xml -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/prox900.xml -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/standard.xml -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/v2880.xml -usr/share/gutenprint/5.3/xml/escp2/qualitypresets/wf40.xml -#usr/share/gutenprint/5.3/xml/escp2/resolutions -usr/share/gutenprint/5.3/xml/escp2/resolutions/c8x.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/escp2-i.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/prox600.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sc480.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sc680.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sc740.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sc860.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sp700.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/sp720.xml -usr/share/gutenprint/5.3/xml/escp2/resolutions/wf6xx.xml -#usr/share/gutenprint/5.3/xml/escp2/weaves -usr/share/gutenprint/5.3/xml/escp2/weaves/pro7000.xml -usr/share/gutenprint/5.3/xml/escp2/weaves/pro7500.xml -usr/share/gutenprint/5.3/xml/escp2/weaves/pro7600.xml -usr/share/gutenprint/5.3/xml/escp2/weaves/standard.xml -#usr/share/gutenprint/5.3/xml/papers -usr/share/gutenprint/5.3/xml/papers/labels.xml -usr/share/gutenprint/5.3/xml/papers/standard.xml -#usr/share/gutenprint/5.3/xml/printers -usr/share/gutenprint/5.3/xml/printers/canon.xml -usr/share/gutenprint/5.3/xml/printers/dpl.xml -usr/share/gutenprint/5.3/xml/printers/dyesub.xml -usr/share/gutenprint/5.3/xml/printers/escp2.xml -usr/share/gutenprint/5.3/xml/printers/lexmark.xml -usr/share/gutenprint/5.3/xml/printers/pcl.xml -usr/share/gutenprint/5.3/xml/printers/ps.xml -usr/share/gutenprint/5.3/xml/printers/raw.xml -#usr/share/gutenprint/doc -#usr/share/gutenprint/doc/AUTHORS -#usr/share/gutenprint/doc/COPYING -#usr/share/gutenprint/doc/ChangeLog -#usr/share/gutenprint/doc/FAQ.html -#usr/share/gutenprint/doc/NEWS -#usr/share/gutenprint/doc/README -#usr/share/gutenprint/doc/gutenprint-users-manual.odt -#usr/share/gutenprint/doc/gutenprint-users-manual.pdf -#usr/share/gutenprint/doc/gutenprint.pdf -#usr/share/gutenprint/doc/reference-html -#usr/share/gutenprint/samples -usr/share/gutenprint/samples/colorbars4.png -usr/share/gutenprint/samples/colorsweep.png -usr/share/gutenprint/samples/extended.sample -usr/share/gutenprint/samples/profile.jpg -usr/share/gutenprint/samples/testpattern.sample -#usr/share/locale/ca/LC_MESSAGES/gutenprint.mo -#usr/share/locale/ca/gutenprint_ca.po -#usr/share/locale/cs/LC_MESSAGES/gutenprint.mo -#usr/share/locale/cs/gutenprint_cs.po -#usr/share/locale/da/LC_MESSAGES/gutenprint.mo -#usr/share/locale/da/gutenprint_da.po -#usr/share/locale/de/LC_MESSAGES/gutenprint.mo -#usr/share/locale/de/gutenprint_de.po -#usr/share/locale/el/LC_MESSAGES/gutenprint.mo -#usr/share/locale/el/gutenprint_el.po -#usr/share/locale/en_GB/LC_MESSAGES/gutenprint.mo -#usr/share/locale/en_GB/gutenprint_en_GB.po -#usr/share/locale/es/LC_MESSAGES/gutenprint.mo -#usr/share/locale/es/gutenprint_es.po -#usr/share/locale/fi/LC_MESSAGES/gutenprint.mo -#usr/share/locale/fi/gutenprint_fi.po -#usr/share/locale/fr/LC_MESSAGES/gutenprint.mo -#usr/share/locale/fr/gutenprint_fr.po -#usr/share/locale/gl/LC_MESSAGES/gutenprint.mo -#usr/share/locale/gl/gutenprint_gl.po -#usr/share/locale/hr/LC_MESSAGES/gutenprint.mo -#usr/share/locale/hr/gutenprint_hr.po -#usr/share/locale/hu/LC_MESSAGES/gutenprint.mo -#usr/share/locale/hu/gutenprint_hu.po -#usr/share/locale/it/LC_MESSAGES/gutenprint.mo -#usr/share/locale/it/gutenprint_it.po -#usr/share/locale/ja/LC_MESSAGES/gutenprint.mo -#usr/share/locale/ja/gutenprint_ja.po -#usr/share/locale/nb/LC_MESSAGES/gutenprint.mo -#usr/share/locale/nb/gutenprint_nb.po -#usr/share/locale/nl/LC_MESSAGES/gutenprint.mo -#usr/share/locale/nl/gutenprint_nl.po -#usr/share/locale/pl/LC_MESSAGES/gutenprint.mo -#usr/share/locale/pl/gutenprint_pl.po -#usr/share/locale/pt/LC_MESSAGES/gutenprint.mo -#usr/share/locale/pt/gutenprint_pt.po -#usr/share/locale/ru/LC_MESSAGES/gutenprint.mo -#usr/share/locale/ru/gutenprint_ru.po -#usr/share/locale/sk/LC_MESSAGES/gutenprint.mo -#usr/share/locale/sk/gutenprint_sk.po -#usr/share/locale/sl/LC_MESSAGES/gutenprint.mo -#usr/share/locale/sl/gutenprint_sl.po -#usr/share/locale/sv/LC_MESSAGES/gutenprint.mo -#usr/share/locale/sv/gutenprint_sv.po -#usr/share/locale/tr/LC_MESSAGES/gutenprint.mo -#usr/share/locale/tr/gutenprint_tr.po -#usr/share/locale/uk/LC_MESSAGES/gutenprint.mo -#usr/share/locale/uk/gutenprint_uk.po -#usr/share/locale/vi/LC_MESSAGES/gutenprint.mo -#usr/share/locale/vi/gutenprint_vi.po -#usr/share/locale/zh_CN/LC_MESSAGES/gutenprint.mo -#usr/share/locale/zh_CN/gutenprint_zh_CN.po -#usr/share/locale/zh_TW/LC_MESSAGES/gutenprint.mo -#usr/share/locale/zh_TW/gutenprint_zh_TW.po -#usr/share/man/man1/escputil.1 -#usr/share/man/man8/cups-calibrate.8 -#usr/share/man/man8/cups-genppd.8 -#usr/share/man/man8/cups-genppdupdate.8 -var/ipfire/cups/command.types diff --git a/lfs/gutenprint b/lfs/gutenprint deleted file mode 100644 index 717930f2f..000000000 --- a/lfs/gutenprint +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = Printer drivers for CUPS from the Gutenprint project - -VER = 5.3.4 - -THISAPP = gutenprint-$(VER) -DL_FILE = $(THISAPP).tar.xz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = gutenprint -PAK_VER = 4 - -DEPS = cups - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 134e59c7dbf9c0ba95b91c717f1e6841f35520b55105feb1ba40b82785c825b8e2a2429990e78186a1455e5c6de9880f911438d514c53c56d05575dd4e2d68a4 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8176 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cr2R1Fz3xF2 for ; Mon, 14 Oct 2024 16:51:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cp6nZfz1sf; Mon, 14 Oct 2024 16:51:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cp6Hwtz34Gc; Mon, 14 Oct 2024 16:51:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cd4XYlz340B for ; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cd30yXz1G0; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KYpQww72T0Y3FTK/oGlsr/EQCBRCC2bg9WM8xnDJNpk=; b=BxrjpYAmxmB+cJsmJaD7XWBEv5bTsH5MRSMOpJ3YklD45KuL2/p/ERoS3N3xgi++7rawYg PwYICJHAcmFjsVCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KYpQww72T0Y3FTK/oGlsr/EQCBRCC2bg9WM8xnDJNpk=; b=k8TNaxkB4rZCgxm5oOZ368EmTwtmlj/WZghBtVAboDTarQmtUJQ67d4GXjHC+EcmKpS+Fo ducNY4VzVt2XqBMaHskmrJ92QInQyTTtINRJQBtlluRQjhtsixNsISN8/qj8zvscEKSGjI 3mkYFyF6AY14W1hWVmImhmnJtB1IHIU4chNxMcRenhzdNMzxIv7pKEzpsaUSvAlW7ORT9e V92PjWc7xURrwhPr4l/K0HyoqywAqQCRYyXLvq/7KeWNlsK60Km95F8onyOpO/d9UA1P9Z JDOwZvQYBdMcS5l0X92SONwRLnkjPinlcYMWyPnmajnCWI8PLotOILgToD+B1w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/17] hplip: Removal of package Date: Mon, 14 Oct 2024 18:51:08 +0200 Message-ID: <20241014165117.15440-8-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: LFTA4JWBTRB6GNZCY4UJZ7EI2L25FZV4 X-Message-ID-Hash: LFTA4JWBTRB6GNZCY4UJZ7EI2L25FZV4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/hplip | 1396 ------------------------------- lfs/hplip | 94 --- 2 files changed, 1490 deletions(-) delete mode 100644 config/rootfiles/packages/hplip delete mode 100644 lfs/hplip diff --git a/config/rootfiles/packages/hplip b/config/rootfiles/packages/hplip deleted file mode 100644 index da4860318..000000000 --- a/config/rootfiles/packages/hplip +++ /dev/null @@ -1,1396 +0,0 @@ -#usr/share/doc/hplip-3.24.4 -#usr/share/doc/hplip-3.24.4/COPYING -#usr/share/doc/hplip-3.24.4/README_LIBJPG -#usr/share/doc/hplip-3.24.4/commandline.html -#usr/share/doc/hplip-3.24.4/copying.html -#usr/share/doc/hplip-3.24.4/copyright -#usr/share/doc/hplip-3.24.4/devicemanager.html -#usr/share/doc/hplip-3.24.4/faxtrouble.html -#usr/share/doc/hplip-3.24.4/gettinghelp.html -#usr/share/doc/hplip-3.24.4/hpscan.html -#usr/share/doc/hplip-3.24.4/images -#usr/share/doc/hplip-3.24.4/images/favicon.ico -#usr/share/doc/hplip-3.24.4/images/print.png -#usr/share/doc/hplip-3.24.4/images/toolbox_actions.png -#usr/share/doc/hplip-3.24.4/images/toolbox_fax.png -#usr/share/doc/hplip-3.24.4/images/toolbox_print_control.png -#usr/share/doc/hplip-3.24.4/images/toolbox_print_settings.png -#usr/share/doc/hplip-3.24.4/images/toolbox_status.png -#usr/share/doc/hplip-3.24.4/images/toolbox_supplies.png -#usr/share/doc/hplip-3.24.4/images/xsane.png -#usr/share/doc/hplip-3.24.4/index.html -#usr/share/doc/hplip-3.24.4/mainttask.html -#usr/share/doc/hplip-3.24.4/plugins.html -#usr/share/doc/hplip-3.24.4/print.html -#usr/share/doc/hplip-3.24.4/printing.html -#usr/share/doc/hplip-3.24.4/printoptions.html -#usr/share/doc/hplip-3.24.4/printtroubleshooting.html -#usr/share/doc/hplip-3.24.4/scanning.html -#usr/share/doc/hplip-3.24.4/scantrouble.html -#usr/share/doc/hplip-3.24.4/sendfax.html -#usr/share/doc/hplip-3.24.4/setup.html -#usr/share/doc/hplip-3.24.4/styles -#usr/share/doc/hplip-3.24.4/styles/css.css -#usr/share/doc/hplip-3.24.4/systray.html -#usr/share/doc/hplip-3.24.4/troubleshooting.html -#usr/share/doc/hplip-3.24.4/uninstalling.html -#usr/share/doc/hplip-3.24.4/upgrading.html -#usr/share/hplip -usr/share/hplip/dat2drv -usr/share/hplip/locatedriver -usr/share/ppd/HP -#usr/share/ppd/HP/apollo-2100.ppd.gz -#usr/share/ppd/HP/apollo-2150.ppd.gz -#usr/share/ppd/HP/apollo-2200.ppd.gz -#usr/share/ppd/HP/apollo-2500.ppd.gz -#usr/share/ppd/HP/apollo-2600.ppd.gz -#usr/share/ppd/HP/apollo-2650.ppd.gz -#usr/share/ppd/HP/apollo-p2000-u.ppd.gz -#usr/share/ppd/HP/apollo-p2250.ppd.gz -#usr/share/ppd/HP/hp-2000c.ppd.gz -#usr/share/ppd/HP/hp-2500c.ppd.gz -#usr/share/ppd/HP/hp-910.ppd.gz -#usr/share/ppd/HP/hp-915.ppd.gz -#usr/share/ppd/HP/hp-Deskjet_2800_series.ppd.gz -#usr/share/ppd/HP/hp-Deskjet_4200_series.ppd.gz -#usr/share/ppd/HP/hp-Deskjet_4900_series.ppd.gz -#usr/share/ppd/HP/hp-amp.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_1000.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_1100.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_1200.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2200.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2230.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2250-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2250-ps.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2280-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2280-ps.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2300-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2300-ps.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2600-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2600-ps.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2800-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_2800-ps.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_3000-pcl3.ppd.gz -#usr/share/ppd/HP/hp-business_inkjet_3000-ps.ppd.gz -#usr/share/ppd/HP/hp-cm8050_mfp_with_edgeline-ps.ppd.gz -#usr/share/ppd/HP/hp-cm8060_mfp_with_edgeline-ps.ppd.gz -#usr/share/ppd/HP/hp-color_designjet_xl_3600-ps.ppd.gz -#usr/share/ppd/HP/hp-color_inkjet_printer_cp1700.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_1600.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2500-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2500_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2500_series.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2550_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2600n.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2605-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2605dn-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2605dtn-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2700-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2700n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2820-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2830-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_2840-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3000-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3000-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3500.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3500n.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3550.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3550n.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3600.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3700-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3700-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3700n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3700n.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3800-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_3800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4500-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4500-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4550-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4550-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4600-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4600-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4600_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4610-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4610-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4650-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4650-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4700-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4700-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4730mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_4730mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5500-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5500-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5550-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5550-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5700-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5m-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_5m-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_6700-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_6701-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_8500-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_8500-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_8550-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_8550-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_9500-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_9500-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_9500_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_E65150_E65160-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_X557-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1015-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1017-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1312_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1312_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320n_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320nf_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm3530_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm3530_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm4540_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm4540_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm4730_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm4730_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6030_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6040_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6040_mfp.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6049_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cm6049_mfp.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1215.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1217.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1514n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1514n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1515n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1515n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1518ni-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp1518ni-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025dn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025dn-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025x-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp2025x-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp3505-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp3505-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp3525-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp3525-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4005-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4005-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4020_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4020_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4520_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp4520_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225dn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225dn-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5225n-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5520_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp5520_series-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp6015-pcl3.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_cp6015-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e45028-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e55040-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e65050_e65060-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e67550_e67560-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e67650_e67660-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e75245-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_e85055-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_5800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_6800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_X579-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_X57945-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_X580-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e57540-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e78625-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e78630-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e78635-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e87740-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e87750-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e87760-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_e87770-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_mfp_e786-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_mfp_e877-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_mfp_m680-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flow_mfp_m880-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flowmfp_m578-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_flowmfp_m776-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m153-m154-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m155-m156-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m182-m185-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m253-m254-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m255-m256-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m282-m285-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m452-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m452d-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m455-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m552-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m553-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m554-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m555-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m651-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m652_m653-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m750-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m751-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m855-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_m856-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_5800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_6800-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_6801-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e47528-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e57540-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e77422-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e77428-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78223-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78228-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78323-25-30-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e785-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78523-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78528-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e786-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78625-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78630-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e78635-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e877-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e87740-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e87750-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e87760-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_e87770-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m178-m181-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m274-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m278-m281-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m480-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m577-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m578-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m680-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m681_m682-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_m776-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_x677-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_x67755-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_mfp_x67765-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_4201-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_m252-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_m453-4-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_m478f-9f-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_m479-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_4301-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m176n.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m177fw.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m277-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m377-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m476-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m477-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_pro_mfp_m477d-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_x654-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_x65455-ps.ppd.gz -#usr/share/ppd/HP/hp-color_laserjet_x65465-ps.ppd.gz -#usr/share/ppd/HP/hp-cp1160.ppd.gz -#usr/share/ppd/HP/hp-designjet_4000ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_4020ps-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_4500mfp.ppd.gz -#usr/share/ppd/HP/hp-designjet_4500ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_4520mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_4520ps-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z6_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z6_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z6dr_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z9_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z9_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_Z9dr_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_d5800-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1100ps_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1100ps_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1120ps_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1120ps_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1200_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1300_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1500-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1530-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1600_printer-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1600dr-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1700_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1700dr_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1708_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t1708dr_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t2300_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t2500-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_t2530-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_t2600-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t2600dr-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t3500-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t7100ps-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t7100ps_monochrome-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t7200-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t770_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t770ps_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t790ps_24in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t790ps_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t795ps_44in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_t920-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_t930-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_z2600_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z5200_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z5400-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_z5600_postscript-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6200_42in_photo-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6200_60in_photo-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6600-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6610ps_60in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6800_photo-postscript.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6810ps_42in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6810ps_60in-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z6_pro_64in_ps-ps.ppd.gz -#usr/share/ppd/HP/hp-designjet_z9_pro_64in_ps-ps.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1000_j110_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1010_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1050_j410_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1100.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1110_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1120.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1125.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1200c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1220c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1280.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1510_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1600c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1600cm.ppd.gz -#usr/share/ppd/HP/hp-deskjet_1600cn.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2000_j210_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2020_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2050_j510_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2130_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2300_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2510_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2520_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2540_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2600_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2640_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_2700_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3000_j310_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3050_j610_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3050a_j611_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3070_b611_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3320.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3325.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3420.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3425.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3450.ppd.gz -#usr/share/ppd/HP/hp-deskjet_350.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3500.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3510_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3520_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3540_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3550.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3600.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3630_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3650.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3700_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3740.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3810.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3816.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3819.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3820.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3822.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3830_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3840.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3870.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3900.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3910.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3920.ppd.gz -#usr/share/ppd/HP/hp-deskjet_3940.ppd.gz -#usr/share/ppd/HP/hp-deskjet_400.ppd.gz -#usr/share/ppd/HP/hp-deskjet_400l.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4100_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_450.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4510_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4530_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_460.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4610_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4620_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4640_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4670_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4720_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_4800_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_500.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5000_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_500c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_505j.ppd.gz -#usr/share/ppd/HP/hp-deskjet_510.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5100.ppd.gz -#usr/share/ppd/HP/hp-deskjet_520.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_540.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5400_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_550c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5520_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5550.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5551.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5552.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5570_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5600.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5640_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5650.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5652.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5700.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5730_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5800.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5810_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5820_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5850.ppd.gz -#usr/share/ppd/HP/hp-deskjet_5900_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_600.ppd.gz -#usr/share/ppd/HP/hp-deskjet_610c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_610cl.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6120.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6122.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6127.ppd.gz -#usr/share/ppd/HP/hp-deskjet_612c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_630c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_632c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_640c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_648c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6500.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6520_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_656c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_660.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6600.ppd.gz -#usr/share/ppd/HP/hp-deskjet_670.ppd.gz -#usr/share/ppd/HP/hp-deskjet_670c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_670tv.ppd.gz -#usr/share/ppd/HP/hp-deskjet_672c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_680.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6800.ppd.gz -#usr/share/ppd/HP/hp-deskjet_682.ppd.gz -#usr/share/ppd/HP/hp-deskjet_690c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_692.ppd.gz -#usr/share/ppd/HP/hp-deskjet_693.ppd.gz -#usr/share/ppd/HP/hp-deskjet_694.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6940_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_695.ppd.gz -#usr/share/ppd/HP/hp-deskjet_697.ppd.gz -#usr/share/ppd/HP/hp-deskjet_6980_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_810c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_812c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_815c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_816c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_825c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_830c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_832c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_840c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_841c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_842c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_843c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_845c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_850c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_855c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_870c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_880c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_882c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_890c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_895c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_916c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_920c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_9300.ppd.gz -#usr/share/ppd/HP/hp-deskjet_930c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_932c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_933c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_934c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_935c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_940c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_948c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_950c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_952c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_955c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_957c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_959c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_9600.ppd.gz -#usr/share/ppd/HP/hp-deskjet_960c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_970c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_975c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_9800.ppd.gz -#usr/share/ppd/HP/hp-deskjet_980c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_990c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_995c.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d1300_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d1400_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d1500_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d1600_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d2300_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d2400_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d2500_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d2600_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d4100_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d4200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d4300_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d5500_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_d730.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f2100_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f2200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f2400_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f300_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f4100_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f4200_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f4400_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f4500_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_f735.ppd.gz -#usr/share/ppd/HP/hp-deskjet_ink_adv_2010_k010.ppd.gz -#usr/share/ppd/HP/hp-deskjet_ink_adv_2060_k110.ppd.gz -#usr/share/ppd/HP/hp-deskjet_ink_advant_k109a-z.ppd.gz -#usr/share/ppd/HP/hp-deskjet_ink_advant_k209a-z.ppd.gz -#usr/share/ppd/HP/hp-deskjet_plus_4100_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_plus_6000_series.ppd.gz -#usr/share/ppd/HP/hp-deskjet_plus_6400_series.ppd.gz -#usr/share/ppd/HP/hp-envy_100_d410_series.ppd.gz -#usr/share/ppd/HP/hp-envy_110_series.ppd.gz -#usr/share/ppd/HP/hp-envy_120_series.ppd.gz -#usr/share/ppd/HP/hp-envy_4500_series.ppd.gz -#usr/share/ppd/HP/hp-envy_4510_series.ppd.gz -#usr/share/ppd/HP/hp-envy_4520_series.ppd.gz -#usr/share/ppd/HP/hp-envy_5000_series.ppd.gz -#usr/share/ppd/HP/hp-envy_5530_series.ppd.gz -#usr/share/ppd/HP/hp-envy_5540_series.ppd.gz -#usr/share/ppd/HP/hp-envy_5640_series.ppd.gz -#usr/share/ppd/HP/hp-envy_5660_series.ppd.gz -#usr/share/ppd/HP/hp-envy_6000_series.ppd.gz -#usr/share/ppd/HP/hp-envy_6400_series.ppd.gz -#usr/share/ppd/HP/hp-envy_7640_series.ppd.gz -#usr/share/ppd/HP/hp-envy_8000_series.ppd.gz -#usr/share/ppd/HP/hp-envy_inspire_7200_series.ppd.gz -#usr/share/ppd/HP/hp-envy_inspire_7900_series.ppd.gz -#usr/share/ppd/HP/hp-envy_photo_6200_series.ppd.gz -#usr/share/ppd/HP/hp-envy_photo_7100_series.ppd.gz -#usr/share/ppd/HP/hp-envy_photo_7800_series.ppd.gz -#usr/share/ppd/HP/hp-envy_pro_6400_series.ppd.gz -#usr/share/ppd/HP/hp-ink_tank_110_series.ppd.gz -#usr/share/ppd/HP/hp-ink_tank_310_series.ppd.gz -#usr/share/ppd/HP/hp-ink_tank_wireless_410_series.ppd.gz -#usr/share/ppd/HP/hp-laserJet_m610_m611_m612-ps.ppd.gz -#usr/share/ppd/HP/hp-laser_ns_1020.ppd.gz -#usr/share/ppd/HP/hp-laser_ns_mfp_1005.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1000.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1005_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_100_color_mfp_m175-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1010.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1012.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1015.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1018.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1020.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1022-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1022n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1022nw-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1100.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1100a.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1100xi.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1150.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1160_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1200-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1200-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1200n-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1200n.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1220-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1220-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1220se-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1220se.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300n-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300xi-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1300xi-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320n-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320n.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320nw-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320tn-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_1320tn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_200_color_m251-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_200_colormfp_m275-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_200_colormfp_m276-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2100-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2100_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2100_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2200-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2200_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2200_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2300-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2300_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2300_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2410-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2410-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2420-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2420-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2430-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_2430-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3015-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3015-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3020-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3020-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3030-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3030-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3050-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3050-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3052-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3052-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3055.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3100.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3150.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3200.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3200m-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3300_3310_3320-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3300_3310_3320-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3330.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3380-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3380-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3390-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3390-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_3392.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4000_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4000_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_400_m401-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_400_m401dne-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_400_mfp_m425-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4050_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4050_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4100_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4100_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4100_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4100_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4150_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4200-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4200-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4240-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4240-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4250-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4250-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4300-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4300-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4345_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4345_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4350-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4350-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4_plus-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4_plus-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4l.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4ml-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4ml.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4mp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4mp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4si-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4si-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4v-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_4v-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5000-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5000_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5000_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_500_color_m551-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_500_color_mfp_m570-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_500_color_mfp_m575-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_500_mfp_m525-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5100_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5100_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200l-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200l-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200lx-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5200lx.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5l.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5mp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5mp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5p-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5p.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5si-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5si-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5si_mopier-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_5si_mopier-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_600_m601_m602_m603-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_6l.ppd.gz -#usr/share/ppd/HP/hp-laserjet_6mp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_6mp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_6p-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_6p.ppd.gz -#usr/share/ppd/HP/hp-laserjet_700_color_mfp_m775-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_700_m712-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8000-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8000_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8000_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8100_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8100_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8100_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8100_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8150_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8150_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_8150_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9000_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9000_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9000_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9000_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9040-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9040-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9040_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9040_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9050-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9050-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9050_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9050_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9055mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9055mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9065mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_9065mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1410_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1411fn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1412fn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1413fn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1415fn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1415fnw-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1416fnw-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1417fnw-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cm1418fnw-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_color_flow_mfp_m575-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cp1025.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cp1025nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_cp1520_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e40040-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e50145-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e60055-e60075-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e60155-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e60165-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e60175-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e62555-e62575-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_e62655-e62675-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e73130-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e73135-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e73140-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e82650-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e82660-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_e82670-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_e52645-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_e731-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_e826-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_m525-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_m528-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_m630-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_flow_mfp_m830-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1005.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m101-m106.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m109-m112.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1120_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1120n_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1319f_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m14-m17.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1522_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1522n_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1522nf_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1522nf_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1530_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1537dnf_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1538dnf_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m1539dnf_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m207-m212.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m2727_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m2727_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m3027_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m3027_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m3035_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m3035_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m406-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m407-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m4345_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m4345_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m4349_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m4349_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m4555_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m5025_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m5025_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m5035_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m5035_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m5039_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m506-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m507-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m604_m605_m606-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m607_m608_m609-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m806-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9040_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9040_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9050_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9050_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9059_mfp-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_m9059_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e42540-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e72425-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e72430-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e72525-25-30-35-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e730-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e73025-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e73030-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e731-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e73130-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e73135-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e73140-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e77822-25-30-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e82540-50-60-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e826-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e82650-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e82660-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e82670-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_e87640-50-60-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m129-m134.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m139-m142.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m232-m237.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m28-m31.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m426_m427-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m430-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m431-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m521-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m527-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m630-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m631_m632_m633-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m634_m635_m636-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_mfp_m725-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1005.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1006.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1007.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1008.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1009.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1505.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p1505n-zxs.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2014-zxs.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2014n-zxs.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015d_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015dn_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015n_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2015x_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2035-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2035n-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2055-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2055_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2055d-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2055dn-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p2055x-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3004-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3004-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3005-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3005-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3010_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p3010_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4010_series-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4014.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4014dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4014n.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4015.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4015dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4015n.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4015tn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4015x.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4515.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4515n.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4515tn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4515x.ppd.gz -#usr/share/ppd/HP/hp-laserjet_p4515xm.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_4001-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_4002-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_4003-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_4004-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m118-m119-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m148-m149-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m148f-m149f-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m201_m202-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m203_m206-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m304-m305-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m402_m403-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m402_m403d-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m404-m405-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m428-m429-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m428f-m429f-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m501dn-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m501n-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m701-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_m706-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_3001-3008-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_3101-3108-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_4101-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_4102-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_4103-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_4104-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125a.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125nr.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125r.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125rnw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m125s.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m126a.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m126nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m127fn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m127fp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m127fs.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m127fw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m128fn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m128fp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m128fw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m225_m226-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m227-m231-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m25a.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m25nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m26a.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m26nw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m27c.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m27cnw.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m329-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_mfp_m435-ps.ppd.gz -#usr/share/ppd/HP/hp-laserjet_pro_p1100_plus_series.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1132_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1136_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1137_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1138_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1139_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1212nf_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1213nf_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1214nfh_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1216nfh_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1217nfw_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1218nfg_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1218nfs_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1219nf_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1219nfg_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_m1219nfs_mfp.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1102.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1106.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1106w.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1107.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1107w.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1108.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1108w.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1109.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1109w.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1566.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1567.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1568.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1569.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1606dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1607dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1608dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p1609dn.ppd.gz -#usr/share/ppd/HP/hp-laserjet_professional_p_1102w.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_1020.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_150x.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_250x.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_mfp_1005.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_mfp_160x.ppd.gz -#usr/share/ppd/HP/hp-laserjet_tank_mfp_260x.ppd.gz -#usr/share/ppd/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz -#usr/share/ppd/HP/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz -#usr/share/ppd/HP/hp-mopier_240-pcl3.ppd.gz -#usr/share/ppd/HP/hp-mopier_240-ps.ppd.gz -#usr/share/ppd/HP/hp-mopier_320-pcl3.ppd.gz -#usr/share/ppd/HP/hp-mopier_320-ps.ppd.gz -#usr/share/ppd/HP/hp-neverstop_laser_100x.ppd.gz -#usr/share/ppd/HP/hp-neverstop_laser_mfp_120x.ppd.gz -#usr/share/ppd/HP/hp-officejet.ppd.gz -#usr/share/ppd/HP/hp-officejet_100_mobile_l411.ppd.gz -#usr/share/ppd/HP/hp-officejet_150_mobile_l511.ppd.gz -#usr/share/ppd/HP/hp-officejet_200_mobile_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_250_mobile_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_2620_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_3830_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4000_k210.ppd.gz -#usr/share/ppd/HP/hp-officejet_4100_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4105.ppd.gz -#usr/share/ppd/HP/hp-officejet_4115_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4200_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4255.ppd.gz -#usr/share/ppd/HP/hp-officejet_4300_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4400_k410.ppd.gz -#usr/share/ppd/HP/hp-officejet_4500_g510a-f.ppd.gz -#usr/share/ppd/HP/hp-officejet_4500_g510g-m.ppd.gz -#usr/share/ppd/HP/hp-officejet_4500_g510n-z.ppd.gz -#usr/share/ppd/HP/hp-officejet_4500_k710.ppd.gz -#usr/share/ppd/HP/hp-officejet_4610_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4620_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4630_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_4650_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_5100_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_5200_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_5500_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_5600_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_5740_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_6000_e609a.ppd.gz -#usr/share/ppd/HP/hp-officejet_6000_e609n.ppd.gz -#usr/share/ppd/HP/hp-officejet_6100.ppd.gz -#usr/share/ppd/HP/hp-officejet_6100_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_6150_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_6200_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_6300_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_6500_e709a.ppd.gz -#usr/share/ppd/HP/hp-officejet_6500_e709n.ppd.gz -#usr/share/ppd/HP/hp-officejet_6500_e710a-f.ppd.gz -#usr/share/ppd/HP/hp-officejet_6500_e710n-z.ppd.gz -#usr/share/ppd/HP/hp-officejet_6600.ppd.gz -#usr/share/ppd/HP/hp-officejet_6700.ppd.gz -#usr/share/ppd/HP/hp-officejet_6800.ppd.gz -#usr/share/ppd/HP/hp-officejet_6950.ppd.gz -#usr/share/ppd/HP/hp-officejet_6960.ppd.gz -#usr/share/ppd/HP/hp-officejet_7000_e809a_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7100_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7110_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7200_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7300_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7400_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7500_e910.ppd.gz -#usr/share/ppd/HP/hp-officejet_7510_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_7610_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8010_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8020_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8040_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8120_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8120e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8130_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8130e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_8700.ppd.gz -#usr/share/ppd/HP/hp-officejet_9010_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_9100_series-pcl3.ppd.gz -#usr/share/ppd/HP/hp-officejet_color_mfp_x585.ppd.gz -#usr/share/ppd/HP/hp-officejet_color_x555-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_d_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_g55.ppd.gz -#usr/share/ppd/HP/hp-officejet_g55xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_g85.ppd.gz -#usr/share/ppd/HP/hp-officejet_g85xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_g95.ppd.gz -#usr/share/ppd/HP/hp-officejet_h470.ppd.gz -#usr/share/ppd/HP/hp-officejet_j3500_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j3600_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j4500_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j4660_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j4680_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j5500_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j5700_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_j6400_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_k60.ppd.gz -#usr/share/ppd/HP/hp-officejet_k60xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_k7100.ppd.gz -#usr/share/ppd/HP/hp-officejet_k80.ppd.gz -#usr/share/ppd/HP/hp-officejet_k80xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_lx.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_1150c.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_1170c_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_251dw_printer-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_276dw_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_3610.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_3620.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_451_series-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_476_576_series-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_551_series-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_6230.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_6830.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_6960.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_6970.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_7720_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_7730_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_7740_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8000_a809.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8020_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8030_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8100.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8120_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8120e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8130_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8130e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8210-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8500_a909a.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8500_a909g.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8500_a909n.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8500_a910.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8600.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8610.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8620.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8630.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8640.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8660.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8710.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8720.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8730-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8732-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_8740-ps.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9010_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9020_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9110b_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9120b_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9130b_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9720_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9720e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9730_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_9730e_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_k5300.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_k5400.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_k550.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_k850.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_k8600.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_l7300.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_l7400.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_l7500.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_l7600.ppd.gz -#usr/share/ppd/HP/hp-officejet_pro_l7700.ppd.gz -#usr/share/ppd/HP/hp-officejet_r40.ppd.gz -#usr/share/ppd/HP/hp-officejet_r40xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_r45.ppd.gz -#usr/share/ppd/HP/hp-officejet_r60.ppd.gz -#usr/share/ppd/HP/hp-officejet_r65.ppd.gz -#usr/share/ppd/HP/hp-officejet_r80.ppd.gz -#usr/share/ppd/HP/hp-officejet_r80xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_300.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_310.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_320.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_330.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_350.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_520.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_570.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_580.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_590.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_600.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_610.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_630.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_700.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_710.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_720.ppd.gz -#usr/share/ppd/HP/hp-officejet_series_725.ppd.gz -#usr/share/ppd/HP/hp-officejet_t_series.ppd.gz -#usr/share/ppd/HP/hp-officejet_v30.ppd.gz -#usr/share/ppd/HP/hp-officejet_v40.ppd.gz -#usr/share/ppd/HP/hp-officejet_v40xi.ppd.gz -#usr/share/ppd/HP/hp-officejet_v45.ppd.gz -#usr/share/ppd/HP/hp-pagewide_352_printer-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_377_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_P77440_P77940-60-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_556-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_755-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_765-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_P75250-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_e55650-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_e75160-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_e77650-e77660-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_flow_mfp_586-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_mfp_586-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_mfp_774-779-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_mfp_780-785-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_color_mfp_e58650-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_mfp_p57750-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_mfp_p77740-60zs-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_p55250-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_p75050-60-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_452_printer-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_477_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_552_printer-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_577_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_750-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_pro_mfp_772-777-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_3900ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_3920_ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4000ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4000ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4100ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4100ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4200_ps_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4200_ps_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4500ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4500ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4600ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4600ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4700_ps_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_4700_ps_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5000ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5000ps_blueprinter-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5000ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5100ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5100ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5100ps_mfp_blueprinter-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5200_ps_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_5200_ps_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_6000ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_6000ps_mfp-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_8000ps-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_8000ps_blueprinter-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_8200_ps_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_pro_5200_ps_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-pagewide_xl_pro_8200_ps_mfp_series-ps.ppd.gz -#usr/share/ppd/HP/hp-photosmart_100.ppd.gz -#usr/share/ppd/HP/hp-photosmart_1115.ppd.gz -#usr/share/ppd/HP/hp-photosmart_1215.ppd.gz -#usr/share/ppd/HP/hp-photosmart_1218.ppd.gz -#usr/share/ppd/HP/hp-photosmart_130.ppd.gz -#usr/share/ppd/HP/hp-photosmart_1315.ppd.gz -#usr/share/ppd/HP/hp-photosmart_140_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_230.ppd.gz -#usr/share/ppd/HP/hp-photosmart_240_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_2570_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_2600_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_2700_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_3100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_3200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_320_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_3300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_330_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_370_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_380_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_420_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_470_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_5510_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_5510d_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_5520_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_6510_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_6520_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7345.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7400_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7510_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7520_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7550.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7600_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7700_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7800_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_7900_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_8000_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_8100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_8200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_8400_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_8700_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a310_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a320_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a430_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a440_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a510_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a520_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a530_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a610_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a620_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a630_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a640_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a710_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_a820_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_b010_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_b109a_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_b110_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_b8500_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c309a_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c3100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4340_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4380_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4400_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4500_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4600_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c4700_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c5100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c5200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c5300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c5500_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c6100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c6200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c6300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c7100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c7200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_c8100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d110_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d5060_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d5100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d5300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d5400_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d6100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d7100_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d7200_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d7300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d7400_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_d7500_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_estn_c510_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_ink_adv_k510.ppd.gz -#usr/share/ppd/HP/hp-photosmart_p1000.ppd.gz -#usr/share/ppd/HP/hp-photosmart_p1100.ppd.gz -#usr/share/ppd/HP/hp-photosmart_plus_b209a-m.ppd.gz -#usr/share/ppd/HP/hp-photosmart_plus_b210_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_prem-web_c309n-s.ppd.gz -#usr/share/ppd/HP/hp-photosmart_prem_c310_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_prem_c410_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_premium_c309g-m.ppd.gz -#usr/share/ppd/HP/hp-photosmart_pro_b8300_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_pro_b8800_series.ppd.gz -#usr/share/ppd/HP/hp-photosmart_wireless_b109n-z.ppd.gz -#usr/share/ppd/HP/hp-postscript-inkjet.ppd.gz -#usr/share/ppd/HP/hp-postscript-laserjet-pro.ppd.gz -#usr/share/ppd/HP/hp-postscript-laserjet.ppd.gz -#usr/share/ppd/HP/hp-printer_scanner_copier_300.ppd.gz -#usr/share/ppd/HP/hp-psc_1000_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1100_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1200_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1300_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1310_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1358_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1400_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1500_series.ppd.gz -#usr/share/ppd/HP/hp-psc_1600_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2100_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2150_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2170_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2200_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2210_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2300_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2350_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2400_series.ppd.gz -#usr/share/ppd/HP/hp-psc_2500_series.ppd.gz -#usr/share/ppd/HP/hp-psc_500.ppd.gz -#usr/share/ppd/HP/hp-psc_720.ppd.gz -#usr/share/ppd/HP/hp-psc_750.ppd.gz -#usr/share/ppd/HP/hp-psc_750xi.ppd.gz -#usr/share/ppd/HP/hp-psc_760.ppd.gz -#usr/share/ppd/HP/hp-psc_780.ppd.gz -#usr/share/ppd/HP/hp-psc_780xi.ppd.gz -#usr/share/ppd/HP/hp-psc_900_series.ppd.gz -#usr/share/ppd/HP/hp-psc_920.ppd.gz -#usr/share/ppd/HP/hp-psc_950.ppd.gz -#usr/share/ppd/HP/hp-psc_950vr.ppd.gz -#usr/share/ppd/HP/hp-psc_950xi.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_210-220_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_350_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_500_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_5100_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_510_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_520_540_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_530_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_580-590_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_6000_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_610_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_660-670_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_7000_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_710-720_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_7300_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_750_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_7600_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_790_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_plus_550_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_plus_570_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_plus_650_series.ppd.gz -#usr/share/ppd/HP/hp-smart_tank_wireless_450_series.ppd.gz -#usr/share/ppd/HP/hp-tango.ppd.gz diff --git a/lfs/hplip b/lfs/hplip deleted file mode 100644 index 968bb5efa..000000000 --- a/lfs/hplip +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = HP's Printing, Scanning, and Faxing Software - -VER = 3.24.4 - -THISAPP = hplip-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = hplip -PAK_VER = 12 - -DEPS = - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 0b5c93465f6d9e30916bf57fd7f2d490d2f04ef80ed1654a7d2c6adc57a5293e358720a71bbb76757a1496d9f7ca05f077f6e9ea62cfa243319fe9d551440710 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --enable-hpijs-only-build \ - --disable-network-build \ - --disable-scan-build - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8177 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cs3551z3wyH for ; Mon, 14 Oct 2024 16:51:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cq119Lz4V5; Mon, 14 Oct 2024 16:51:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cq0TBXz34Lv; Mon, 14 Oct 2024 16:51:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cd67HPz34Jj for ; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cd4ZX7z2DC; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U0mo1rhR0oefJ96l+IHNF0yMbKKNh4q6hPrJeTXILqs=; b=R0iLZbj2YwME+7B1KE57p32htNoH0hCTjNRpDQhCbWw33uj4vZsqYKVmevsDCo8L4CuSEl v+z5GybGdIcvEQAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U0mo1rhR0oefJ96l+IHNF0yMbKKNh4q6hPrJeTXILqs=; b=Q413NeXCIRGGinu6J/mG3dO2A7Qye6CxhBSRhn4btSSBCZBcxTlyPtful7UlVSUZNv3zKL NbXkHib2AfPZ+Xm59k7XNKeThZ2cdVfOFv0r9CQ3U0Why2v8A7YcYbx2L0hBE9wez1FTB8 h1N78lZPQqWx22k/VMR05SA2/QcEzB47KCYq1hX160KBNkrZpsVp0KBZYryflIR2mugn2M 1Tu684a/LZYF6Slag3g5n4C7N6hodHa/7+5zywlR86KzInuysIuNqnjDqjSABwQEhjsd8f qIr/LAA1I+NNL/1v+a/hhZxxPwwtxs3WqDQUFczRgHxfoVExJh0xg9P/HXbACQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 09/17] lcms2: Removal of package Date: Mon, 14 Oct 2024 18:51:09 +0200 Message-ID: <20241014165117.15440-9-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QOSXIO6RJZMMMB5BITSZV4YPF7AMU26W X-Message-ID-Hash: QOSXIO6RJZMMMB5BITSZV4YPF7AMU26W X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/lcms2 | 17 -------- lfs/lcms2 | 78 ----------------------------------- 2 files changed, 95 deletions(-) delete mode 100644 config/rootfiles/common/lcms2 delete mode 100644 lfs/lcms2 diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2 deleted file mode 100644 index 30325807b..000000000 --- a/config/rootfiles/common/lcms2 +++ /dev/null @@ -1,17 +0,0 @@ -#usr/bin/jpgicc -#usr/bin/linkicc -#usr/bin/psicc -#usr/bin/tificc -#usr/bin/transicc -#usr/include/lcms2.h -#usr/include/lcms2_plugin.h -#usr/lib/liblcms2.la -#usr/lib/liblcms2.so -usr/lib/liblcms2.so.2 -usr/lib/liblcms2.so.2.0.16 -#usr/lib/pkgconfig/lcms2.pc -#usr/share/man/man1/jpgicc.1 -#usr/share/man/man1/linkicc.1 -#usr/share/man/man1/psicc.1 -#usr/share/man/man1/tificc.1 -#usr/share/man/man1/transicc.1 diff --git a/lfs/lcms2 b/lfs/lcms2 deleted file mode 100644 index 7a7c11165..000000000 --- a/lfs/lcms2 +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.16 - -THISAPP = lcms2-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = cf4d10908e6b8e6cf15ec8a99f0a299a9bcb7082f0df5ab1c9d84fcb739132855edf717c2ab746040fc09bace7afaaa8a39538e7ceabd0e68cdb3b4fb5627c6d - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-static - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8178 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ct2mVCz3x1M for ; Mon, 14 Oct 2024 16:51:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cr2CQ9z2DC; Mon, 14 Oct 2024 16:51:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cr1klTz34Hg; Mon, 14 Oct 2024 16:51:36 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cf0Q6Rz34Hf for ; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cd62gdz19Y; Mon, 14 Oct 2024 16:51:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jbYLKwE27jpA0yDJGfczzTlqut33j6DHjw3eNHjVVDs=; b=FRoQrqgmvlbsUxjntFOK5U8Wbs+p0GQWLYE/Us5ZzOgjs1LAYsdyHqcR8lKXyvgoVZiYIJ sf7/DHqN7Dl0sJKHTcZNkJ5tq+Ho493/iUnXIPi4JlTfQN90mEas1HcSQuAd7UWdeZMJJc YFPloORzUUWRM3fEm84PRM0dkawP+HgOPeGA9eOzvfLnECKK5irXuZG7AIuV9dPXYYhY8F iGpwZ1Ih9aHnPPP/QJlTN5D0F16UcHd8N7qvFn9gZjvq0QW54tdwg0FW0gdQBsSVaF/EhQ lydwp7WfB9bY0HreYNoeGHa4yv3siSQHNmnDyvZgRv92CT18BsOtUldfxsRbew== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jbYLKwE27jpA0yDJGfczzTlqut33j6DHjw3eNHjVVDs=; b=JegaxaXOYXCDIlhYEjYAIKVLtuLpG0/1MRtcTSgjrKOX/EBURXgcGiQwzDsI2MvupxBjGe 9d4glbTCfFHKUUAA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/17] libtiff: Removal of package Date: Mon, 14 Oct 2024 18:51:10 +0200 Message-ID: <20241014165117.15440-10-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ZQKYGZFI4F53OX5LLZOZ5P3OLWJWBZSZ X-Message-ID-Hash: ZQKYGZFI4F53OX5LLZOZ5P3OLWJWBZSZ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/libtiff | 19 ------- lfs/libtiff | 88 --------------------------------- 2 files changed, 107 deletions(-) delete mode 100644 config/rootfiles/common/libtiff delete mode 100644 lfs/libtiff diff --git a/config/rootfiles/common/libtiff b/config/rootfiles/common/libtiff deleted file mode 100644 index 42aa1faae..000000000 --- a/config/rootfiles/common/libtiff +++ /dev/null @@ -1,19 +0,0 @@ -usr/bin/tiffcp -usr/bin/tiffdump -usr/bin/tiffinfo -usr/bin/tiffset -usr/bin/tiffsplit -#usr/include/tiff.h -#usr/include/tiffconf.h -#usr/include/tiffio.h -#usr/include/tiffio.hxx -#usr/include/tiffvers.h -#usr/lib/libtiff.la -usr/lib/libtiff.so -usr/lib/libtiff.so.6 -usr/lib/libtiff.so.6.0.2 -#usr/lib/libtiffxx.la -usr/lib/libtiffxx.so -usr/lib/libtiffxx.so.6 -usr/lib/libtiffxx.so.6.0.2 -#usr/lib/pkgconfig/libtiff-4.pc diff --git a/lfs/libtiff b/lfs/libtiff deleted file mode 100644 index e285a63ed..000000000 --- a/lfs/libtiff +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = The Tiff Library (with JPEG and compression support) - -VER = 4.6.0 - -THISAPP = tiff-$(VER) -DL_FILE = $(THISAPP).tar.xz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 3b508b02b0a536c5bc8e67fe4c1b09ae9c830252786ef4764202c14d673d1ef9634694de7a5893a3551dec684d00bad9d0442c7fea7bcd09238b9960d443cf62 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --disable-static \ - --disable-docs - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8179 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cv2hKBz3xF2 for ; Mon, 14 Oct 2024 16:51:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cs3Z4Xz4Lc; Mon, 14 Oct 2024 16:51:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cs33yHz34Hg; Mon, 14 Oct 2024 16:51:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cf1qyGz344c for ; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf0NWlz1G0; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FVaC1cLN4x6fuePaYjEIv6gMNDoe5ocrSHVHcDG5nxM=; b=2o4yB5vZgOryHRLkCO0sK4stM+t3AHRf7StqZukrTwYM/HDD74bHAp4pROnae5waBogJti FFeqHOQpcxEDWZCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FVaC1cLN4x6fuePaYjEIv6gMNDoe5ocrSHVHcDG5nxM=; b=pfBQTPV+X2oYGWbmtJflLIPfbVOzmK83krOCYlmJIOEZqJKDY0TBSmltQSpGt59NsOMqd8 TqhRtVsxOGfpT/GTdDncNdbBn9RCL7Y4iAshs/45JrlddbF6IMjASZEd0aiSLNlVonRcfU iV4V3dIdwVhvi+Motv0HGL+IvEDPiiGRJbyGyEsz7pMD+x8qsNDBPsjIrUX8LwEhwkdTvd s+IDpXAZFZZJK39bBeuqicHpQHbdif3MPr1teaHA/Ior/oTR4qCQXE2Jiybuw9NIwwqVj5 NTxyvdyHw60iN6ZV8D8QfLu8U3GdRJtpjoQj/6evs8rorF6SoJnOZY/9rvCrIA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 11/17] openjpeg: Removal of package Date: Mon, 14 Oct 2024 18:51:11 +0200 Message-ID: <20241014165117.15440-11-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 74FQ2ZCEPCEXHOQH7TMR5MFCZVD4AGMA X-Message-ID-Hash: 74FQ2ZCEPCEXHOQH7TMR5MFCZVD4AGMA X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/openjpeg | 15 ------ lfs/openjpeg | 82 -------------------------------- 2 files changed, 97 deletions(-) delete mode 100644 config/rootfiles/common/openjpeg delete mode 100644 lfs/openjpeg diff --git a/config/rootfiles/common/openjpeg b/config/rootfiles/common/openjpeg deleted file mode 100644 index 19a9198e7..000000000 --- a/config/rootfiles/common/openjpeg +++ /dev/null @@ -1,15 +0,0 @@ -usr/bin/opj_compress -usr/bin/opj_decompress -usr/bin/opj_dump -#usr/include/openjpeg-2.5 -#usr/include/openjpeg-2.5/openjpeg.h -#usr/include/openjpeg-2.5/opj_config.h -#usr/lib/cmake/openjpeg-2.5 -#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfig.cmake -#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfigVersion.cmake -#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets-release.cmake -#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets.cmake -#usr/lib/libopenjp2.so -usr/lib/libopenjp2.so.2.5.2 -usr/lib/libopenjp2.so.7 -#usr/lib/pkgconfig/libopenjp2.pc diff --git a/lfs/openjpeg b/lfs/openjpeg deleted file mode 100644 index f2637fb51..000000000 --- a/lfs/openjpeg +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.5.2 - -THISAPP = openjpeg-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 4c23eecd603c620d3555fa02055104d292cdf4bbb88ab3d8d8a8f62e3c21b52d3c6d9211d8dd6f11d76fb1ca6f2333a7305ae07b5883a62eb7fc28ec9dfafc0f - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && mkdir -pv build - cd $(DIR_APP)/build && cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RELEASE \ - -DBUILD_STATIC_LIBS=OFF \ - .. - cd $(DIR_APP)/build && make $(MAKETUNING) - cd $(DIR_APP)/build && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8180 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cw0cBqz3wyH for ; Mon, 14 Oct 2024 16:51:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Ct4qdrz4ZT; Mon, 14 Oct 2024 16:51:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Ct4Lqrz34Jj; Mon, 14 Oct 2024 16:51:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cg3CLJz34Jj for ; Mon, 14 Oct 2024 16:51:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf1rWvz2rk; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7Dodd+bVZMd83cvV8+PwmmceMyuwFhjBRLdGPi51Cx4=; b=R4WgKHWOfTSLCXVYaJwvznrnSMWDv1Lw+C6XA8gmcQh2SRmdYf3uXxhO6f76V88OQGRwn9 UaBgQYIwek8nXDAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7Dodd+bVZMd83cvV8+PwmmceMyuwFhjBRLdGPi51Cx4=; b=us3fzKBtHZxje31iUHx34Wn6m6iKQqE2aXJyouc+/e+0wwzVDfymj3li1wvs6lIOkZIS8y LNoLtGPJusLR6zwnuMkIbprdqUalsbC0Rti0pYcgryIMgQfbwGRKfb/bJWwk0bRnQwZm+N g1/WXBmR7UVX2FM2GR7ZlHK8b29XEKICg0MBuNCOH89LP9pBuITiJq7VwYdJGhrDRvfc0V tal11jn6imaRqZnlEoEIZ0x/yASL5oCjA5PTj6jzGEoyWYtkkKVpP/MeuZvfi3x0bXZe+I LPOxCWuFlFSgWIyf/GJpXxGJ6OSnYGFKiWFV9QPMEx5SKv3IBXkdKLDQp5pJvg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 12/17] poppler: Removal of package Date: Mon, 14 Oct 2024 18:51:12 +0200 Message-ID: <20241014165117.15440-12-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 7DHXZ7RDTJ3P5TRNIF32KMO4SYJ6I25J X-Message-ID-Hash: 7DHXZ7RDTJ3P5TRNIF32KMO4SYJ6I25J X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/poppler | 194 -------------------------------- lfs/poppler | 87 -------------- 2 files changed, 281 deletions(-) delete mode 100644 config/rootfiles/common/poppler delete mode 100644 lfs/poppler diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler deleted file mode 100644 index 6f18c0bb6..000000000 --- a/config/rootfiles/common/poppler +++ /dev/null @@ -1,194 +0,0 @@ -usr/bin/pdfattach -usr/bin/pdfdetach -usr/bin/pdffonts -usr/bin/pdfimages -usr/bin/pdfinfo -usr/bin/pdfseparate -usr/bin/pdftocairo -usr/bin/pdftohtml -usr/bin/pdftoppm -usr/bin/pdftops -usr/bin/pdftotext -usr/bin/pdfunite -#usr/include/poppler -#usr/include/poppler/Annot.h -#usr/include/poppler/AnnotStampImageHelper.h -#usr/include/poppler/Array.h -#usr/include/poppler/BBoxOutputDev.h -#usr/include/poppler/CMap.h -#usr/include/poppler/CachedFile.h -#usr/include/poppler/CairoFontEngine.h -#usr/include/poppler/CairoOutputDev.h -#usr/include/poppler/CairoRescaleBox.h -#usr/include/poppler/Catalog.h -#usr/include/poppler/CertificateInfo.h -#usr/include/poppler/CharCodeToUnicode.h -#usr/include/poppler/CharTypes.h -#usr/include/poppler/CurlCachedFile.h -#usr/include/poppler/CurlPDFDocBuilder.h -#usr/include/poppler/DateInfo.h -#usr/include/poppler/Decrypt.h -#usr/include/poppler/Dict.h -#usr/include/poppler/Error.h -#usr/include/poppler/ErrorCodes.h -#usr/include/poppler/FDPDFDocBuilder.h -#usr/include/poppler/FILECacheLoader.h -#usr/include/poppler/FileSpec.h -#usr/include/poppler/FontEncodingTables.h -#usr/include/poppler/FontInfo.h -#usr/include/poppler/Form.h -#usr/include/poppler/Function.h -#usr/include/poppler/Gfx.h -#usr/include/poppler/GfxFont.h -#usr/include/poppler/GfxState.h -#usr/include/poppler/GfxState_helpers.h -#usr/include/poppler/GlobalParams.h -#usr/include/poppler/HashAlgorithm.h -#usr/include/poppler/Hints.h -#usr/include/poppler/JArithmeticDecoder.h -#usr/include/poppler/JBIG2Stream.h -#usr/include/poppler/JPEG2000Stream.h -#usr/include/poppler/JSInfo.h -#usr/include/poppler/Lexer.h -#usr/include/poppler/Linearization.h -#usr/include/poppler/Link.h -#usr/include/poppler/LocalPDFDocBuilder.h -#usr/include/poppler/MarkedContentOutputDev.h -#usr/include/poppler/Movie.h -#usr/include/poppler/NameToCharCode.h -#usr/include/poppler/NameToUnicodeTable.h -#usr/include/poppler/Object.h -#usr/include/poppler/OptionalContent.h -#usr/include/poppler/Outline.h -#usr/include/poppler/OutputDev.h -#usr/include/poppler/PDFDoc.h -#usr/include/poppler/PDFDocBuilder.h -#usr/include/poppler/PDFDocEncoding.h -#usr/include/poppler/PDFDocFactory.h -#usr/include/poppler/PSOutputDev.h -#usr/include/poppler/PSTokenizer.h -#usr/include/poppler/Page.h -#usr/include/poppler/PageTransition.h -#usr/include/poppler/Parser.h -#usr/include/poppler/PopplerCache.h -#usr/include/poppler/PreScanOutputDev.h -#usr/include/poppler/ProfileData.h -#usr/include/poppler/Rendition.h -#usr/include/poppler/SecurityHandler.h -#usr/include/poppler/SignatureInfo.h -#usr/include/poppler/Sound.h -#usr/include/poppler/SplashOutputDev.h -#usr/include/poppler/Stream-CCITT.h -#usr/include/poppler/Stream.h -#usr/include/poppler/StructElement.h -#usr/include/poppler/StructTreeRoot.h -#usr/include/poppler/TextOutputDev.h -#usr/include/poppler/UTF.h -#usr/include/poppler/UnicodeCClassTables.h -#usr/include/poppler/UnicodeCompTables.h -#usr/include/poppler/UnicodeDecompTables.h -#usr/include/poppler/UnicodeMap.h -#usr/include/poppler/UnicodeMapFuncs.h -#usr/include/poppler/UnicodeMapTables.h -#usr/include/poppler/UnicodeTypeTable.h -#usr/include/poppler/ViewerPreferences.h -#usr/include/poppler/XRef.h -#usr/include/poppler/cpp -#usr/include/poppler/cpp/poppler-destination.h -#usr/include/poppler/cpp/poppler-document.h -#usr/include/poppler/cpp/poppler-embedded-file.h -#usr/include/poppler/cpp/poppler-font-private.h -#usr/include/poppler/cpp/poppler-font.h -#usr/include/poppler/cpp/poppler-global.h -#usr/include/poppler/cpp/poppler-image.h -#usr/include/poppler/cpp/poppler-page-renderer.h -#usr/include/poppler/cpp/poppler-page-transition.h -#usr/include/poppler/cpp/poppler-page.h -#usr/include/poppler/cpp/poppler-rectangle.h -#usr/include/poppler/cpp/poppler-toc.h -#usr/include/poppler/cpp/poppler-version.h -#usr/include/poppler/cpp/poppler_cpp_export.h -#usr/include/poppler/fofi -#usr/include/poppler/fofi/FoFiBase.h -#usr/include/poppler/fofi/FoFiEncodings.h -#usr/include/poppler/fofi/FoFiIdentifier.h -#usr/include/poppler/fofi/FoFiTrueType.h -#usr/include/poppler/fofi/FoFiType1.h -#usr/include/poppler/fofi/FoFiType1C.h -#usr/include/poppler/glib -#usr/include/poppler/glib/poppler-action.h -#usr/include/poppler/glib/poppler-annot.h -#usr/include/poppler/glib/poppler-attachment.h -#usr/include/poppler/glib/poppler-date.h -#usr/include/poppler/glib/poppler-document.h -#usr/include/poppler/glib/poppler-enums.h -#usr/include/poppler/glib/poppler-features.h -#usr/include/poppler/glib/poppler-form-field.h -#usr/include/poppler/glib/poppler-layer.h -#usr/include/poppler/glib/poppler-macros.h -#usr/include/poppler/glib/poppler-media.h -#usr/include/poppler/glib/poppler-movie.h -#usr/include/poppler/glib/poppler-page.h -#usr/include/poppler/glib/poppler-structure-element.h -#usr/include/poppler/glib/poppler.h -#usr/include/poppler/goo -#usr/include/poppler/goo/GooCheckedOps.h -#usr/include/poppler/goo/GooLikely.h -#usr/include/poppler/goo/GooString.h -#usr/include/poppler/goo/GooTimer.h -#usr/include/poppler/goo/ImgWriter.h -#usr/include/poppler/goo/JpegWriter.h -#usr/include/poppler/goo/PNGWriter.h -#usr/include/poppler/goo/TiffWriter.h -#usr/include/poppler/goo/gdir.h -#usr/include/poppler/goo/gfile.h -#usr/include/poppler/goo/gmem.h -#usr/include/poppler/goo/grandom.h -#usr/include/poppler/goo/gstrtod.h -#usr/include/poppler/poppler-config.h -#usr/include/poppler/poppler_private_export.h -#usr/include/poppler/splash -#usr/include/poppler/splash/Splash.h -#usr/include/poppler/splash/SplashBitmap.h -#usr/include/poppler/splash/SplashClip.h -#usr/include/poppler/splash/SplashErrorCodes.h -#usr/include/poppler/splash/SplashFTFont.h -#usr/include/poppler/splash/SplashFTFontEngine.h -#usr/include/poppler/splash/SplashFTFontFile.h -#usr/include/poppler/splash/SplashFont.h -#usr/include/poppler/splash/SplashFontEngine.h -#usr/include/poppler/splash/SplashFontFile.h -#usr/include/poppler/splash/SplashFontFileID.h -#usr/include/poppler/splash/SplashGlyphBitmap.h -#usr/include/poppler/splash/SplashMath.h -#usr/include/poppler/splash/SplashPath.h -#usr/include/poppler/splash/SplashPattern.h -#usr/include/poppler/splash/SplashScreen.h -#usr/include/poppler/splash/SplashState.h -#usr/include/poppler/splash/SplashTypes.h -#usr/include/poppler/splash/SplashXPath.h -#usr/include/poppler/splash/SplashXPathScanner.h -#usr/lib/libpoppler-cpp.so -usr/lib/libpoppler-cpp.so.1 -usr/lib/libpoppler-cpp.so.1.0.0 -#usr/lib/libpoppler-glib.so -usr/lib/libpoppler-glib.so.8 -usr/lib/libpoppler-glib.so.8.26.0 -#usr/lib/libpoppler.so -usr/lib/libpoppler.so.140 -usr/lib/libpoppler.so.140.0.0 -#usr/lib/pkgconfig/poppler-cpp.pc -#usr/lib/pkgconfig/poppler-glib.pc -#usr/lib/pkgconfig/poppler.pc -#usr/share/man/man1/pdfattach.1 -#usr/share/man/man1/pdfdetach.1 -#usr/share/man/man1/pdffonts.1 -#usr/share/man/man1/pdfimages.1 -#usr/share/man/man1/pdfinfo.1 -#usr/share/man/man1/pdfseparate.1 -#usr/share/man/man1/pdftocairo.1 -#usr/share/man/man1/pdftohtml.1 -#usr/share/man/man1/pdftoppm.1 -#usr/share/man/man1/pdftops.1 -#usr/share/man/man1/pdftotext.1 -#usr/share/man/man1/pdfunite.1 diff --git a/lfs/poppler b/lfs/poppler deleted file mode 100644 index bfdada16c..000000000 --- a/lfs/poppler +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 24.08.0 - -THISAPP = poppler-$(VER) -DL_FILE = $(THISAPP).tar.xz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = f76ccb8d596909d671df34f6c028e6161ad734d31b460bc7b3578d08a75ad146d6d2c1e4108acb33d08fd518fee014cc84e23d2e04ea92ad152702af614c5ca2 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && mkdir -pv build - cd $(DIR_APP)/build && cmake \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DTESTDATADIR=$PWD/testfiles \ - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ - -DENABLE_QT5=OFF \ - -DENABLE_NSS3=OFF \ - -DENABLE_GPGME=OFF \ - -DENABLE_QT6=OFF \ - .. - cd $(DIR_APP)/build && make $(MAKETUNING) - cd $(DIR_APP)/build && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8181 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cw4qMHz3x1M for ; Mon, 14 Oct 2024 16:51:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Ct68kJz4Zg; Mon, 14 Oct 2024 16:51:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Ct5fLJz34Ll; Mon, 14 Oct 2024 16:51:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch0M9bz34LX for ; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf3QHJz375; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xgCrQRZdCJv6sdDEAO10YIojh/jeX7Ztss8hzpECQX4=; b=6KzmbekLQ46nKf6w/eaxWRcVpC9ctG3vdehidvbHo7Y9JgnkHOKhRi+Vwqm3badSO4gMZj zx5YZcBDJR7WydAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xgCrQRZdCJv6sdDEAO10YIojh/jeX7Ztss8hzpECQX4=; b=EI7bHNm3yxYXw1JeNCHCmw23qSN8cDxoZLqPVhInTtkP0WYBlDbop1TYOfBlWhI++izKLJ vrJsr0JuubrOo1DYJU6mkxKbiEA+49JkHlAMZFPfCRc0KGrWZtj4gPqvtzrPWSXj7qf8Mp Q6/CrbJFHYhQ28iG8YuSJCnJkZM0ZSZ5ptsL7Bqcrezeb+Uw4hOqsE31no4fUvQzsDXNVY jLwaRWgHTvG0p3iSnvedXKhGKTvz7smAndADUb+g332nhYr0xxCtJBawlR/puv8oBcsS54 ajSZMHUfxZ4nKt8UbV9oH3In1k0JzEMlteAZ4DzooDi8zEjB3B6py0BukeRP2g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/17] poppler-data: Removal of package Date: Mon, 14 Oct 2024 18:51:13 +0200 Message-ID: <20241014165117.15440-13-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4M5BQHSG2INQXNMVFDQK4E6CA2L3WOYX X-Message-ID-Hash: 4M5BQHSG2INQXNMVFDQK4E6CA2L3WOYX X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/poppler-data | 275 --------------------------- lfs/poppler-data | 75 -------- 2 files changed, 350 deletions(-) delete mode 100644 config/rootfiles/common/poppler-data delete mode 100644 lfs/poppler-data diff --git a/config/rootfiles/common/poppler-data b/config/rootfiles/common/poppler-data deleted file mode 100644 index 0108f6a0c..000000000 --- a/config/rootfiles/common/poppler-data +++ /dev/null @@ -1,275 +0,0 @@ -#usr/share/pkgconfig/poppler-data.pc -usr/share/poppler -#usr/share/poppler/cMap -#usr/share/poppler/cMap/Adobe-CNS1 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-0 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-1 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-2 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-3 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-4 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-5 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-6 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-7 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-B5pc -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-ETen-B5 -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-CID -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Host -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Mac -#usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-UCS2 -#usr/share/poppler/cMap/Adobe-CNS1/B5-H -#usr/share/poppler/cMap/Adobe-CNS1/B5-V -#usr/share/poppler/cMap/Adobe-CNS1/B5pc-H -#usr/share/poppler/cMap/Adobe-CNS1/B5pc-UCS2 -#usr/share/poppler/cMap/Adobe-CNS1/B5pc-UCS2C -#usr/share/poppler/cMap/Adobe-CNS1/B5pc-V -#usr/share/poppler/cMap/Adobe-CNS1/CNS-EUC-H -#usr/share/poppler/cMap/Adobe-CNS1/CNS-EUC-V -#usr/share/poppler/cMap/Adobe-CNS1/CNS1-H -#usr/share/poppler/cMap/Adobe-CNS1/CNS1-V -#usr/share/poppler/cMap/Adobe-CNS1/CNS2-H -#usr/share/poppler/cMap/Adobe-CNS1/CNS2-V -#usr/share/poppler/cMap/Adobe-CNS1/ETHK-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/ETHK-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-UCS2 -#usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/ETenms-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/ETenms-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKdla-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKdla-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKdlb-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKdlb-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKgccs-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKgccs-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKm314-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKm314-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKm471-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKm471-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/HKscs-B5-H -#usr/share/poppler/cMap/Adobe-CNS1/HKscs-B5-V -#usr/share/poppler/cMap/Adobe-CNS1/UCS2-B5pc -#usr/share/poppler/cMap/Adobe-CNS1/UCS2-ETen-B5 -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-H -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-V -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-H -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-V -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-H -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-V -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-H -#usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-V -#usr/share/poppler/cMap/Adobe-GB1 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-0 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-1 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-2 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-3 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-4 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-5 -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBK-EUC -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBpc-EUC -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-CID -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Host -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Mac -#usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-UCS2 -#usr/share/poppler/cMap/Adobe-GB1/GB-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GB-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/GB-H -#usr/share/poppler/cMap/Adobe-GB1/GB-V -#usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-UCS2 -#usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/GBK2K-H -#usr/share/poppler/cMap/Adobe-GB1/GBK2K-V -#usr/share/poppler/cMap/Adobe-GB1/GBKp-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GBKp-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/GBT-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GBT-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/GBT-H -#usr/share/poppler/cMap/Adobe-GB1/GBT-V -#usr/share/poppler/cMap/Adobe-GB1/GBTpc-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GBTpc-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-H -#usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2 -#usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2C -#usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-V -#usr/share/poppler/cMap/Adobe-GB1/UCS2-GBK-EUC -#usr/share/poppler/cMap/Adobe-GB1/UCS2-GBpc-EUC -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UCS2-H -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UCS2-V -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF16-H -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF16-V -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF32-H -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF32-V -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF8-H -#usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF8-V -#usr/share/poppler/cMap/Adobe-Japan1 -#usr/share/poppler/cMap/Adobe-Japan1/78-EUC-H -#usr/share/poppler/cMap/Adobe-Japan1/78-EUC-V -#usr/share/poppler/cMap/Adobe-Japan1/78-H -#usr/share/poppler/cMap/Adobe-Japan1/78-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/78-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/78-V -#usr/share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/83pv-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-UCS2 -#usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2 -#usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2C -#usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/Add-H -#usr/share/poppler/cMap/Adobe-Japan1/Add-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/Add-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/Add-V -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-0 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-1 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-2 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-3 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-4 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-5 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-6 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-7 -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90ms-RKSJ -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90pv-RKSJ -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-CID -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Host -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Mac -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-H -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-V -#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-UCS2 -#usr/share/poppler/cMap/Adobe-Japan1/EUC-H -#usr/share/poppler/cMap/Adobe-Japan1/EUC-V -#usr/share/poppler/cMap/Adobe-Japan1/Ext-H -#usr/share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/Ext-V -#usr/share/poppler/cMap/Adobe-Japan1/H -#usr/share/poppler/cMap/Adobe-Japan1/Hankaku -#usr/share/poppler/cMap/Adobe-Japan1/Hiragana -#usr/share/poppler/cMap/Adobe-Japan1/Hojo-EUC-H -#usr/share/poppler/cMap/Adobe-Japan1/Hojo-EUC-V -#usr/share/poppler/cMap/Adobe-Japan1/Hojo-H -#usr/share/poppler/cMap/Adobe-Japan1/Hojo-V -#usr/share/poppler/cMap/Adobe-Japan1/Katakana -#usr/share/poppler/cMap/Adobe-Japan1/NWP-H -#usr/share/poppler/cMap/Adobe-Japan1/NWP-V -#usr/share/poppler/cMap/Adobe-Japan1/RKSJ-H -#usr/share/poppler/cMap/Adobe-Japan1/RKSJ-V -#usr/share/poppler/cMap/Adobe-Japan1/Roman -#usr/share/poppler/cMap/Adobe-Japan1/UCS2-90ms-RKSJ -#usr/share/poppler/cMap/Adobe-Japan1/UCS2-90pv-RKSJ -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-H -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-V -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-H -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-V -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-H -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-V -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-H -#usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-HW-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UTF8-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-V -#usr/share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-H -#usr/share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-V -#usr/share/poppler/cMap/Adobe-Japan1/V -#usr/share/poppler/cMap/Adobe-Japan1/WP-Symbol -#usr/share/poppler/cMap/Adobe-Japan2 -#usr/share/poppler/cMap/Adobe-Japan2/Adobe-Japan2-0 -#usr/share/poppler/cMap/Adobe-KR -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-0 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-1 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-2 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-3 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-4 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-5 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-6 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-7 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-8 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-9 -#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-UCS2 -#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF16-H -#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF32-H -#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF8-H -#usr/share/poppler/cMap/Adobe-Korea1 -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-0 -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-1 -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-2 -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-CID -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Host -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCms-UHC -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCpc-EUC -#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-UCS2 -#usr/share/poppler/cMap/Adobe-Korea1/KSC-EUC-H -#usr/share/poppler/cMap/Adobe-Korea1/KSC-EUC-V -#usr/share/poppler/cMap/Adobe-Korea1/KSC-H -#usr/share/poppler/cMap/Adobe-Korea1/KSC-Johab-H -#usr/share/poppler/cMap/Adobe-Korea1/KSC-Johab-V -#usr/share/poppler/cMap/Adobe-Korea1/KSC-V -#usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-H -#usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-H -#usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-V -#usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-UCS2 -#usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-V -#usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-H -#usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2 -#usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2C -#usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-V -#usr/share/poppler/cMap/Adobe-Korea1/UCS2-KSCms-UHC -#usr/share/poppler/cMap/Adobe-Korea1/UCS2-KSCpc-EUC -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-H -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-V -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-H -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-V -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-H -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-V -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-H -#usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-V -#usr/share/poppler/cidToUnicode -#usr/share/poppler/cidToUnicode/Adobe-CNS1 -#usr/share/poppler/cidToUnicode/Adobe-GB1 -#usr/share/poppler/cidToUnicode/Adobe-Japan1 -#usr/share/poppler/cidToUnicode/Adobe-Korea1 -#usr/share/poppler/nameToUnicode -#usr/share/poppler/nameToUnicode/Bulgarian -#usr/share/poppler/nameToUnicode/Greek -#usr/share/poppler/nameToUnicode/Thai -#usr/share/poppler/unicodeMap -#usr/share/poppler/unicodeMap/Big5 -#usr/share/poppler/unicodeMap/Big5ascii -#usr/share/poppler/unicodeMap/EUC-CN -#usr/share/poppler/unicodeMap/EUC-JP -#usr/share/poppler/unicodeMap/GBK -#usr/share/poppler/unicodeMap/ISO-2022-CN -#usr/share/poppler/unicodeMap/ISO-2022-JP -#usr/share/poppler/unicodeMap/ISO-2022-KR -#usr/share/poppler/unicodeMap/ISO-8859-6 -#usr/share/poppler/unicodeMap/ISO-8859-7 -#usr/share/poppler/unicodeMap/ISO-8859-8 -#usr/share/poppler/unicodeMap/ISO-8859-9 -#usr/share/poppler/unicodeMap/KOI8-R -#usr/share/poppler/unicodeMap/Latin2 -#usr/share/poppler/unicodeMap/Shift-JIS -#usr/share/poppler/unicodeMap/TIS-620 -#usr/share/poppler/unicodeMap/Windows-1255 diff --git a/lfs/poppler-data b/lfs/poppler-data deleted file mode 100644 index 32182c81b..000000000 --- a/lfs/poppler-data +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 0.4.12 - -THISAPP = poppler-data-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 0d34ff1fcc9120b5db2baded9d931ca37128106eecdd54892d0256f9736f799d52eacd4017741797432048def914dd13150c6e3bf8d9ea5b8597a799a497d1c7 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make install prefix=/usr - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8182 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cx4DM6z3xF2 for ; Mon, 14 Oct 2024 16:51:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cw0NJRz2wq; Mon, 14 Oct 2024 16:51:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cv719jz34LM; Mon, 14 Oct 2024 16:51:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch1Xvbz34Hf for ; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf52lpz4RF; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kID1cGf38yYw4ReH64nCGgbFGRIXBPpZUIKRgM0gBBg=; b=CswDUx9xWb39XrHMPZZ0xxdRCywoBKUQsbe9gCK23tpZY064ghrM+u23bPQ1sgJZyW4fmR SLcBkbWWklv6fADw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kID1cGf38yYw4ReH64nCGgbFGRIXBPpZUIKRgM0gBBg=; b=CTjhgp87Jbt1rCJUqOLftjsWZwKpKtEn59XSt2AUiQzZoY2xsR1gzeyd/ilO2Zu5Ty83Wv zWQkMojLGhO3qcVSDHjCK3BjPFEX/hCJJV/7KFpbHkMJZ9pBiDhQWzvqRNq0p/VnTApMGU 83MZsmxD3hfCyvl1iIFtu8xPhW138fnv5urzM49rTGjTZZop8vVc7h/KjwKUKNi1aozwPQ HAQ15WtQOovgPynxSkNWO7wJ2GoS3z9Y0wIaXZjL/eQw1+mX7t3Sk+qOC7SnEKmhI2xpth XKmuhfeWydQbxQyNDdh2t7K/UtTDPdrEePl4TIxOtVp23rl4Fo7e7qrShmAkew== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/17] qpdf: Removal of package Date: Mon, 14 Oct 2024 18:51:14 +0200 Message-ID: <20241014165117.15440-14-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: R55T3PDQVD7X7NWE6NCL22KI3CDKFXKP X-Message-ID-Hash: R55T3PDQVD7X7NWE6NCL22KI3CDKFXKP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/qpdf | 87 ------------------------------------ lfs/qpdf | 81 --------------------------------- 2 files changed, 168 deletions(-) delete mode 100644 config/rootfiles/common/qpdf delete mode 100644 lfs/qpdf diff --git a/config/rootfiles/common/qpdf b/config/rootfiles/common/qpdf deleted file mode 100644 index 322845aa0..000000000 --- a/config/rootfiles/common/qpdf +++ /dev/null @@ -1,87 +0,0 @@ -usr/bin/fix-qdf -usr/bin/qpdf -#usr/bin/zlib-flate -#usr/include/qpdf -#usr/include/qpdf/Buffer.hh -#usr/include/qpdf/BufferInputSource.hh -#usr/include/qpdf/ClosedFileInputSource.hh -#usr/include/qpdf/Constants.h -#usr/include/qpdf/DLL.h -#usr/include/qpdf/FileInputSource.hh -#usr/include/qpdf/InputSource.hh -#usr/include/qpdf/JSON.hh -#usr/include/qpdf/PDFVersion.hh -#usr/include/qpdf/Pipeline.hh -#usr/include/qpdf/Pl_Buffer.hh -#usr/include/qpdf/Pl_Concatenate.hh -#usr/include/qpdf/Pl_Count.hh -#usr/include/qpdf/Pl_DCT.hh -#usr/include/qpdf/Pl_Discard.hh -#usr/include/qpdf/Pl_Flate.hh -#usr/include/qpdf/Pl_Function.hh -#usr/include/qpdf/Pl_OStream.hh -#usr/include/qpdf/Pl_QPDFTokenizer.hh -#usr/include/qpdf/Pl_RunLength.hh -#usr/include/qpdf/Pl_StdioFile.hh -#usr/include/qpdf/Pl_String.hh -#usr/include/qpdf/PointerHolder.hh -#usr/include/qpdf/QIntC.hh -#usr/include/qpdf/QPDF.hh -#usr/include/qpdf/QPDFAcroFormDocumentHelper.hh -#usr/include/qpdf/QPDFAnnotationObjectHelper.hh -#usr/include/qpdf/QPDFCryptoImpl.hh -#usr/include/qpdf/QPDFCryptoProvider.hh -#usr/include/qpdf/QPDFDocumentHelper.hh -#usr/include/qpdf/QPDFEFStreamObjectHelper.hh -#usr/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh -#usr/include/qpdf/QPDFExc.hh -#usr/include/qpdf/QPDFFileSpecObjectHelper.hh -#usr/include/qpdf/QPDFFormFieldObjectHelper.hh -#usr/include/qpdf/QPDFJob.hh -#usr/include/qpdf/QPDFLogger.hh -#usr/include/qpdf/QPDFMatrix.hh -#usr/include/qpdf/QPDFNameTreeObjectHelper.hh -#usr/include/qpdf/QPDFNumberTreeObjectHelper.hh -#usr/include/qpdf/QPDFObjGen.hh -#usr/include/qpdf/QPDFObject.hh -#usr/include/qpdf/QPDFObjectHandle.hh -#usr/include/qpdf/QPDFObjectHelper.hh -#usr/include/qpdf/QPDFOutlineDocumentHelper.hh -#usr/include/qpdf/QPDFOutlineObjectHelper.hh -#usr/include/qpdf/QPDFPageDocumentHelper.hh -#usr/include/qpdf/QPDFPageLabelDocumentHelper.hh -#usr/include/qpdf/QPDFPageObjectHelper.hh -#usr/include/qpdf/QPDFStreamFilter.hh -#usr/include/qpdf/QPDFSystemError.hh -#usr/include/qpdf/QPDFTokenizer.hh -#usr/include/qpdf/QPDFUsage.hh -#usr/include/qpdf/QPDFWriter.hh -#usr/include/qpdf/QPDFXRefEntry.hh -#usr/include/qpdf/QTC.hh -#usr/include/qpdf/QUtil.hh -#usr/include/qpdf/RandomDataProvider.hh -#usr/include/qpdf/Types.h -#usr/include/qpdf/auto_job_c_att.hh -#usr/include/qpdf/auto_job_c_copy_att.hh -#usr/include/qpdf/auto_job_c_enc.hh -#usr/include/qpdf/auto_job_c_main.hh -#usr/include/qpdf/auto_job_c_pages.hh -#usr/include/qpdf/auto_job_c_set_page_labels.hh -#usr/include/qpdf/auto_job_c_uo.hh -#usr/include/qpdf/qpdf-c.h -#usr/include/qpdf/qpdfjob-c.h -#usr/include/qpdf/qpdflogger-c.h -#usr/lib/cmake/qpdf -#usr/lib/cmake/qpdf/libqpdfTargets-noconfig.cmake -#usr/lib/cmake/qpdf/libqpdfTargets.cmake -#usr/lib/cmake/qpdf/qpdfConfig.cmake -#usr/lib/cmake/qpdf/qpdfConfigVersion.cmake -#usr/lib/libqpdf.so -usr/lib/libqpdf.so.29 -usr/lib/libqpdf.so.29.9.0 -#usr/lib/pkgconfig/libqpdf.pc -#usr/share/doc/qpdf -#usr/share/doc/qpdf/README-doc.txt -#usr/share/man/man1/fix-qdf.1 -#usr/share/man/man1/qpdf.1 -#usr/share/man/man1/zlib-flate.1 diff --git a/lfs/qpdf b/lfs/qpdf deleted file mode 100644 index fabb4565b..000000000 --- a/lfs/qpdf +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 11.9.0 - -THISAPP = qpdf-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 3f79bef4b8d276cb73db1a08eb72cc67dec803c942c5e6f5322ecfc2fb017c7169aebb6b0790f1789970c86f4c8790465d0315ff8b355dd7e395a02192a605cb - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && mkdir -pv build - cd $(DIR_APP)/build && cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_STATIC_LIBS=FALSE \ - -DINSTALL_EXAMPLES=OFF - cd $(DIR_APP)/build && make $(MAKETUNING) - cd $(DIR_APP)/build && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Mon Oct 14 16:51:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8183 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cz0g6Nz3wyH for ; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cx1g6hz34q; Mon, 14 Oct 2024 16:51:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cx19DHz34LM; Mon, 14 Oct 2024 16:51:41 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch2ttcz34Hf for ; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf6k6rz4Xr; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RR8s73DcQjxFyh65cQKVjHdfhBPTaYoTGE2Lu4te1l8=; b=fFzQuX270531SdNliiBjIc0NePdDMAsmdKtRgB1QRms5vRGhIXVEMjyFVbp6W2KpjiUXDX quumavQB6c9XOiAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RR8s73DcQjxFyh65cQKVjHdfhBPTaYoTGE2Lu4te1l8=; b=lxtf4K7PrZ2SS2fu+HRRrMGtGF2YCEhM5dmaor4EeZZnvYQkx/9ufXFHNA9IMV4dxBSOF5 q0hka2SLTaZpgOIs8IbUJhPiSL1wg0ITC9zBDMSgo/d1NrHeAzXAeh5CeiEoNzu7y+Pvln zfC2xzzvEi6eLI5JWHH0o3GqcpQmNCzjXO0js26Lqb9OQf4EWQxQf5mXt1uaTcf2Cc2Jkq jxlyZV54Ij83Pw2t/hyojbYza3QevHr7iVC3H1AQwOmkyz6KAujhQGJpyVmpBtWYXAJxW4 wWiDnmVwTabHLlnj/8aP1l4i2K1DzVSpEIEVHuMwHtTT4h+Av2b2uStuoPKwgw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/17] make.sh: All removed packages removed from make.sh Date: Mon, 14 Oct 2024 18:51:15 +0200 Message-ID: <20241014165117.15440-15-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: K7LML2W3PBXXHCZWGNHLGTUESMP5QM53 X-Message-ID-Hash: K7LML2W3PBXXHCZWGNHLGTUESMP5QM53 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/make.sh b/make.sh index 8e980f392..1bd80e6d0 100755 --- a/make.sh +++ b/make.sh @@ -1660,11 +1660,9 @@ build_system() { lfsmake2 libnl-3 lfsmake2 libidn lfsmake2 nasm - lfsmake2 libjpeg - lfsmake2 openjpeg lfsmake2 libexif + lfsmake2 libjpeg lfsmake2 libpng - lfsmake2 libtiff lfsmake2 gd lfsmake2 slang lfsmake2 newt @@ -1790,17 +1788,6 @@ build_system() { lfsmake2 intltool lfsmake2 libdaemon lfsmake2 avahi - lfsmake2 cups - lfsmake2 lcms2 - lfsmake2 ghostscript - lfsmake2 qpdf - lfsmake2 poppler - lfsmake2 poppler-data - lfsmake2 cups-filters - lfsmake2 epson-inkjet-printer-escpr - lfsmake2 cups-pdf - lfsmake2 foomatic - lfsmake2 hplip lfsmake2 cifs-utils lfsmake2 krb5 lfsmake2 rpcsvc-proto @@ -1899,7 +1886,6 @@ build_system() { lfsmake2 syslinux lfsmake2 tftpd lfsmake2 cpufrequtils - lfsmake2 gutenprint lfsmake2 apcupsd lfsmake2 fireperf lfsmake2 iperf From patchwork Mon Oct 14 16:51:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8184 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cz692tz3x1M for ; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cz36WHz1G0; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cz2f45z34HG; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch43Lnz34Lj for ; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cg30gwz1x3; Mon, 14 Oct 2024 16:51:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Wk7wiETGANTM3sYTAm0/UfXUFuwFG8ke9Cw6fuTwOis=; b=KyIKZBYFHNoGP6hdnHtsjZWLCpdWpjfks5okBLQz9bccaS8i0hpN/BHjGKY2Mc2Yh9iqDy NX3JYGu0vh5medBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Wk7wiETGANTM3sYTAm0/UfXUFuwFG8ke9Cw6fuTwOis=; b=XBuC8MQGL5F02TLX8t6WPNQLWhLeSrFHm6fONm8oyMBcVhFiiKgoNUPDGIrHdC8YIaA5tF rMZFnGk/FR2Cma1NuCr0vHOjWR7hxH8pDju1eAVpcJ4lKriXT3eq1XoPUmznZqU4RwlYHX 7SQfe3/2cUydwVVYCaysTpIsmg0vxXk+pOIhaqOtWW/hl8XDKFStgpD2v/gqQRiRkYK9pi PJoh39UAq0qptkZpkHk6ii7zOh23vYY5AQexAReepXzutlwqVZozD8iyctcWkg4VzbnAnV +v8XFjFlxN6cka5PIF0hYyHWTQ6OmspyP4tpefREc2CGngYSLjSajIhqdDMOZQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 16/17] perl-Imager: Removal of all tiff related lines in rootfile Date: Mon, 14 Oct 2024 18:51:16 +0200 Message-ID: <20241014165117.15440-16-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: S2FDY3VDYABRU5EW4HHRGWRO3SQDBZSM X-Message-ID-Hash: S2FDY3VDYABRU5EW4HHRGWRO3SQDBZSM X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - With removal of libtiff, the perl-Imager rootfile has to have tiff related lines removed. - perl-Imager works without the tiff lines in place. Only no tiff images will be able to be processed by perl-Imager but that is not required for its use in IPFire. - Tested out creating an OpenVPN connection with OTP enabled and the OTP QR code was produced and able to be viewed. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Imager | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/rootfiles/common/perl-Imager b/config/rootfiles/common/perl-Imager index 6886d46ad..8036c211a 100644 --- a/config/rootfiles/common/perl-Imager +++ b/config/rootfiles/common/perl-Imager @@ -20,7 +20,6 @@ usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/File/ICO. usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/File/JPEG.pm usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/File/PNG.pm usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/File/SGI.pm -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/File/TIFF.pm usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/Files.pod usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/Fill.pm #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Imager/Filter @@ -100,8 +99,6 @@ usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File/PNG/PNG.so #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File/SGI usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File/SGI/SGI.so -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File/TIFF -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/File/TIFF/TIFF.so #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/Filter #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/Filter/DynTest usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/Filter/DynTest/DynTest.so @@ -130,7 +127,6 @@ usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Imager/Imag #usr/share/man/man3/Imager::File::JPEG.3 #usr/share/man/man3/Imager::File::PNG.3 #usr/share/man/man3/Imager::File::SGI.3 -#usr/share/man/man3/Imager::File::TIFF.3 #usr/share/man/man3/Imager::Files.3 #usr/share/man/man3/Imager::Fill.3 #usr/share/man/man3/Imager::Filter::Flines.3 From patchwork Mon Oct 14 16:51:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8185 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3D03Mp4z3xF2 for ; Mon, 14 Oct 2024 16:51:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cz4RvTz4Yf; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cz3yBWz344c; Mon, 14 Oct 2024 16:51:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch57Y8z34Hf for ; Mon, 14 Oct 2024 16:51:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cg4WMgz2rk; Mon, 14 Oct 2024 16:51:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A3G2pQgxbZhcTPg16ZhNJyHOi0F0QAdVf6diFbYYTYE=; b=niD/rgQI/H19ULAVeArF9nwAWWBQRhHc8rGzLlML3oHvr02sL0gLIi2Lke8HwVgtTgP3zl E1Jyks1fiKl+X+Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A3G2pQgxbZhcTPg16ZhNJyHOi0F0QAdVf6diFbYYTYE=; b=hLgJguAPii2Hpk0Y3wJJEhttWs98cKI0SnT9kbQx2oZw+4aEI6hRc45ZeyQu+rpE5vKky7 I3jA6tt9sSmoKtbUBRVzldfH2RR3wwBTxfWJqX3Iux1D8oRzurtHDhfr+164qCPlazsEyP R93BBBOA7ZMS54MlHWaPJS7AbZ+alZ/VfiNOhgPpuU92jWeu1WkzU9OPLk/rbB/jEqkytF YsdIwlGJDU6X1EkTclFDbLEdHdl2FO24QRYMrNWe08xgVJJKA6RfD/vkj8ssII4TkBMS+h hYW/RVGzB5SGoY6BgffYLJR43m7QhDUUqiwqY3m3JQyl6DneZH9rYjyqXEuF0Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 17/17] samba: Modification to disable cups for samba build and install Date: Mon, 14 Oct 2024 18:51:17 +0200 Message-ID: <20241014165117.15440-17-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: GZIICOTZPD3W4WJWTUCFILG54CE36KEQ X-Message-ID-Hash: GZIICOTZPD3W4WJWTUCFILG54CE36KEQ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct - disable cups for the samba configure stage - Update of rootfiles - Update of samba.cgi to remove the printing of a printer share into the samba configuration file. - Tested out on vm system. Installed samba with only avahi, perl-Parse-Yapp, perl-JSON and wsdd as dependencies. Installed without any problems. Existing share was able to be accessed without any problems and a new share was created and was also able to be accessed without problems. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/aarch64/samba | 1 - config/rootfiles/packages/riscv64/samba | 3 +-- config/rootfiles/packages/x86_64/samba | 1 - html/cgi-bin/samba.cgi | 11 +---------- lfs/samba | 6 +++--- 5 files changed, 5 insertions(+), 17 deletions(-) diff --git a/config/rootfiles/packages/aarch64/samba b/config/rootfiles/packages/aarch64/samba index cb7407504..b18c92f38 100644 --- a/config/rootfiles/packages/aarch64/samba +++ b/config/rootfiles/packages/aarch64/samba @@ -998,7 +998,6 @@ usr/libexec/samba/rpcd_spoolss usr/libexec/samba/rpcd_winreg usr/libexec/samba/samba-bgqd usr/libexec/samba/samba-dcerpcd -usr/libexec/samba/smbspool_krb5_wrapper usr/sbin/eventlogadm usr/sbin/nmbd usr/sbin/samba-change-password diff --git a/config/rootfiles/packages/riscv64/samba b/config/rootfiles/packages/riscv64/samba index b530ea2b2..e040073fb 100644 --- a/config/rootfiles/packages/riscv64/samba +++ b/config/rootfiles/packages/riscv64/samba @@ -998,7 +998,6 @@ usr/libexec/samba/rpcd_spoolss usr/libexec/samba/rpcd_winreg usr/libexec/samba/samba-bgqd usr/libexec/samba/samba-dcerpcd -usr/libexec/samba/smbspool_krb5_wrapper usr/sbin/eventlogadm usr/sbin/nmbd usr/sbin/samba-change-password @@ -1024,4 +1023,4 @@ var/log/samba var/spool/samba srv/web/ipfire/cgi-bin/samba.cgi var/ipfire/menu.d/EX-samba.menu -usr/local/bin/sambactrl \ No newline at end of file +usr/local/bin/sambactrl diff --git a/config/rootfiles/packages/x86_64/samba b/config/rootfiles/packages/x86_64/samba index e720457a3..dc0e2bdc4 100644 --- a/config/rootfiles/packages/x86_64/samba +++ b/config/rootfiles/packages/x86_64/samba @@ -998,7 +998,6 @@ usr/libexec/samba/rpcd_spoolss usr/libexec/samba/rpcd_winreg usr/libexec/samba/samba-bgqd usr/libexec/samba/samba-dcerpcd -usr/libexec/samba/smbspool_krb5_wrapper usr/sbin/eventlogadm usr/sbin/nmbd usr/sbin/samba-change-password diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 5736ef0b8..e67f22541 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2005-2013 IPFire Team # +# Copyright (C) 2005-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -785,15 +785,6 @@ if (-e "${General::swroot}/samba/smb.conf.local") { close(LOCAL); } -print FILE <