diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-12 16:14:39 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-12 16:19:47 +0100 |
commit | 672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d (patch) | |
tree | bc52c3038861220bf5e58271c973f5025b43a800 /perl-install/install/share | |
parent | 4d2c14e5bc5c33f66732b754693d6a923eeb0fb9 (diff) | |
download | drakx-672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d.tar drakx-672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d.tar.gz drakx-672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d.tar.bz2 drakx-672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d.tar.xz drakx-672d11c1d115d3cc99f3cc51cc9fa3f6ff41bb2d.zip |
include ntfs3g compression support plugin
It's needed for supporting Windows 10 NTFS "Compact OS"
Diffstat (limited to 'perl-install/install/share')
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 713e97c4b..e012c1c80 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -263,6 +263,10 @@ /etc/passwd /etc/protocols + <from expand="glob"> + /usr/LIB/ntfs-3g/* + </from> + <!-- /usr/share/X11/XKeysymDB --> /usr/LIB/libgdk_pixbuf-2.0.so.0 /usr/LIB/gtk-3.0/*/immodules/im-cedilla.so |