- Fix trailing spaces and blank lines in Forgejo workflows - Update system requirements from Ubuntu Jammy/Bookworm to Debian 13+ (Trixie) - Update test treefile to use Debian Trixie instead of Ubuntu Jammy - Update documentation to reflect modern system requirements - Fix yamllint errors for CI/CD functionality - Ensure compatibility with modern OSTree and libapt versions
18 lines
590 B
Text
18 lines
590 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
|
|
|
|
# Trigger when polkit rules are updated
|
|
interest-noawait /usr/share/polkit-1/actions
|
|
|
|
# Trigger when systemd units are updated
|
|
interest-noawait /lib/systemd/system
|
|
|
|
# Trigger when D-Bus configuration is updated
|
|
interest-noawait /usr/share/dbus-1/system-services
|