diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-06-10 05:12:25 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-06-10 05:12:25 +0000 |
commit | bc5f671ee70fc60e445f27855e5652f5d702d07d (patch) | |
tree | f522835fe26d2b877732f51f61de6ff61e693007 /media-sound/alsa-utils | |
parent | linux-sources now depends on media-libs/alsa-utils if the alsa USE variable i... (diff) | |
download | historical-bc5f671ee70fc60e445f27855e5652f5d702d07d.tar.gz historical-bc5f671ee70fc60e445f27855e5652f5d702d07d.tar.bz2 historical-bc5f671ee70fc60e445f27855e5652f5d702d07d.zip |
alsa rc script auto-added
Diffstat (limited to 'media-sound/alsa-utils')
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-0.5.10.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild index aaab2af4d5a8..044a0230b0b6 100644 --- a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.3 2001/06/10 05:12:25 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -36,6 +36,9 @@ src_install() { doins ${FILESDIR}/alsa } - +pkg_postinst() { + #this will configure alsa to restore and save settings correctly + ${ROOT}/usr/sbin/rc-update add alsa +} |