From 3cbd4b0fc0c8d2d6010bb74904f2d19488699a2a Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Tue, 23 Jan 2024 23:09:11 +0000 Subject: [PATCH] Use debhelper to simplify tmpfiles installation in debian package. --- debian/dnsmasq.install | 1 - debian/{tmpfiles.conf => dnsmasq.tmpfiles} | 0 2 files changed, 1 deletion(-) rename debian/{tmpfiles.conf => dnsmasq.tmpfiles} (100%) diff --git a/debian/dnsmasq.install b/debian/dnsmasq.install index 6671afe..19449f7 100755 --- a/debian/dnsmasq.install +++ b/debian/dnsmasq.install @@ -5,5 +5,4 @@ debian/init-system-common => /usr/share/dnsmasq/init-system-common debian/systemd-helper => /usr/share/dnsmasq/systemd-helper dnsmasq.conf.example => /etc/dnsmasq.conf debian/readme.dnsmasq.d => /etc/dnsmasq.d/README -debian/tmpfiles.conf => /usr/lib/tmpfiles.d/dnsmasq.conf debian/insserv => /etc/insserv.conf.d/dnsmasq diff --git a/debian/tmpfiles.conf b/debian/dnsmasq.tmpfiles similarity index 100% rename from debian/tmpfiles.conf rename to debian/dnsmasq.tmpfiles