9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
|
If you are using or plan to use CUPS, you can make the PPD files
|
||
|
available to CUPS by creating a symbolic link as in the following
|
||
|
command:
|
||
|
|
||
|
# ln -sf ${PREFIX}/share/foo2zjs/db/source/PPD \
|
||
|
${LOCALBASE}/share/cups/model/foo2zjs-db-ppds
|
||
|
|
||
|
cupsd will need to be restarted to register the new PPDs.
|