diff options
Diffstat (limited to 'redhat/kdebase/tdebase-r14.spec')
-rw-r--r-- | redhat/kdebase/tdebase-r14.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/kdebase/tdebase-r14.spec b/redhat/kdebase/tdebase-r14.spec index e1eee6c5b..249b7f4a9 100644 --- a/redhat/kdebase/tdebase-r14.spec +++ b/redhat/kdebase/tdebase-r14.spec @@ -384,9 +384,11 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg 2> /dev/null || : update-desktop-database 2> /dev/null || : -%post libs -p /sbin/ldconfig +%post libs +/sbin/ldconfig -%postun libs -p /sbin/ldconfig +%postun libs +/sbin/ldconfig %post extras for f in crystalsvg hicolor ; do |