PKGBUILDs/brother-mfc-j4410dw/default/brother-mfc-j4410dw.install

10 lines
207 B
Plaintext
Raw Normal View History

2015-09-11 21:49:05 +02:00
post_install() {
2015-12-24 16:50:30 +01:00
post_upgrade;
2015-09-11 21:49:05 +02:00
}
post_upgrade() {
2015-12-24 16:50:30 +01:00
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/"
2015-09-11 21:49:05 +02:00
}