AlkantarClanX12
| Current Path : /var/lib/dpkg/info/ |
| Current File : /var/lib/dpkg/info/postfix-mysql.preinst |
#! /bin/sh
# preinst script for #PACKAGE#
#
# see: dh_installdeb(1)
set -e
. /usr/share/postfix/postinst.functions
case "$1" in
upgrade|abort-upgrade)
# Needed to fix installs broken in the last upload
addmap mysql
;;
install)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 0
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0