summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-08-01 18:04:02 +0000
committerDan Armak <danarmak@gentoo.org>2001-08-01 18:04:02 +0000
commit8c5a85f31ebbe48126a05eb187c71adc4e529139 (patch)
tree1cf4977eae467644dd501b09ad99491da33420bb /app-text
parentlyx 1.1.6fix3, replaces fix2. Note that lthe new lyx-utils includes many new ... (diff)
downloadhistorical-8c5a85f31ebbe48126a05eb187c71adc4e529139.tar.gz
historical-8c5a85f31ebbe48126a05eb187c71adc4e529139.tar.bz2
historical-8c5a85f31ebbe48126a05eb187c71adc4e529139.zip
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r--app-text/chktex/chktex-1.5.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/app-text/chktex/chktex-1.5.ebuild b/app-text/chktex/chktex-1.5.ebuild
index 3bca13764064..ee2f031fc85f 100644
--- a/app-text/chktex/chktex-1.5.ebuild
+++ b/app-text/chktex/chktex-1.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5.ebuild,v 1.1 2001/07/31 21:38:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5.ebuild,v 1.2 2001/08/01 18:04:02 danarmak Exp $
S=${WORKDIR}/${P}
SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz"
@@ -32,3 +32,12 @@ src_install () {
}
+pkg_postinst () {
+
+ echo "
+ If you're using ChkTeX with LyX, rerun the lyx configure script
+ (available as Edit -> Reconfigure in the lyx menus), and restart
+ lyx.
+ "
+
+} \ No newline at end of file