Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 73f8b4a824bea3b90005c0ce24d33298 > scriptlet

lib64jsoncpp-devel-1.8.4-2.mga7.x86_64.rpm

PRETRANS

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