From cbc416a25d57f5541531186b402d8df9400de179 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 25 Feb 2019 15:40:41 +0100 Subject: bareos new --- bareos/bareos-filedaemon.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bareos/bareos-filedaemon.install (limited to 'bareos/bareos-filedaemon.install') diff --git a/bareos/bareos-filedaemon.install b/bareos/bareos-filedaemon.install new file mode 100644 index 00000000..bfd1ca0f --- /dev/null +++ b/bareos/bareos-filedaemon.install @@ -0,0 +1,9 @@ +## arg 1: the new package version +post_install() { + /usr/lib/bareos/scripts/bareos-config initialize_local_hostname + /usr/lib/bareos/scripts/bareos-config initialize_passwords +} + +post_upgrade() { + post_install +} -- cgit v1.2.3-54-g00ecf