Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > c38caffc33c182082c1bb906146453af > scriptlet

golang-1.3.3-2.mga5.x86_64.rpm

PRETRANS

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