Skip to content

Commit

Permalink
updated to fix omf file problem
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash-docs/trunk@11600 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
wilddev65 committed Dec 13, 2002
1 parent a951e34 commit b2851ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gnucash-docs.spec.in
Expand Up @@ -40,11 +40,10 @@ LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$RPM_BUILD_ROOT%{_libdir}/gnucash make DE
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%post
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q -o
%{datadir}/omf/gnucash-docs; fi
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -o %{datadir}/omf/gnucash-docs; fi

%postun
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi

%files -f %{name}.lang
%defattr(444,root,root,755)
Expand Down

0 comments on commit b2851ab

Please sign in to comment.