summarylogtreecommitdiffstats
path: root/cups-xerox.install
diff options
context:
space:
mode:
authorNick Milosevic2015-07-08 18:26:57 -0700
committerNick Milosevic2015-07-08 18:26:57 -0700
commit21a477eb64bfc4ddc1204f5caa978f0c3be2aeca (patch)
treee5000abe914ba1561122563c67453871b05a8165 /cups-xerox.install
downloadaur-cups-xerox.tar.gz
Initial Commit. Migration from AUR3
Diffstat (limited to 'cups-xerox.install')
-rw-r--r--cups-xerox.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/cups-xerox.install b/cups-xerox.install
new file mode 100644
index 000000000000..d2e1c2431f6c
--- /dev/null
+++ b/cups-xerox.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "If CUPS isn't already running, please start and enable it with the following:"
+ echo " systemctl enable org.cups.cupsd.service"
+ echo " systemctl start org.cups.cupsd.service"
+ echo ""
+ echo "To add a network printer:"
+ echo " lpadmin -p Printer_Name -E -v socket://x.x.x.x:9100/ -P /usr/share/cups/mode/Xerox/_YOUR_MODEL_.ppd"
+ echo ""
+ echo "Where x.x.x.x is the ip address of the printer and _YOUR_MODEL_.ppd is the ppd file for your model of printer."
+ echo ""
+ echo "You can also add the printer through the CUPS web interface located at:"
+ echo "http://localhost:631/"
+ echo ""
+}