summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}