7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#! /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 |