#!/bin/sh

if [ -x /usr/sbin/autopostgresqlbackup ]; then
	/usr/sbin/autopostgresqlbackup
fi

