Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 75bc6553ffbe462bf4f9f91572bbfd14 > scriptlet

lib64jsoncpp-devel-1.6.5-6.mga6.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