[jhalfs] 02/03: BLFS: update "detect-config"
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Mon, 27 Apr 2026 08:04:47 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1777277096-17070-26622 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 568ff0e427cdde4ca4b6e3cf5dabbe739307998d Author: Pierre Labastie <[email protected]> AuthorDate: Sun Apr 26 18:56:32 2026 +0200 BLFS: update "detect-config" Two new cases: nautilus and pcmanfm-qt. Use the remap attribute of userinput too. Remove an old entry. --- BLFS/xsl/process-install.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BLFS/xsl/process-install.xsl b/BLFS/xsl/process-install.xsl index 96515d6..2657bbc 100644 --- a/BLFS/xsl/process-install.xsl +++ b/BLFS/xsl/process-install.xsl @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE stylesheet [ <!ENTITY detect-config - "contains(string($current-instr),'useradd') or + "$current-instr/userinput[@remap='pre'] or + contains(string($current-instr),'useradd') or contains(string($current-instr),'groupadd') or contains(string($current-instr),'usermod') or contains(string($current-instr),'icon-cache') or @@ -10,7 +11,6 @@ contains(string($current-instr),'query-loaders') or contains(string($current-instr),'pam.d') or contains(string($current-instr),'/opt/rustc') or - contains(string($current-instr),'libQt5WebEngine') or contains(string($current-instr),'desktop-file-edit') or contains(string($current-instr),'.old') or contains(string($current-instr),'tracker-miner') or @@ -21,6 +21,7 @@ contains(string($current-instr),'rst*.py') or contains(string($current-instr),'gnome-control-center') or contains(string($current-instr),'runlevel.service') or + contains(string($current-instr),'libLayerShell') or contains(string($current-instr),'Gimp')"> ]> -- To stop receiving notification emails like this one, please contact the administrator of this repository. ------------=_1777277096-17070-26622 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page ------------=_1777277096-17070-26622--