mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
dpkg keeps all directories of the old package version (and renames the old files) until an upgrade is complete. This prevents simply replacing a directory with a symlink. We have to use dpkg-maintscript-helper to work around this limitation. Closes: #942861