summarylogtreecommitdiffstats
path: root/nm-reload.install
diff options
context:
space:
mode:
Diffstat (limited to 'nm-reload.install')
-rw-r--r--nm-reload.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/nm-reload.install b/nm-reload.install
new file mode 100644
index 000000000000..f2ee0ee46a36
--- /dev/null
+++ b/nm-reload.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ nmcli con reload
+}
+
+post_install() {
+ nmcli con reload
+ echo "> You'll need to change your identity: \$EDITOR /etc/NetworkManager/system-connections/eduroam.ufscar.br"
+ echo "> Then reload it in NetworkManager: nmcli con reload"
+ echo "> To connect you can use: nmcli con up 'eduroam.ufscar.br' --ask"
+ echo "> Or you use a GUI-frontend..."
+}