diff options
author | Karol Babioch | 2016-09-16 10:53:52 +0200 |
---|---|---|
committer | Karol Babioch | 2016-09-16 10:53:52 +0200 |
commit | 93bc23500903bc423be7204e3d347ada9115d6b0 (patch) | |
tree | e9e4867627c5b903b37b765cd1c4d67f11d19d74 /brother-td2120n.install | |
download | aur-93bc23500903bc423be7204e3d347ada9115d6b0.tar.gz |
Initial commit
Diffstat (limited to 'brother-td2120n.install')
-rw-r--r-- | brother-td2120n.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/brother-td2120n.install b/brother-td2120n.install new file mode 100644 index 000000000000..8bd666ee98eb --- /dev/null +++ b/brother-td2120n.install @@ -0,0 +1,10 @@ +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/" +} + |