mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 02:08:24 +00:00
11 lines
101 B
Bash
11 lines
101 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
if [ purge = "$1" ]; then
|
|
userdel dnsmasq
|
|
rm -rf /run/dnsmasq
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|