diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-15 07:49:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-15 07:49:45 +0200 |
commit | 104fd4956517eee3a76add15b8f6cc6dc3047e96 (patch) | |
tree | 92f282c55b9512c67f3c6d895231c62a5ff3f432 /package/dbus/files/dbus.postinst | |
parent | 3d536b4250d78751aa24fc1aab0d368f1f71070d (diff) |
finetune, generate UUID and enable X support
Diffstat (limited to 'package/dbus/files/dbus.postinst')
-rw-r--r-- | package/dbus/files/dbus.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/dbus/files/dbus.postinst b/package/dbus/files/dbus.postinst index 8dd0a50c8..713c1c63a 100644 --- a/package/dbus/files/dbus.postinst +++ b/package/dbus/files/dbus.postinst @@ -4,3 +4,6 @@ gid=$(get_next_gid) add_group messagebus $gid add_user messagebus $(get_next_uid) $gid /var/run/dbus add_rcconf dbus dbus NO +echo Generating UUID +mkdir /lib/dbus /var/lib && ln -sf /lib/dbus /var/lib/dbus +dbus-uuidgen --ensure |