[Frugalware-darcs] pacman: pacman: use alpm_trans_release() if no
error occures while removing, too
VMiklos
vmiklos at frugalware.org
Thu Mar 16 17:47:10 CET 2006
[pacman: use alpm_trans_release() if no error occures while removing, too
VMiklos <vmiklos at frugalware.org>**20060128000049
closes #304
] {
hunk ./src/pacman/remove.c 138
+ if(alpm_trans_release() == -1) {
+ ERR(NL, "failed to release transaction (%s)\n", alpm_strerror(pm_errno));
+ }
}
More information about the Frugalware-darcs
mailing list