File: python-support.rtupdate

package info (click to toggle)
python-support 0.8.4lenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 56
  • sloc: python: 515; perl: 250; sh: 22; makefile: 11
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