/usr/share/python/runtime.d/scribus-data.rtupdate is in scribus-data 1.4.6+dfsg-4build1.
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 7 8 9 10 11 12 | #! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
pyclean -p scribus-data /usr/share/scribus/samples
pycompile -p scribus-data /usr/share/scribus/samples
fi
if [ "$1" = rtupdate ]; then
pyclean -p scribus-data /usr/share/scribus/scripts
pycompile -p scribus-data /usr/share/scribus/scripts
fi
|