1#!/bin/sh 2 3set -e 4#set -x 5 6if [ -f /usr/share/debconf/confmodule ]; then 7 . /usr/share/debconf/confmodule 8fi 9 10invoke-rc.d univention-directory-listener restart 11 12. /usr/share/univention-lib/all.sh 13. /usr/share/univention-join/joinscripthelper.lib 14 15if [ "$1" = "remove" ]; then 16 call_unjoinscript 63univention-bareos-uninstall.uinst 17 joinscript_remove_script_from_status_file univention-bareos 18fi 19 20# dh_installdeb will replace this with shell code automatically 21# generated by other debhelper scripts. 22 23#DEBHELPER# 24 25exit 0 26