summarylogtreecommitdiffstats
path: root/wol-systemd.install
diff options
context:
space:
mode:
authorphiresky2015-11-21 01:38:48 +0100
committerphiresky2015-11-21 01:38:48 +0100
commit7f9380efa607048617210a915b50da7e60058c97 (patch)
treee4846795c63457c446a9a7009122ae5c7dc7e0cc /wol-systemd.install
parentabe42a4b35206802d38a8b260c907be96197cd78 (diff)
downloadaur-7f9380efa607048617210a915b50da7e60058c97.tar.gz
update for network manager
Diffstat (limited to 'wol-systemd.install')
-rw-r--r--wol-systemd.install10
1 files changed, 9 insertions, 1 deletions
diff --git a/wol-systemd.install b/wol-systemd.install
index f514d3e813a2..3bfc06ad66ce 100644
--- a/wol-systemd.install
+++ b/wol-systemd.install
@@ -1,4 +1,12 @@
post_install() {
+ hash nmcli 2>/dev/null && echo '
+ WARNING: You seem to have Network Manager installed.
+ As of 1.0.6, this no longer works with NetworkManager.
+ Use the solution from
+ https://wiki.archlinux.org/index.php/Wake-on-LAN#NetworkManager
+ instead.
+ '
+
cat <<EOT
Now you may enable WOL on each boot with:
@@ -13,4 +21,4 @@ EOT
post_upgrade() {
post_install
-} \ No newline at end of file
+}