dbus: pre-create /var/run symlink just in case at post-install time.

This commit is contained in:
Juan RP 2013-10-09 23:34:40 +02:00
parent 32af62b5cc
commit 216d0c6aa0
2 changed files with 3 additions and 1 deletions

View file

@ -9,5 +9,7 @@ post)
[ ! -d etc/dbus-1/session.d ] && install -d etc/dbus-1/session.d
chown root:22 ${dbus_launch}
chmod 4750 ${dbus_launch}
# In case var/run is detected as obsolete create it again.
[ ! -h var/run ] && ln -sfr /run var/run
;;
esac

View file

@ -4,7 +4,7 @@ _systemd_version=204
pkgname=dbus
version=1.6.16
revision=1
revision=2
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"