brother-ql500/brother-ql500.install

11 lines
208 B
Plaintext
Raw Permalink Normal View History

2016-09-16 09:10:43 +00: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/"
}