summarylogtreecommitdiffstats
path: root/wicd.install
diff options
context:
space:
mode:
Diffstat (limited to 'wicd.install')
-rw-r--r--wicd.install9
1 files changed, 3 insertions, 6 deletions
diff --git a/wicd.install b/wicd.install
index 6bb3d3ae113b..8e120419fc46 100644
--- a/wicd.install
+++ b/wicd.install
@@ -10,10 +10,7 @@ pre_remove () {
post_install() {
echo
- echo "==> You need to restart the dbus service after "
- echo "==> upgrading wicd."
- echo "==> Disable networkmanager, dhcpcd or other networking "
- echo "==> utility and add 'wicd' to your systemd configuration."
- echo
- echo "==> To run: wicd-cli or wicd-curses"
+ echo "==> You need to enable the wicd systemd service"
+ echo "==> Please run:"
+ echo "==> sudo systemctl enable wicd"
}