File: postinst

package info (click to toggle)
webmin-ldap-netgroups 0.17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 240 kB
  • ctags: 35
  • sloc: perl: 856; makefile: 65; sh: 15
file content (17 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
set -e

if [ "$1" != "upgrade" ]; then
        if [ "$1" = "configure" ]; then

#Not needed, according to lintian.
#		if [ -d /usr/doc -a ! -e /usr/doc/webmin-ldap-netgroups -a -d /usr/share/doc/webmin-ldap-netgroups ]; then
#			ln -sf ../share/doc/webmin-ldap-netgroups /usr/doc/webmin-ldap-netgroups
#	        fi

	/usr/sbin/update-webmin add ldap-netgroups;

 	fi
fi

#DEBHELPER#