#!/bin/sh if [ "$pkgwizard_remove_cronjob" != "true" ]; then exit 0 fi # delete Cronjob for synOTR sed -i "/synOTR-start.sh/d" "/etc/crontab" exit 0