Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 0f20f80ca1a1284ceb2f59bf38fbf461 > scriptlet

eigen3-devel-3.3.3-2.mga6.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