diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/network-manager.postinst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/network-manager.postinst b/debian/network-manager.postinst index 52bcd0ac..691f1402 100644 --- a/debian/network-manager.postinst +++ b/debian/network-manager.postinst @@ -33,9 +33,8 @@ mv_conffile() { case "$1" in configure) - if ! getent group netdev > /dev/null; then - addgroup --quiet --system netdev - fi + # Create netdev group that is used in the D-Bus policy file + addgroup --quiet --system netdev if [ -x "/etc/init.d/dbus" ]; then invoke-rc.d dbus force-reload || true |