Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > de3f6b041e6eda1a4f400d98e16719c7 > scriptlet

libjsoncpp-devel-1.8.4-2.mga7.armv7hl.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