summaryrefslogtreecommitdiff
path: root/debian/dbus.postinst
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-06-08 12:16:49 +0100
committerSimon McVittie <smcv@debian.org>2011-06-08 12:16:49 +0100
commitbfb4bb6a5f82df9548915bcd6cd29325c4a11b0c (patch)
tree9d0451f0b17aeb23312dab4d1a6f28c161cca817 /debian/dbus.postinst
parent6df62c5e305f9c0abffecad099dcf59d00389cf1 (diff)
downloaddbus-bfb4bb6a5f82df9548915bcd6cd29325c4a11b0c.tar.gz
run dbus-uuidgen --ensure in postinst
Diffstat (limited to 'debian/dbus.postinst')
-rw-r--r--debian/dbus.postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/dbus.postinst b/debian/dbus.postinst
index 86150910..0cfb8094 100644
--- a/debian/dbus.postinst
+++ b/debian/dbus.postinst
@@ -22,6 +22,9 @@ if [ "$1" = configure ]; then
chown root:"$MESSAGEUSER" "$LAUNCHER"
chmod 4754 "$LAUNCHER"
fi
+
+ # this is idempotent, the init script also does it
+ dbus-uuidgen --ensure
fi
# Remove stop symlinks for runlevel 1 as killprocs already does the job for us.