summarylogtreecommitdiffstats
path: root/brother-dcp135c.install
diff options
context:
space:
mode:
authorAlexander Schittler2015-08-15 14:16:59 +0200
committerAlexander Schittler2015-08-15 14:22:59 +0200
commitc8ddcdf97d2c4cccad5524366c827478b1f15a28 (patch)
tree8a3d3d5159c821227cad164486512946f20feb46 /brother-dcp135c.install
downloadaur-c8ddcdf97d2c4cccad5524366c827478b1f15a28.tar.gz
Version from archive.org
Diffstat (limited to 'brother-dcp135c.install')
-rw-r--r--brother-dcp135c.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-dcp135c.install b/brother-dcp135c.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-dcp135c.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/"
+}