Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 0bd75b67fbef0294fcaf477ba347e30e > files > 57

dovecot-pigeonhole-2.2.13-5.6.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}|"