summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForgottenUmbrella2017-06-14 12:07:45 +1000
committerForgottenUmbrella2017-06-14 12:07:45 +1000
commit8382d21005597c622bf4a9db27c6a0661cf7f0bd (patch)
tree8bb1de16f9ea306411aefe9970e783f8762230a1
parent50f44a640aee5146484b8b5db4bcb4872653a2b5 (diff)
downloadaur-8382d21005597c622bf4a9db27c6a0661cf7f0bd.tar.gz
Fixed printf indentation
-rw-r--r--brother-mfc-9335cdw.install24
1 files changed, 13 insertions, 11 deletions
diff --git a/brother-mfc-9335cdw.install b/brother-mfc-9335cdw.install
index 8c841ee4326f..4390b11bf768 100644
--- a/brother-mfc-9335cdw.install
+++ b/brother-mfc-9335cdw.install
@@ -5,17 +5,19 @@ post_install() {
post_upgrade() {
/opt/brother/Printers/mfc9335cdw/cupswrapper/cupswrappermfc9335cdw > /dev/null
if [ "$?" -eq 0 ]; then
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Done. The printer should be visible now via \
- the CUPS web interface (http://localhost:631).\n"
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Make sure org.cups.cupsd.service is enabled \
- and started, in order for printing to work.\n"
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m If the scanner is connected wirelessly, make \
- sure to configure it with brsaneconfig4, which will need to be installed.\n"
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m If scanning is segfaulting, try setting the \
- scan mode to '24bit Color' in your scanning application.\n"
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m For the touchscreen/keypad on the scanner to \
- work, brscan-skey.service will need to be enabled and started, and its corresponding \
- package installed. Note that I, the package maintainer, have yet to get this working.\n"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Done. The printer should be visible now via "
+ printf "the CUPS web interface (http://localhost:631).\n"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Make sure org.cups.cupsd.service is enabled "
+ printf "and started, in order for printing to work.\n"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m If the scanner is connected wirelessly, make "
+ printf "sure to configure it with brsaneconfig4, which will need to be installed.\n"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m If scanning is segfaulting, try setting the "
+ printf "scan mode to '24bit Color' in your scanning application.\n"
+ printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m For the touchscreen/keypad on the scanner to "
+ printf "work, brscan-skey.service will need to be enabled and started, and its "
+ printf "corresponding package installed. Note that I, the package maintainer, have yet to "
+ printf "get this working.\n"
else
printf "\033[1m\032[32m\x3d\x3d\x3e\033\1330m Something went wrong...\n"
fi