restarting dbus is insufficient, restart network-manager after installation
This commit is contained in:
@@ -4,14 +4,14 @@ set -e
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
if [ -x "/etc/init.d/dbus" ]; then
|
if [ -x "/etc/init.d/network-manager" ]; then
|
||||||
if [ -x /usr/sbin/invoke-rc.d ]; then
|
if [ -x /usr/sbin/invoke-rc.d ]; then
|
||||||
invoke-rc.d dbus force-reload || true
|
invoke-rc.d network-manager force-reload || true
|
||||||
else
|
else
|
||||||
/etc/init.d/dbus force-reload || true
|
/etc/init.d/network-manager force-reload || true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|||||||
Reference in New Issue
Block a user