When unlinking a file, we need to remove the index from the object id
system file, because Windows chkdsk will fix it as a stale index entry.
Signed-off-by: shadichy <shadichy@blisslabs.org>
The module has been renamed to `ntfs`. Therefore I must update the patches and files and also, create an alias for `modprobe` to point to the correct module. Which means, `modprobe ntfsplus` is now equals to `modprobe ntfs`.
I am not having any plan to rename it back to `ntfsplus` yet, as `ntfs` was completely removed in linux v6.9, and I also don't have any plan to backport it further down to <6.12. The original maintainer (Namjae Jeon) already has a plan to release his own OOT repository which also contains his own backports (back to 5.10 LTS as he stated in our Email conversation).
Until when Jeon publish his OOT maintenace repository of `ntfsplus` (or now let's call it next-gen `ntfs`), I will still continue maintaining this backport on my own.
Signed-off-by: shadichy <shadichy@blisslabs.org>
- After latest Arch update it seems like they prevented accessing git user environment from inside PKGBUILD execution
Signed-off-by: shadichy <shadichy@blisslabs.org>
- paru and yay re-run `prepare()` twice so we need a workaround to make `pkgver()` output the same in any circumstances.
Signed-off-by: shadichy <shadichy@blisslabs.org>