- clean up /var/cfengine/inputs cache on removal.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=82
This commit is contained in:
Klaus Kämpf 2014-04-02 13:15:07 +00:00 committed by Git OBS Bridge
parent 264b2dd024
commit 9fcecd26b4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 2 13:14:34 UTC 2014 - kkaempf@suse.com
- clean up /var/cfengine/inputs cache on removal.
-------------------------------------------------------------------
Wed Mar 26 16:08:16 UTC 2014 - kkaempf@suse.com

View File

@ -332,6 +332,8 @@ fi
%if 0%{?suse_version} > 1010
%install_info_delete --name=%{name} --info-dir=%{_infodir} %{_infodir}/cf3-reference.info.gz
%endif
# clean up inputs cache dir
rm -rf %{basedir}/inputs
/sbin/ldconfig
%pre server