summarylogtreecommitdiffstats
path: root/brother-dcp130c.install
diff options
context:
space:
mode:
authorewolnux2016-08-22 10:35:26 +0200
committerewolnux2016-08-22 10:35:26 +0200
commita8f8499c24841501923f0ee6f917cb867b580a5c (patch)
tree2d1783846beb1db802f67b0f87c87d83dc951020 /brother-dcp130c.install
downloadaur-a8f8499c24841501923f0ee6f917cb867b580a5c.tar.gz
Initial import
Diffstat (limited to 'brother-dcp130c.install')
-rw-r--r--brother-dcp130c.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-dcp130c.install b/brother-dcp130c.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-dcp130c.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/"
+}