Path : /usr/share/python3/runtime.d/
File Upload :
Current File : //usr/share/python3/runtime.d/ubuntu-drivers-common.rtupdate

#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p ubuntu-drivers-common /usr/share/ubuntu-drivers-common
	py3compile -p ubuntu-drivers-common -V 3.2- /usr/share/ubuntu-drivers-common
fi