mirror of
https://github.com/clearlinux/clr-update-triggers.git
synced 2026-09-05 21:31:46 +00:00
Create update helper tools for when systemd isn't available (package build chroots, containers, etc).
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -x /usr/bin/clr-python-timestamp ]; then
|
|
/usr/bin/clr-python-timestamp /usr/lib/python2.7 /usr/lib/python3.6
|
|
fi
|