Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 979dbfbec19650a3bbb3ea9e7016bc49 > scriptlet

alsa-sof-firmware-2.1.1-1.mga8.nonfree.noarch.rpm

PRETRANS

<lua>
path = "/usr/lib/firmware/intel/sof-tplg"
st = posix.stat(path)
if st and st.type == "link" then
  os.remove(path)
end