Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 9a276eb30d16e03e74ee7d8d80b7486c > scriptlet

eigen3-devel-3.4.0-3.mga9.noarch.rpm

PRETRANS

<lua>
path = "/usr/include/eigen3/Eigen"
st = posix.stat(path)
if st and st.type == "directory" then
  os.execute("rm -rf " .. path)
end
path = "/usr/include/Eigen"
st = posix.stat(path)
if st and st.type == "link" then
  os.execute("rm -rf " .. path)
end