File: liblemonldap-ng-manager-perl.postrm

package info (click to toggle)
lemonldap-ng 2.22.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 28,496 kB
  • sloc: perl: 82,472; javascript: 25,424; xml: 6,473; makefile: 1,327; sh: 492; sql: 159; python: 55; php: 26
file content (13 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

. /usr/share/debconf/confmodule

if [ "$1" == "configure" ]
then
	db_purge
fi

#DEBHELPER#
exit 0