Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 53d5dea4a115d94c533620239cca9da6 > files > 57

dovecot-pigeonhole-2.2.13-5.mga5.i586.rpm

#!/bin/sh

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

sed -e "/^@INCLUDE:reporting-bugs@$/{
		r ${SRCDIR}/reporting-bugs.inc
		d
	}" | sed -e "s|@pkgsysconfdir@|${PKGSYSCONFDIR}|" -e "s|@rundir@|${RUNDIR}|"