summarylogtreecommitdiffstats
path: root/captdriver-git.install
diff options
context:
space:
mode:
authorAseem Athale2022-08-15 20:05:47 +0530
committerAseem Athale2022-08-15 20:09:23 +0530
commit66de20d3a4250087ad1d629ff8c219ebde569ba0 (patch)
treed4b786c36c0e61512e546cfcec78d1040dd845f4 /captdriver-git.install
parent6f30bb295a45327df57ef17bf20c014d5719e546 (diff)
downloadaur-66de20d3a4250087ad1d629ff8c219ebde569ba0.tar.gz
captdriver: Correct name of ppds
Upstream is going through major resync and merges and changes. The printer ppd's got renamed, no idea if this is temporary. This package is likely to be very volatile, as lots of stuff is happening upstream, so here there be dragons.
Diffstat (limited to 'captdriver-git.install')
-rw-r--r--captdriver-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/captdriver-git.install b/captdriver-git.install
index 75afa61a84e1..d25b56ce7843 100644
--- a/captdriver-git.install
+++ b/captdriver-git.install
@@ -33,7 +33,7 @@ post_install(){
>>> 3) Run this command to add the printer to CUPS:
>>> /usr/bin/lpadmin -p <name> -m <corresponding ppd> -v <device path in lpinfo -v> -E
>>> eg.
- >>> /usr/bin/lpadmin -p 'LBP2900' -m CANON-LBP2900-3000.ppd -v 'usb://Canon/LBP2900?serial=0000C3J0LGaQ' -E
+ >>> /usr/bin/lpadmin -p 'LBP2900' -m CanonLBP-2900-3000.ppd -v 'usb://Canon/LBP2900?serial=0000C3J0LGaQ' -E
>>> (you can find ppds in the /usr/share/cups/model/ directory)
>>> 4) Optionally, you can set the newly-installed printer as default with this command:
>>> lpadmin -d 'LBP3000'