File: postinst

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 (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -e

if [ "$1" = "triggered" ]; then
    update-python-modules --post-install
    exit 0
fi

#DEBHELPER#

update-python-modules --post-install python-support.dirs