synOTR/Pack/scripts/preuninst

11 lines
157 B
Bash

#!/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