Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 7m57s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 3m53s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add all rpm-ostree commands with exact same names and descriptions - Match rpm-ostree usage format and error messages exactly - Support both --version/--help flags and subcommand interface - Add placeholder implementations for all commands (ready for future development) - Maintain backward compatibility with existing functionality
13 lines
476 B
Text
13 lines
476 B
Text
# apt-ostree package triggers
|
|
# This file defines triggers that should be activated when certain events occur
|
|
|
|
# Trigger for man page database updates
|
|
interest-noawait /usr/share/man
|
|
|
|
# Trigger for shell completion updates
|
|
interest-noawait /usr/share/bash-completion/completions
|
|
interest-noawait /usr/share/zsh/vendor-completions
|
|
|
|
# Trigger for systemd unit file reloads (if we add services later)
|
|
# interest-noawait /lib/systemd/system
|
|
# interest-noawait /etc/systemd/system
|