Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > ea96f26ebd5eac23c64be3b129481682 > scriptlet

golang-1.13.15-3.mga7.armv7hl.rpm

PRETRANS

<lua>
for _,d in pairs({"api", "doc", "include", "lib", "src"}) do
  path = "/usr/lib/golang/" .. d
  if posix.stat(path, "type") == "link" then
    os.remove(path)
    posix.mkdir(path)
  end
end