From a956ff7182be228d78595b89919c0993d306f161 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Oct 11 2021 18:22:08 +0000 Subject: Update guidelines/modules/ROOT/pages/Scriptlets.adoc Removed the duplicate word "other" --- diff --git a/guidelines/modules/ROOT/pages/Scriptlets.adoc b/guidelines/modules/ROOT/pages/Scriptlets.adoc index 7f0847a..0f26a9b 100644 --- a/guidelines/modules/ROOT/pages/Scriptlets.adoc +++ b/guidelines/modules/ROOT/pages/Scriptlets.adoc @@ -174,7 +174,7 @@ Requires(postun): /sbin/ldconfig [...] .... -If the configuration file added to `+/etc/ld.so.conf.d+` specifies a directory into which other other packages may install files, and that directory is not located in the directory hierarchy beneath one of `+/lib+`, `+/usr/lib+`, `+/lib64+` or `+/usr/lib64+`, then the package adding the configuration file MUST also include the following file triggers which cause ldconfig to be run automatically when necessary: +If the configuration file added to `+/etc/ld.so.conf.d+` specifies a directory into which other packages may install files, and that directory is not located in the directory hierarchy beneath one of `+/lib+`, `+/usr/lib+`, `+/lib64+` or `+/usr/lib64+`, then the package adding the configuration file MUST also include the following file triggers which cause ldconfig to be run automatically when necessary: .... %transfiletriggerin -P 2000000 -- DIRECTORIES