arch-ppa/src/brother-hl2170w/brother-hl2170w.install

10 lines
200 B
Plaintext
Raw Normal View History

2016-11-05 02:18:08 -04:00
post_install() {
post_upgrade;
}
post_upgrade() {
echo "Restart CUPS to load the new files"
echo "You can now register your new printer using the web interface at:"
echo " http://localhost:631/"
}