Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14995] New: mysql post_remove fails

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 14995] New: mysql post_remove fails
  • Date: 3 Jan 2009 04:46:35 -0000

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

Summary: mysql post_remove fails
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: database
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: benjamin.collar AT gmail.com


mysql dispel / POST_REMOVE fails. It runs install-info and tries to delete
something that doesn't exist. POST_REMOVE should be:

if [ -a ${TRACK_ROOT}/usr/share/info ]; then
install-info --delete mysql --info-dir ${TRACK_ROOT}/usr/share/info
fi

In theory, that should work. but doesn't work for me. In any case, dispel
mysql
should work somehow or another.


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




Archive powered by MHonArc 2.6.24.

Top of Page