source:
gutenbach/debian/rm/cups-remove-printer
@
9a301c8
Last change on this file since 9a301c8 was 9a301c8, checked in by Jessica Hamrick <jhamrick@…>, 14 years ago | |
---|---|
|
|
File size: 280 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | echo "Removing gutenbach printer..." >&2 |
4 | |
5 | if [ -e /usr/lib/gutenbach/config/printername ]; then |
6 | printername="$(cat /usr/lib/gutenbach/config/printername)" |
7 | |
8 | lpadmin -x "$printername" |
9 | |
10 | else |
11 | echo "Error: /usr/lib/gutenbach/config/printername does not exist" |
12 | fi |
Note: See TracBrowser
for help on using the repository browser.