File: postinst

package info (click to toggle)
piuparts 0.31
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 272 kB
  • ctags: 330
  • sloc: python: 2,536; makefile: 74; sh: 6
file content (7 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  update-python-modules -i piuparts
fi