File: postinst

package info (click to toggle)
python-support 0.5.6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 84
  • sloc: python: 434; perl: 212; sh: 20; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
  update-python-modules -b python-support.dirs
fi