summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2016-01-02 22:06:09 -0500
committerThomas Hebb2016-01-02 22:06:09 -0500
commit326872fb9ba78ad9ebc99f931335a705840289bc (patch)
treef8437f87c6ea7f2f9c8da46be1ba9a20f662980e
parent4503d6cd7084760063b6f3c683b80861474d92df (diff)
downloadaur-326872fb9ba78ad9ebc99f931335a705840289bc.tar.gz
Clean up indentation in install file
-rw-r--r--gutenprint.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/gutenprint.install b/gutenprint.install
index 05e8bec38102..ab51cf3d0e23 100644
--- a/gutenprint.install
+++ b/gutenprint.install
@@ -1,9 +1,9 @@
post_install() {
- echo ">>please run /usr/sbin/cups-genppdupdate"
- echo ">>and restart cups deamon"
+ echo ">>please run /usr/bin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
}
post_upgrade() {
- post_install
+ post_install
}