- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types - Use join_all instead of try_join_all for proper Result handling - Fix double question mark (??) issue in parallel execution methods - Clean up unused imports in parallel and cache modules - Ensure all performance optimization modules compile successfully - Fix CI build failures caused by compilation errors
9 lines
327 B
Text
9 lines
327 B
Text
# apt-ostree package triggers
|
|
# This file defines triggers that are activated when certain events occur
|
|
|
|
# Trigger when shell completions are updated
|
|
interest-noawait /usr/share/bash-completion/completions
|
|
interest-noawait /usr/share/zsh/vendor-completions
|
|
|
|
# Trigger when man pages are updated
|
|
interest-noawait /usr/share/man
|