summarylogtreecommitdiffstats
path: root/servicewall.install
diff options
context:
space:
mode:
Diffstat (limited to 'servicewall.install')
-rw-r--r--servicewall.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/servicewall.install b/servicewall.install
index 28fcab08ce69..ac8e29d57ec4 100644
--- a/servicewall.install
+++ b/servicewall.install
@@ -1,9 +1,10 @@
## $1: the new package version
post_install() {
braise status | grep -q "enabled" || (
- echo "To enable ServiceWall, issue a\n\t# braise enable";
+ echo "To enable ServiceWall, run a\n\t# braise enable";
echo "You might also want to systemctl enable ulog.socket";
)
+ echo "If you installed python-argcomplete, you should run\n\t# activate-global-python-argcomplete"
}
## $1: the new package version