diff options
author | Ingo Sieverdingbeck | 2015-08-01 22:41:14 +0200 |
---|---|---|
committer | Ingo Sieverdingbeck | 2015-08-01 22:41:14 +0200 |
commit | 77ed4acc879ca08dd9152a29f17c9688224775e1 (patch) | |
tree | 6b1aa3635de9d118c520fcad7b17ed8b3b1cb699 /brother-dcp7065dn.install | |
download | aur-77ed4acc879ca08dd9152a29f17c9688224775e1.tar.gz |
Initial import
Diffstat (limited to 'brother-dcp7065dn.install')
-rw-r--r-- | brother-dcp7065dn.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-dcp7065dn.install b/brother-dcp7065dn.install new file mode 100644 index 000000000000..3ddb04120f84 --- /dev/null +++ b/brother-dcp7065dn.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/" +} |