From 9a6b691757346035549dbd12d1323301d04a6675 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Jun 2012 00:01:48 +0000 Subject: Tue Jun 26 00:01:48 UTC 2012 --- testing/dbus-core/dbus.install | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/dbus-core/dbus.install') diff --git a/testing/dbus-core/dbus.install b/testing/dbus-core/dbus.install index 218a930e7..f1ffd61a8 100644 --- a/testing/dbus-core/dbus.install +++ b/testing/dbus-core/dbus.install @@ -2,7 +2,6 @@ post_install() { getent group dbus >/dev/null || groupadd -g 81 dbus getent passwd dbus >/dev/null || useradd -c 'System message bus' -u 81 -g dbus -d '/' -s /bin/false dbus passwd -l dbus &>/dev/null - dbus-uuidgen --ensure } post_upgrade() { -- cgit v1.2.3-54-g00ecf