diff options
author | Francois Andriot <[email protected]> | 2012-08-09 12:08:44 +0200 |
---|---|---|
committer | Francois Andriot <[email protected]> | 2012-08-09 12:08:44 +0200 |
commit | 1ba5d654bf6727176acecf598267568e1764a360 (patch) | |
tree | 0350f793dba4ab45601244d5478d8ed559394a14 /redhat/kdegames | |
parent | f07d66d3a500f97e3feb957bd024633b72861cc1 (diff) | |
download | tde-packaging-1ba5d654bf6727176acecf598267568e1764a360.tar.gz tde-packaging-1ba5d654bf6727176acecf598267568e1764a360.zip |
RHEL/Fedora: fix packaging for base packages, for MGA/MDV
Diffstat (limited to 'redhat/kdegames')
-rw-r--r-- | redhat/kdegames/trinity-kdegames-3.5.12.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/kdegames/trinity-kdegames-3.5.12.spec b/redhat/kdegames/trinity-kdegames-3.5.12.spec index 3cb97f970..148a3c7d2 100644 --- a/redhat/kdegames/trinity-kdegames-3.5.12.spec +++ b/redhat/kdegames/trinity-kdegames-3.5.12.spec @@ -150,9 +150,11 @@ for f in crystalsvg hicolor ; do done update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : -%post libs -p /sbin/ldconfig +%post libs +/sbin/ldconfig -%postun libs -p /sbin/ldconfig +%postun libs +/sbin/ldconfig %files -f %{name}.lang |