ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/update-inetd.postinst

12 lines
170 B
Bash
Executable File

#! /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