We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5a276 commit 42c36fcCopy full SHA for 42c36fc
1 file changed
pkgbuild/sysctl-network.install
@@ -1,10 +1,5 @@
1
post_install() {
2
3
- # Temporary fix to disable dnsmasq usage in network manager, remove this in few days
4
- if [[ -e /etc/NetworkManager/conf.d/dns.conf ]]; then
5
- rm -f /etc/NetworkManager/conf.d/dns.conf
6
- fi
7
-
8
# disable old nmb, only needed to found very old shares from windows 7 and more older
9
if [[ "$(systemctl is-enabled nmb)" = "enabled" ]] && [[ "$(systemctl is-enabled avahi-daemon.service)" = "disabled" ]]; then
10
systemctl disable nmb
0 commit comments