diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-04 22:17:12 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:47:54 +0200 |
commit | 07d7faf51637503308a6c8d8780b7df8f9e6f094 (patch) | |
tree | 2b1e6193955e28450ce679f962107cd0740ba023 /redhat/applications/kmymoney | |
parent | c0576233e9f39543895fd2092f8bfae4c56d47ef (diff) | |
download | tde-packaging-07d7faf51637503308a6c8d8780b7df8f9e6f094.tar.gz tde-packaging-07d7faf51637503308a6c8d8780b7df8f9e6f094.zip |
RPM Packaging: remove lots of useless %post sections
Diffstat (limited to 'redhat/applications/kmymoney')
-rw-r--r-- | redhat/applications/kmymoney/kmymoney-14.0.0.spec | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/redhat/applications/kmymoney/kmymoney-14.0.0.spec b/redhat/applications/kmymoney/kmymoney-14.0.0.spec index ffa52fbdd..3bb5b002e 100644 --- a/redhat/applications/kmymoney/kmymoney-14.0.0.spec +++ b/redhat/applications/kmymoney/kmymoney-14.0.0.spec @@ -117,22 +117,6 @@ MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support. -%post -update-desktop-database %{tde_tdeappdir} > /dev/null -/sbin/ldconfig -for f in hicolor locolor Tango oxygen; do - touch --no-create %{tde_datadir}/icons/${f} || : - gtk-update-icon-cache --quiet %{tde_datadir}/icons/${f} || : -done - -%postun -update-desktop-database %{tde_tdeappdir} > /dev/null -/sbin/ldconfig -for f in hicolor locolor Tango oxygen; do - touch --no-create %{tde_datadir}/icons/${f} || : - gtk-update-icon-cache --quiet %{tde_datadir}/icons/${f} || : -done - %files %defattr(-,root,root,-) %{tde_bindir}/kmymoney |