File: auth2db.config

package info (click to toggle)
auth2db 0.2.5-2%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,508 kB
  • ctags: 1,090
  • sloc: python: 2,280; php: 2,161; sh: 174; sql: 157; makefile: 81
file content (13 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e
if [ -f /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
fi

if [ "$1" = "configure" ]; then
        db_input high auth2db/activate_alerts || true
        db_go
fi

#DEBHELPER#