File: python-support.rtupdate

package info (click to toggle)
python-support 1.0.15
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 244 kB
  • ctags: 130
  • sloc: python: 732; perl: 249; sh: 31; makefile: 19
file content (6 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#! /bin/sh
set -e

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