mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
7 lines
88 B
Bash
7 lines
88 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
if [ purge = "$1" ]; then
|
|
update-rc.d dnsmasq remove >/dev/null
|
|
fi
|