Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > af71f6177a1012c80d95a25b5529e447 > scriptlet

p11-kit-0.20.1-3.4.mga4.x86_64.rpm

PRETRANS

<lua>

file = io.open("/etc/pkcs11/pkcs11.conf","r")

if (file) then
  size = file:seek("end")
  file:close()
  if (size == 0) then
    os.remove("/etc/pkcs11/pkcs11.conf")
  end
end