OBS-URL: https://build.opensuse.org/request/show/850099 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-dovecot-image?expand=0&rev=1
15 lines
337 B
Bash
15 lines
337 B
Bash
#!/bin/sh
|
|
|
|
#======================================
|
|
# Functions...
|
|
#--------------------------------------
|
|
test -f /.profile && . /.profile
|
|
|
|
#======================================
|
|
# Greeting...
|
|
#--------------------------------------
|
|
echo "Configure image: [$kiwi_iname]..."
|
|
|
|
# remove default configuration files
|
|
rm -rf /etc/dovecot/*
|