diff options
Diffstat (limited to 'package/dbus/files/dbus.postinst')
-rw-r--r-- | package/dbus/files/dbus.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/files/dbus.postinst b/package/dbus/files/dbus.postinst index 97c5dd37a..e92450597 100644 --- a/package/dbus/files/dbus.postinst +++ b/package/dbus/files/dbus.postinst @@ -3,7 +3,7 @@ gid=$(get_next_gid) add_group messagebus $gid add_user messagebus $(get_next_uid) $gid /var/run/dbus -add_rcconf dbus dbus NO +add_rcconf dbus NO echo Generating UUID if [ -z $IPKG_INSTROOT ];then mkdir /lib/dbus /var/lib |