File: update-inetd.postinst

package info (click to toggle)
update-inetd 4.54
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: perl: 1,114; makefile: 26; sh: 7
file content (11 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

# Abort if any command returns an error value
set -e

if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
	. /usr/share/debconf/confmodule
	db_capb
fi

#DEBHELPER#