Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 5c0355035da67ccbb7e1fcab396f202d > scriptlet

eigen3-devel-3.3.7-1.mga7.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