commit | 4790115455ca3bc04250a260c4767737b7f751f7 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Tue Sep 29 22:54:41 2015 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Sep 29 22:54:41 2015 +0100 |
tree | cecfbcb80bffe3898e7aecd45912b1c1ad2bac91 | |
parent | 27b78d990b7cd901866ad6f1a17b9d633a95fdce [diff] [blame] |
Use /run/dnsmasq instead of /var/run/dnsmasq in Debian package.
diff --git a/debian/dnsmasq-base.postrm b/debian/dnsmasq-base.postrm index 950a9ff..98b10a4 100644 --- a/debian/dnsmasq-base.postrm +++ b/debian/dnsmasq-base.postrm
@@ -7,5 +7,5 @@ else echo >&2 "not removing dnsmasq system account because deluser command was not found" fi - rm -rf /var/run/dnsmasq + rm -rf /run/dnsmasq fi