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