diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2007-11-05 18:31:53 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2007-11-05 18:31:53 +0000 |
commit | 5bc9bcbbe480dc531ecd1b614420f34cffd4692f (patch) | |
tree | 329c90fcbadd66ffa334e8955b66fbdf1d3e03de /debian/dbus.postinst | |
parent | dbad06fd150e033c64f917c82905668c8646f0e4 (diff) | |
download | dbus-5bc9bcbbe480dc531ecd1b614420f34cffd4692f.tar.gz |
* Let dh_fixperms ignore dbus-daemon-launch-helper instead of chowning and
chmodding it on postinst
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@1855 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/dbus.postinst')
-rw-r--r-- | debian/dbus.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/dbus.postinst b/debian/dbus.postinst index 05a13a47..f067098d 100644 --- a/debian/dbus.postinst +++ b/debian/dbus.postinst @@ -19,7 +19,4 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || \ --ingroup "$MESSAGEUSER" \ "$MESSAGEUSER" -chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper -chmod 4750 /usr/lib/dbus-1.0/dbus-daemon-launch-helper - #DEBHELPER# |