summaryrefslogtreecommitdiff
path: root/package/dnsmasq/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/dnsmasq/ipkg')
-rw-r--r--package/dnsmasq/ipkg/dnsmasq.conffiles1
-rw-r--r--package/dnsmasq/ipkg/dnsmasq.control4
-rw-r--r--package/dnsmasq/ipkg/dnsmasq.postinst7
3 files changed, 0 insertions, 12 deletions
diff --git a/package/dnsmasq/ipkg/dnsmasq.conffiles b/package/dnsmasq/ipkg/dnsmasq.conffiles
deleted file mode 100644
index e30eba8f6..000000000
--- a/package/dnsmasq/ipkg/dnsmasq.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/dnsmasq.conf
diff --git a/package/dnsmasq/ipkg/dnsmasq.control b/package/dnsmasq/ipkg/dnsmasq.control
deleted file mode 100644
index 6f61edc65..000000000
--- a/package/dnsmasq/ipkg/dnsmasq.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: dnsmasq
-Priority: essential
-Section: net
-Description: A lightweight DNS and DHCP server
diff --git a/package/dnsmasq/ipkg/dnsmasq.postinst b/package/dnsmasq/ipkg/dnsmasq.postinst
deleted file mode 100644
index f2ff69e58..000000000
--- a/package/dnsmasq/ipkg/dnsmasq.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-
-gid=$(get_next_gid)
-add_user dnsmasq $(get_next_uid) $gid /tmp
-add_group dnsmasq $gid
-add_rcconf dnsmasq dns_dhcp NO