linuxOS_AP05/debian/test/usr/share/python3/runtime.d/libglib2.0-dev-bin.rtupdate

7 lines
173 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
py3clean -p libglib2.0-dev-bin /usr/share/glib-2.0/codegen
py3compile -p libglib2.0-dev-bin /usr/share/glib-2.0/codegen
fi