Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 61aab9c242f0a28c996a576fa675d562 > files > 77

dovecot-pigeonhole-2.2.34-1.mga6.armv5tl.rpm

#!/bin/sh

SRCDIR="${1:-`pwd`}"
RUNDIR="${2:-/usr/local/var/run/dovecot}"
PKGSYSCONFDIR="${3:-/usr/local/etc/dovecot}"
PKGLIBEXECDIR="${4:-/usr/local/libexec/dovecot}"

sed -e "/^@INCLUDE:global-options@$/{
		r ${SRCDIR}/global-options.inc
		d
	}" \
	-e "/^@INCLUDE:global-options-formatter@$/{
		r ${SRCDIR}/global-options-formatter.inc
		d
	}" \
	-e "/^@INCLUDE:option-A@$/{
		r ${SRCDIR}/option-A.inc
		d
	}" \
	-e "/^@INCLUDE:option-S-socket@$/{
		r ${SRCDIR}/option-S-socket.inc
		d
	}" \
	-e "/^@INCLUDE:option-u-user@$/{
		r ${SRCDIR}/option-u-user.inc
		d
	}" \
	-e "/^@INCLUDE:reporting-bugs@$/{
		r ${SRCDIR}/reporting-bugs.inc
		d
	}" | sed -e "s|@pkgsysconfdir@|${PKGSYSCONFDIR}|" \
	-e "s|@rundir@|${RUNDIR}|" \
	-e "s|@pkglibexecdir@|${PKGLIBEXECDIR}|"