]> err.no Git - dpkg/commit
Activate triggers when a file is removed in a shared directory
authorRaphael Hertzog <hertzog@debian.org>
Sun, 11 May 2008 14:41:23 +0000 (16:41 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 11 May 2008 14:41:50 +0000 (16:41 +0200)
commitb292f854388956e36e5ba4c2afe084ac98c11346
tree060957b160e860b5b7a42035b393aa2b971564e0
parent391bade105211da6a8af39868926cc6cb9428640
Activate triggers when a file is removed in a shared directory

* src/processarc.c (process_archive): While removing files that
disappeared, move the call to namenodetouse before the test
that skips directory shared with other packages. This is required
because namenodetouse() handles trigger activation and we really
want directories containing (only) removed files to activate the
corresponding triggers.
ChangeLog
debian/changelog
src/processarc.c