blob: 42ebc94cbdb3496e6b72a7582c5dd3af27abfae0 (
plain)
1
2
3
4
|
post_install() {
echo "For a network installation run the following as root:"
echo "/opt/brother/scanner/brscan5/brsaneconfig5 -a name=\"FRIENDLYNAME\" model=\"YOURMODELHERE\" ip=YOUR.SCANNER.IP.HERE"
}
|