#!/bin/sh

test -r /etc/slbackup/slackup.conf || exit 0
test -x /usr/share/slbackup/slbackup-cron || exit 0
/usr/share/slbackup/slbackup-cron
