File: postinst

package info (click to toggle)
python-ldap 1.9.999.pre04-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 312 kB
  • ctags: 475
  • sloc: ansic: 2,973; python: 1,141; makefile: 84; sh: 4
file content (9 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#! /bin/sh
# postinst for python-ldap,
# written by Gregor Hoffleit <flight@debian.org>. Public Domain.

set -e

#DEBHELPER#

exit 0