aports/community/networkmanager/networkmanager.post-install
Jakub Jirutka 830af82c6c community/networkmanager: split plugins into subpackages
This will reduce the size of the networkmanager package and number
of dependencies. Inspired by Fedora.
2022-05-03 16:13:47 +02:00

14 lines
312 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* To modify system network connections without the root password, add your user
* account to the 'plugdev' group.
*
* If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open
* vSwitch), install the corresponding plugin: apk add networkmanager-<name>.
*
EOF
exit 0