- Clear out cache files on upgrade.

This commit is contained in:
Tim Waugh 2009-08-07 11:05:58 +00:00
parent 7bb9750192
commit a8285b6323

View File

@ -373,10 +373,7 @@ install -m644 %{SOURCE3} \
--slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz \ --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz \
--initscript cups --initscript cups
%endif %endif
if [ $1 -eq 1 ]; then rm -f %{_localstatedir}/cache/cups/*
# First install. Build ppds.dat.
/sbin/service cups reload >/dev/null 2>&1 || :
fi
exit 0 exit 0
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -524,6 +521,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Aug 7 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.14 * Fri Aug 7 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.14
- Clear out cache files on upgrade.
- Require acl. - Require acl.
* Thu Aug 6 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.13 * Thu Aug 6 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.13