File: update-inetd.postinst

package info (click to toggle)
update-inetd 4.51
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: perl: 1,113; makefile: 7; 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#