Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > fb3a6c43324f164d15274e0340be48d8 > scriptlet

eigen3-devel-3.3.9-1.mga8.noarch.rpm

PRETRANS

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