Skip to content

Commit 42c36fc

Browse files
committed
Remove old fix
1 parent 9a5a276 commit 42c36fc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkgbuild/sysctl-network.install

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
post_install() {
22

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-
83
# disable old nmb, only needed to found very old shares from windows 7 and more older
94
if [[ "$(systemctl is-enabled nmb)" = "enabled" ]] && [[ "$(systemctl is-enabled avahi-daemon.service)" = "disabled" ]]; then
105
systemctl disable nmb

0 commit comments

Comments
 (0)