diff options
Diffstat (limited to 'src/configure.c')
-rw-r--r-- | src/configure.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/configure.c b/src/configure.c index 4fbdc74c0..12ffdb1ea 100644 --- a/src/configure.c +++ b/src/configure.c @@ -303,9 +303,8 @@ void deferred_configure(struct pkginfo *pkg) { vdew_nonambig) : "", NULL); - pkg->status= stat_installed; pkg->eflag= eflagv_ok; - modstatdb_note(pkg); + post_postinst_tasks(pkg, stat_installed); } |