Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > ec886cd4feff510f5a1295d91561727f > scriptlet

golang-1.3.3-2.mga5.i586.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