Merge pull request #9561 from mglae/le12_ntfs3g_upd

This commit is contained in:
Christian Hewitt 2024-12-09 05:43:33 +04:00 committed by GitHub
commit c8da57b250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="ntfs3g"
PKG_REV="0"
PKG_REV="1"
PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain fuse ntfs-3g_ntfsprogs"
PKG_SECTION="service"

View File

@ -5,7 +5,7 @@ Before=samba-config.service
[Service]
Type=oneshot
ExecStart=/usr/bin/mount -o bind /storage/.kodi/addons/service.ntfs3g/bin/mount.ntfs3g /usr/sbin/mount.ntfs
ExecStop=/usr/bin/umount /usr/sbin/mount.ntfs
ExecStop=/bin/sh -c 'grep -q " /usr/sbin/mount.ntfs " /proc/self/mounts && umount /usr/sbin/mount.ntfs || true'
RemainAfterExit=yes
[Install]