From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/dbus/ipkg/dbus.postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package/dbus/ipkg/dbus.postinst (limited to 'package/dbus/ipkg/dbus.postinst') diff --git a/package/dbus/ipkg/dbus.postinst b/package/dbus/ipkg/dbus.postinst new file mode 100644 index 000000000..8dd0a50c8 --- /dev/null +++ b/package/dbus/ipkg/dbus.postinst @@ -0,0 +1,6 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +gid=$(get_next_gid) +add_group messagebus $gid +add_user messagebus $(get_next_uid) $gid /var/run/dbus +add_rcconf dbus dbus NO -- cgit v1.2.3