File: python-support.rtupdate

package info (click to toggle)
python-support 1.0.10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 232 kB
  • ctags: 125
  • sloc: python: 717; perl: 248; 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