Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 0d13e6c165529ec4fb7e453e2e909250 > scriptlet

dbus-1.13.8-4.mga7.aarch64.rpm

PREIN

/bin/sh
# (cg) Do not require/use rpm-helper helper macros... we must do this manually
# to avoid dep loops during install
/usr/sbin/groupadd -r messagebus 2>/dev/null || :
/usr/sbin/useradd -r -c "system user for dbus" -g messagebus -s /sbin/nologin -d / messagebus 2>/dev/null || :

POSTUN

/bin/sh
/usr/share/rpm-helper/del-user dbus $1 messagebus 

/usr/share/rpm-helper/del-group dbus $1 messagebus

POSTTRANS

/bin/sh
/usr/bin/systemd-tmpfiles --create dbus.conf