summaryrefslogtreecommitdiff
path: root/package/dnsmasq/ipkg/dnsmasq.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'package/dnsmasq/ipkg/dnsmasq.postinst')
-rw-r--r--package/dnsmasq/ipkg/dnsmasq.postinst7
1 files changed, 0 insertions, 7 deletions
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