Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > a5b1db013019e97e0e4365a55ee86e6d > scriptlet

golang-1.4.3-1.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