about summary refs log tree commit diff
path: root/debian/network-manager-config-connectivity-debian.postinst
blob: 576f8898629c3ebe9a1a463b47f84a0ff87a18e5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = configure ]; then
    nmcli general reload 2>/dev/null || true
fi

#DEBHELPER#