summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/22-rm_cron_atop.chroot
blob: 7f77e1f7add77e5bc9b7630940318393bbf09eba (plain)
1
2
3
4
5
6
#!/bin/sh

if [ -f /etc/cron.d/atop ]; then
  rm -f /etc/cron.d/atop
fi