summaryrefslogtreecommitdiff
path: root/package/dbus/files/dbus.postinst
blob: 8dd0a50c852b5625481ac755cb9eccd4df8c90b5 (plain)
1
2
3
4
5
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