Files
clr-update-triggers/update-trigger.sh
T
William Douglas 8a6a5fee35 Initialize clr-update-triggers repository
Create update helper tools for when systemd isn't available (package
build chroots, containers, etc).
2017-11-06 22:19:23 +00:00

5 lines
114 B
Bash
Executable File

#!/bin/bash
# Try to run files in /usr/libexec/updater
find /usr/libexec/updater -type f -executable -exec {} \;