mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
do not run scriptlets with --dbonly
Running an install script does not fall under "Adds/removes the database entry only." Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3b804cb654
commit
64e4f627c1
@ -561,6 +561,7 @@ static int parsearg_trans(int opt)
|
|||||||
break;
|
break;
|
||||||
case OP_DBONLY:
|
case OP_DBONLY:
|
||||||
config->flags |= ALPM_TRANS_FLAG_DBONLY;
|
config->flags |= ALPM_TRANS_FLAG_DBONLY;
|
||||||
|
config->flags |= ALPM_TRANS_FLAG_NOSCRIPTLET;
|
||||||
break;
|
break;
|
||||||
case OP_NOPROGRESSBAR:
|
case OP_NOPROGRESSBAR:
|
||||||
config->noprogressbar = 1;
|
config->noprogressbar = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user