summarylogtreecommitdiffstats
path: root/cloudprint-cups.install
diff options
context:
space:
mode:
authorDaniel Peukert2016-10-01 21:29:46 +0200
committerDaniel Peukert2016-10-01 21:29:46 +0200
commit8114cb2992e73a03204271ead86b646d4f3113e1 (patch)
tree42026cad2458e445cc6266778419518858490987 /cloudprint-cups.install
parent294d07247ce9a0aaae875a2f7d8ea6f8991f1cd2 (diff)
downloadaur-8114cb2992e73a03204271ead86b646d4f3113e1.tar.gz
Fixed the branch and updated the PKGBUILD
Diffstat (limited to 'cloudprint-cups.install')
-rw-r--r--cloudprint-cups.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloudprint-cups.install b/cloudprint-cups.install
index 8b754ae1c724..829862e78c1a 100644
--- a/cloudprint-cups.install
+++ b/cloudprint-cups.install
@@ -1,7 +1,7 @@
post_install() {
- echo 'Run "sudo /usr/share/cloudprint-cups/listcloudprinters.py" to set up.'
+ echo 'Run "sudo /usr/share/cloudprint-cups/setupcloudprint.py" to set up.'
}
post_upgrade() {
- /usr/share/cloudprint-cups/upgrade.py
+ /usr/share/cloudprint-cups/upgrade.py
}