Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 57e979e2a93e887a691a19daa34a3199 > scriptlet

lv2-devel-1.18.10-4.mga9.x86_64.rpm

PRETRANS

<lua>
-- Define the path to the symlink being replaced below.
path = "/usr/include/lv2"
path2 = path .. "/atom"
st = posix.stat(path2)
if st and st.type == "link" then
  os.execute("rm -rf " .. path)
end