nodebathena
|
Last change
on this file since 509c1f6 was
509c1f6,
checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago
|
|
Move gutenbach package files into a subfolder
|
-
Property mode set to
100755
|
|
File size:
350 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | if [ -e /usr/lib/gutenbach/config/printername ]; then |
|---|
| 4 | printername="$(cat /usr/lib/gutenbach/config/printername)" |
|---|
| 5 | echo "Adding new printer $printername..." |
|---|
| 6 | |
|---|
| 7 | lpadmin -p "$printername" -E -v gutenbach:/dev/null -D "Gutenbach Music Spooler" |
|---|
| 8 | |
|---|
| 9 | else |
|---|
| 10 | echo "Error: /usr/lib/gutenbach/config/printername does not exist" |
|---|
| 11 | exit 1 |
|---|
| 12 | fi |
|---|
Note: See
TracBrowser
for help on using the repository browser.