OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jan-2003 11:52:50
Branch: HEAD Handle: 2003012710525000
Modified files:
openpkg-src/tex4ht tex4ht.spec
Log:
fancy banner while updating
Summary:
Revision Changes Path
1.2 +4 -0 openpkg-src/tex4ht/tex4ht.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tex4ht/tex4ht.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 tex4ht.spec
--- openpkg-src/tex4ht/tex4ht.spec 27 Jan 2003 09:50:13 -0000 1.1
+++ openpkg-src/tex4ht/tex4ht.spec 27 Jan 2003 10:52:50 -0000 1.2
@@ -140,8 +140,12 @@
rm -rf $RPM_BUILD_ROOT
%post
+ echo "Running mktexlsr to rebuild teTeX ls-R database..." |\
+ %{l_rpmtool} msg -t notice
%{l_prefix}/bin/mktexlsr 2>&1 >/dev/null || true
%postun
+ echo "Running mktexlsr to rebuild teTeX ls-R database..." |\
+ %{l_rpmtool} msg -t notice
%{l_prefix}/bin/mktexlsr 2>&1 >/dev/null || true
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]