summaryrefslogtreecommitdiff
path: root/package/avahi/files/avahi-daemon.postinst
diff options
context:
space:
mode:
authorJoerg Seitter <adk@seitter.net>2020-05-16 00:48:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-05-17 11:58:00 +0200
commitb9600c647656c4152cf3ca531728675bbcc29a40 (patch)
tree067b7dcd79e26626712a07549635584dafdf0e88 /package/avahi/files/avahi-daemon.postinst
parent20fc02c47fb8b8cbbbfcfe0f03c2d63e188a66e3 (diff)
avahi: fixed postinst of package and removed unneccesary libintl dependency
Signed-off-by: Joerg Seitter <adk@seitter.net>
Diffstat (limited to 'package/avahi/files/avahi-daemon.postinst')
-rw-r--r--package/avahi/files/avahi-daemon.postinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/avahi/files/avahi-daemon.postinst b/package/avahi/files/avahi-daemon.postinst
deleted file mode 100644
index 8fe8f1e32..000000000
--- a/package/avahi/files/avahi-daemon.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-gid=$(get_next_gid)
-add_group netdev $gid
-gid2=$(get_next_gid)
-add_group avahi $gid2
-add_user avahi $(get_next_uid) $gid2 /tmp
-add_rcconf avahi NO