summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-01 00:04:31 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-01 00:04:31 +0000
commit26135d0ad72d049562e76b1e5049986a9c04b49c (patch)
treeff6f611030bd338714e261f81a9c76077f7f73bc /app-misc
parenttype-o (diff)
downloadhistorical-26135d0ad72d049562e76b1e5049986a9c04b49c.tar.gz
historical-26135d0ad72d049562e76b1e5049986a9c04b49c.tar.bz2
historical-26135d0ad72d049562e76b1e5049986a9c04b49c.zip
comment added
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild b/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild
index e5b562392d3c..cab4ae64a932 100644
--- a/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild
+++ b/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.2 2002/05/31 21:00:12 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.3 2002/06/01 00:04:31 bass Exp $
S=${WORKDIR}/${P}
# Short one-line description of this package.
@@ -28,4 +28,6 @@ src_install () {
mv ${D}usr/man/* ${D}usr/share/man/man1 || die
rm -rf ${D}usr/man
}
-
+pkg_postinstall () {
+ echo "If don't works try with -02 flag in make.conf"
+}