Skip to content
Snippets Groups Projects
Commit 00bc1fef authored by onlyjob's avatar onlyjob :sleeping:
Browse files

Do not leave cron job behind after package removal (Closes: #821815).

 Thanks, Andreas Beckmann.
parent c7ed032f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ case "$1" in
;;
remove|purge)
delgroup --quiet --system --only-if-empty rkt || true
rm -f /etc/cron.daily/rkt-gc || true
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment