summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-11-01 12:52:12 +0100
committerdigitalone2019-11-01 12:52:12 +0100
commit1a23a9443fa857328f2ab52db0f2e1ffff63e6bc (patch)
treecd125b7fb56730496b07953b9686278b3b2ddd29
parent84ad19b0dafc70d7558c47bdd1589f5748f73502 (diff)
downloadaur-1a23a9443fa857328f2ab52db0f2e1ffff63e6bc.tar.gz
post uninstall notice on libnm replacing
-rw-r--r--networkmanager-iwd.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/networkmanager-iwd.install b/networkmanager-iwd.install
index 4c5bae00ba77..382ed000352c 100644
--- a/networkmanager-iwd.install
+++ b/networkmanager-iwd.install
@@ -11,6 +11,11 @@ _post_uninstall_message() {
echo ">>> Do not forget to disable iwd service if you don't need it anymore:"
echo
echo " systemctl disable iwd.service"
+ echo
+ echo ">>> If you are replacing upstream networkmanager, do not forget to"
+ echo ">>> install libnm also:"
+ echo
+ echo " pacman -Syu networkmanager libnm"
}
post_install() {