summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-07-15 16:25:10 +0000
committerBen Lutgens <lamer@gentoo.org>2001-07-15 16:25:10 +0000
commit13d90b9e1b74a65930e715ee7d75f6b386c30172 (patch)
treed5d5689ada3e63161ff9278b55e7b18cfa6c5849 /app-text/dictd
parentFixed ebuild to make modifed startkde file executable. (diff)
downloadgentoo-2-13d90b9e1b74a65930e715ee7d75f6b386c30172.tar.gz
gentoo-2-13d90b9e1b74a65930e715ee7d75f6b386c30172.tar.bz2
gentoo-2-13d90b9e1b74a65930e715ee7d75f6b386c30172.zip
moved the rc-update add commands to pkg_config from pkg_postinst, that
should be up to the user and not us.
Diffstat (limited to 'app-text/dictd')
-rw-r--r--app-text/dictd/dictd-1.5.5-r2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/dictd/dictd-1.5.5-r2.ebuild b/app-text/dictd/dictd-1.5.5-r2.ebuild
index 79cb5a9c5418..c84c95422820 100644
--- a/app-text/dictd/dictd-1.5.5-r2.ebuild
+++ b/app-text/dictd/dictd-1.5.5-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r2.ebuild,v 1.1 2001/06/15 02:40:18 michael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r2.ebuild,v 1.2 2001/07/15 16:25:10 lamer Exp $
#P=
A=${P}.tar.gz
@@ -49,8 +49,9 @@ src_install () {
exeinto /var/lib/supervise/services/dictd
newexe ${FILESDIR}/${PVR}/dictd-run run
}
-
-pkg_postinst() {
+# DO NOT RUN THIS STUFF FROM pkg_postinst() leave it up to the user by
+# doing it this way
+pkg_config() {
# gotta start it at boot.
. ${ROOT}/etc/rc.d/config/functions
einfo ">>> Generating symlinks"