summarylogtreecommitdiffstats
path: root/brother-dcp-197c.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-dcp-197c.install')
-rw-r--r--brother-dcp-197c.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/brother-dcp-197c.install b/brother-dcp-197c.install
new file mode 100644
index 000000000000..16f240b71277
--- /dev/null
+++ b/brother-dcp-197c.install
@@ -0,0 +1,11 @@
+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/"
+
+brprintconf_dcp197c -pt A4
+}