Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-updates > by-pkgid > 9380905cd0dd881d1bded6c725710bd9 > scriptlet

sddm-0.19.0-15.1.mga8.i586.rpm

PRETRANS

<lua>
xsetuppath = "/usr/share/sddm/scripts/Xsetup"
st1 = posix.stat(xsetuppath)
if st1 and st1.type ~= "link" then
  os.execute("rm -f " .. xsetuppath)
end

xsessionpath = "/usr/share/sddm/scripts/Xsession"
st2 = posix.stat(xsessionpath)
if st2 and st2.type ~= "link" then
  os.execute("rm -f " .. xsessionpath)
end

PREIN

/bin/sh
/usr/share/rpm-helper/add-user sddm $1 sddm /var/lib/sddm /sbin/nologin