diff --git a/deb-src/etc/cron.daily/tmp-garbage-job.sh b/deb-src/etc/cron.daily/tmp-garbage-job.sh deleted file mode 100644 index 8f180f9..0000000 --- a/deb-src/etc/cron.daily/tmp-garbage-job.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -set -e -for d in /home/*/Desktop/tmp; do - echo $d -done