Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release > by-pkgid > 630befce604519290e63d5bc49725c5f > scriptlet

chkconfig-1.21-1.mga9.aarch64.rpm

PRETRANS

<lua>
path = "/var/lib/alternatives"
path2 = "/var/lib/rpm/alternatives"
st = posix.stat(path)
st2 = posix.stat(path2)
if st and st.type == "link" and st2 and st2.type == "directory" then
  os.remove(path)
  os.rename(path2, path)
  posix.symlink(path, path2)
end