diff options
Diffstat (limited to 'testing/dbus-core/dbus.install')
-rw-r--r-- | testing/dbus-core/dbus.install | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |