psm.c (psmTriggerPosttrans): do not set RPM_INSTALL_ARG1 and RPM_INSTALL_ARG2
This commit is contained in:
parent
b97cda599e
commit
bd1897e46c
@ -2174,7 +2174,7 @@ void psmTriggerPosttrans(PSM_t psm)
|
||||
const char *script = RPMCONFIGDIR "/posttrans-filetriggers";
|
||||
const char *argv[] = { script, file, NULL };
|
||||
rpmMessage(RPMMESS_VERBOSE, _("Running %s\n"), script);
|
||||
int rc = runScript(psm, NULL, script, 2, argv, NULL, 0, 0);
|
||||
int rc = runScript(psm, NULL, script, 2, argv, NULL, -1, -1);
|
||||
if (rc == 0)
|
||||
unlink(file);
|
||||
file = _free(file);
|
||||
|
Loading…
Reference in New Issue
Block a user