Files
server/usr/share/python3/runtime.d/byobu.rtupdate
2026-01-07 20:52:11 +01:00

7 lines
121 B
Bash
Executable File

#! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
py3clean -p byobu /usr/lib/byobu
py3compile -p byobu /usr/lib/byobu
fi