summaryrefslogtreecommitdiff
path: root/runtime/python-support.rtupdate
blob: 4f1b431ec6dfc9495a59eabb6178f16254f6b7bc (plain)
1
2
3
4
5
6
#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
  exec /usr/sbin/update-python-modules -a
fi