summarylogtreecommitdiffstats
path: root/brother-dcp395cn.install
diff options
context:
space:
mode:
authorThulinma2017-08-10 16:04:46 +0200
committerThulinma2017-08-10 16:05:12 +0200
commitb1e16f9ca9be9361ed227b1e060b9fc46e987e73 (patch)
tree86056f484b19c947fd112cfacd065061514f820f /brother-dcp395cn.install
downloadaur-b1e16f9ca9be9361ed227b1e060b9fc46e987e73.tar.gz
Initial commit - based on work by Libernux on the similar brother-dcp195c package
Diffstat (limited to 'brother-dcp395cn.install')
-rw-r--r--brother-dcp395cn.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-dcp395cn.install b/brother-dcp395cn.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-dcp395cn.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/"
+}