linuxOS_AP05/debian/test/usr/share/python/runtime.d/trace-cmd.rtupdate

7 lines
155 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
pyclean -p trace-cmd /usr/lib/trace-cmd/python
pycompile -p trace-cmd -V 2.7 /usr/lib/trace-cmd/python
fi