summarylogtreecommitdiffstats
path: root/brother-mfc-5490cn.install
diff options
context:
space:
mode:
authorOscar Morante2017-12-05 19:18:31 +0100
committerOscar Morante2017-12-05 19:18:31 +0100
commit6b3673d70a8e859ca35065f026e54cdf90a5a6e8 (patch)
tree7ba0c307e00058d02bda980937c0970506d4fbc3 /brother-mfc-5490cn.install
parentc341ac619002cb9c598d83945c464fa37286caf8 (diff)
downloadaur-6b3673d70a8e859ca35065f026e54cdf90a5a6e8.tar.gz
change to MFC5490CN
Diffstat (limited to 'brother-mfc-5490cn.install')
-rw-r--r--brother-mfc-5490cn.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-5490cn.install b/brother-mfc-5490cn.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-mfc-5490cn.install
@@ -0,0 +1,9 @@
+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/"
+}