/usr/share/python/runtime.d/solaar.rtupdate is in solaar 0.9.2+dfsg-6.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
pyclean -p solaar /usr/share/solaar/lib
pycompile -p solaar -V 2.7- /usr/share/solaar/lib
fi
|