mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-23 01:12:32 -04:00
db191015d4a269e425afa6980c654605add9ddec
During installation of an app we rewrite and clean up the deployed export directory, but don't actually export it. Instead we export only the "current" version of the application when we run update_exports (passing in which app changed). This way we ensure that any newly exported files in the current app are exported before we remove all dangling symlinks. To make the symlinks properly dangle we also make the export symlinks point use the "current" and "active" symlinks so non-current deployed dirs don't keep an old symlink from being removed.
Description
No description provided
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%