diff --git a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src index f50578d70..50f07095e 100755 --- a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src +++ b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src @@ -78,6 +78,7 @@ FILESET=CDE-SHLIBS retval=0 CDE_TOP=CDE_INSTALLATION_TOP CDE_CONF_TOP=CDE_CONFIGURATION_TOP +LDCONFIGFILE=/usr/local/libdata/ldconfig/cde HandleOption $* @@ -88,6 +89,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP RemoveShlibFiles + rm -f $LDCONFIGFILE /sbin/ldconfig -R VerifyInstalledFiles @@ -97,6 +99,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP MakeTheLink + rm -f $LDCONFIGFILE echo $CDE_TOP/lib > $LDCONFIGFILE /sbin/ldconfig -m $CDE_TOP/lib