3
# Abort if any command returns an error value
8
# This script is called as the last step of the installation of the
9
# package. All the package's files are in place, dpkg has already done
10
# its automatic conffile handling, and all the packages we depend of
11
# are already fully installed and configured.
19
# Tell ucf that the file in /usr/share/foo is the latest
20
# maintainer version, and let it handle how to manage the real
21
# confuguration file in /etc. This is how a static configuration
22
# file can be handled:
23
#ucf /usr/share/foo/configuration /etc/foo.conf
24
#ucfr foo /etc/foo.conf
27
*) echo "$0: didn't understand being called with \`$1'" 1>&2
33
echo "Postinst running ..."