From 8732b26738a41671d8d2223e4d629c20c7e622cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 May 2011 12:36:21 +0200 Subject: add forked-daapd server and all deps --- package/forked-daapd/files/forked-daapd.postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/forked-daapd/files/forked-daapd.postinst (limited to 'package/forked-daapd/files/forked-daapd.postinst') diff --git a/package/forked-daapd/files/forked-daapd.postinst b/package/forked-daapd/files/forked-daapd.postinst new file mode 100644 index 000000000..74a3b43bf --- /dev/null +++ b/package/forked-daapd/files/forked-daapd.postinst @@ -0,0 +1,7 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +gid=$(get_next_gid) +add_group daapd $gid +add_user daapd $(get_next_uid) $gid +add_rcconf forked_daapd forked_daapd NO + -- cgit v1.2.3