Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14280] alsa-driver 1.0.16rc2 fails to dispel

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14280] alsa-driver 1.0.16rc2 fails to dispel
  • Date: 5 Feb 2008 18:02:40 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14280





------- Additional Comments From jakakranjc AT email.si 2008-02-05 12:02 -------
$ cat audio-drivers/alsa-driver/POST_REMOVE
MOD="${INSTALL_ROOT}/etc/modules.conf" &&
TMP="${INSTALL_ROOT}/tmp/modules.conf" &&
INC="include ${TRACK_ROOT}/etc/modules.d/alsa" &&

cp $MOD $TMP &&
grep -v "$INC" $TMP > $MOD &&
rm $TMP &&
depmod -a

Just add a true at the end, in case all of this is missing already. Or fix/
remove the behaviour if it is broken.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page