#! /bin/sh set -e THISDB=sqlite3 if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_version 2.0 fi if [ -f "/usr/share/dbconfig-common/dpkg/postrm.$THISDB" ]; then . "/usr/share/dbconfig-common/dpkg/postrm.$THISDB" dbc_go "bacula-director-$THISDB" "$@" fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installdeb/13.24.2 dpkg-maintscript-helper symlink_to_dir /usr/share/doc/bacula-director-sqlite3 bacula-common 9.4.0-1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/bacula/scripts/make_catalog_backup_awk 9.4.4-1\~ -- "$@" # End automatically added section # Automatically added by dh_installdebconf/13.24.2 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section exit 0