Package btrfs-progs: Scripts

Pre trans

1
2
3
4
st = posix.stat("/usr/bin/btrfs")
if st and st.type == "link" then
  os.remove("/usr/bin/btrfs")
end