summarylogtreecommitdiffstats
path: root/wicd.install
diff options
context:
space:
mode:
authorGoliathLabs2020-06-18 12:28:09 +0200
committerGoliathLabs2020-06-18 12:28:09 +0200
commit4261609a8020445b113eb6cf96a4ff4332725eed (patch)
tree5686ddb4fd7c9edbe45dfad6a0dedc34637393a5 /wicd.install
parent0a20feb72a3dfbe9d137bbc703527ea91ce79444 (diff)
downloadaur-4261609a8020445b113eb6cf96a4ff4332725eed.tar.gz
Updated: PKGBUILD
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"
}