summarylogtreecommitdiffstats
path: root/pi-hole-standalone.install
diff options
context:
space:
mode:
authormax.bra2017-01-29 11:59:33 +0100
committermax.bra2017-01-29 11:59:33 +0100
commit21317eeae5c804eb2978b990b325c25883fa5760 (patch)
treec0ec3a256a5c07727d036623e573f60237e990ec /pi-hole-standalone.install
parentc8da4a879993f3ea9ae908a1a20defe284798f26 (diff)
downloadaur-21317eeae5c804eb2978b990b325c25883fa5760.tar.gz
v. 2.12
Diffstat (limited to 'pi-hole-standalone.install')
-rw-r--r--pi-hole-standalone.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/pi-hole-standalone.install b/pi-hole-standalone.install
index b714cdce4275..c3292d0caeea 100644
--- a/pi-hole-standalone.install
+++ b/pi-hole-standalone.install
@@ -4,8 +4,8 @@ post_install() {
echo -e "\e[1;33m==>\e[0m Pay attention: this package now manage all dnsmasq.d include files"
echo -e "\e[1;33m==>\e[0m Please follow configuration upgrade steps"
echo -e "\e[1;33m==>\e[0m Neutrino emissions detected..."
- [ -e /proc/net/if_inet6 ] && touch /etc/pihole/.useIPv6 #this will be obsoleted soon
touch /etc/dnsmasq.d/02-pihole-dhcp.conf
+ touch /etc/dnsmasq.d/03-pihole-wildcard.conf
/opt/pihole/mimic_setupVars.conf.sh
/usr/bin/pihole updateGravity > /dev/null
/usr/bin/pihole -a setdns 8.8.8.8 8.8.4.4 > /dev/null
@@ -23,4 +23,5 @@ post_remove() {
rm -R /etc/pihole/
[ -e /run/log/pihole.log ] && rm /run/log/pihole.log
[ -e /etc/dnsmasq.d/02-pihole-dhcp.conf ] && rm /etc/dnsmasq.d/02-pihole-dhcp.conf
+ [ -e /etc/dnsmasq.d/03-pihole-wildcard.conf ] && rm /etc/dnsmasq.d/03-pihole-wildcard.conf
}