Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > nonfree-release > by-pkgid > f7a776a1c88a19117b11010c1679ebad > scriptlet

alsa-sof-firmware-1.6.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