File: postinst

package info (click to toggle)
libapache2-mod-auth-pubtkt 0.7-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: ansic: 993; perl: 245; php: 198; sh: 109; makefile: 29
file content (6 lines) | stat: -rwxr-xr-x 95 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
	a2enmod auth_pubtkt || exit 0
fi
#DEBHELPER#