summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
Diffstat (limited to '.install')
-rw-r--r--.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/.install b/.install
index f5c15b9427ac..29d276a75b75 100644
--- a/.install
+++ b/.install
@@ -6,11 +6,11 @@ post_install() {
chown -R swish:swish /usr/share/swish
- printf "\n\nYou can start and enable \
-swish.service to run the server.\n\n"
+ printf "\n\n%s\n\n" "You can start and enable \
+swish.service to run the server."
}
post_remove()
{
- printf "\n\nYou can remove swish user and group.\n\n"
+ printf "\n\n%s\n\n" "You can remove swish user and group."
}