Run ldconfig after each package installation
This commit is contained in:
parent
aa50f775f1
commit
a1d0d5cd8e
1 changed files with 4 additions and 1 deletions
|
@ -144,7 +144,10 @@ UNPACKDIR=`head -n1 unpacked | sed 's@^./@@;s@/.*@@'`
|
||||||
cd $UNPACKDIR
|
cd $UNPACKDIR
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
<xsl:apply-templates select=".//screen | .//para/command"/>
|
<xsl:apply-templates select=".//screen | .//para/command"/>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:if test="$sudo = 'y'">
|
||||||
|
<xsl:text>sudo </xsl:text>
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:text>ldconfig

</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@role = 'configuration'">
|
<xsl:when test="@role = 'configuration'">
|
||||||
<xsl:apply-templates select=".//screen"/>
|
<xsl:apply-templates select=".//screen"/>
|
||||||
|
|
Reference in a new issue