Gitiles
Code Review
Sign In
gerrit.nordix.org
/
thekelleys
/
dnsmasq
/
da2deccc223d25b8fb031959d994054077ad0cc0
/
.
/
debian
/
dnsmasq-base.postrm
blob: c5ad3ada7efa3d3382df032037b2ff58abf3d697 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
if
[
purge
=
"$1"
];
then
userdel dnsmasq
rm
-
rf
/
run
/
dnsmasq
fi
#DEBHELPER#