summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 11f92cf7..9c917f9d 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -561,6 +561,7 @@ static int parsearg_trans(int opt)
break;
case OP_DBONLY:
config->flags |= ALPM_TRANS_FLAG_DBONLY;
+ config->flags |= ALPM_TRANS_FLAG_NOSCRIPTLET;
break;
case OP_NOPROGRESSBAR:
config->noprogressbar = 1;