summarylogtreecommitdiffstats
path: root/servicewall.install
diff options
context:
space:
mode:
authorlafleur2020-08-31 09:27:57 +0200
committerlafleur2020-08-31 09:35:07 +0200
commitad03b42807b6bc70226c51a3451ffccfb2491e37 (patch)
tree8280969e1e7d732a683dee17626d23487d73d27e /servicewall.install
parent3f7360bba36f4b1ac31085b521cda9d53435fd33 (diff)
downloadaur-ad03b42807b6bc70226c51a3451ffccfb2491e37.tar.gz
PKGBUILD for version 0.4.4.r1.ccec359
Diffstat (limited to 'servicewall.install')
-rw-r--r--servicewall.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/servicewall.install b/servicewall.install
index 77e98d66c2ba..30c28d9d81b2 100644
--- a/servicewall.install
+++ b/servicewall.install
@@ -1,9 +1,9 @@
## $1: the new package version
post_install() {
braise status | grep -q "enabled" || (
- echo "To enable ServiceWall, run a\n\t# braise enable";
+ echo -e "To enable ServiceWall, run a\n\t# systemctl enable servicewall";
)
- echo "If you installed python-argcomplete, you should run\n\t# activate-global-python-argcomplete"
+ echo -e "If you installed python-argcomplete, you should run\n\t# activate-global-python-argcomplete"
}
## $1: the new package version