summaryrefslogtreecommitdiff
path: root/app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron')
-rw-r--r--app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron7
1 files changed, 0 insertions, 7 deletions
diff --git a/app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron b/app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron
deleted file mode 100644
index d0a0fb54b106..000000000000
--- a/app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -e
-
-# mimicking behaviour of podman-auto-update.service
-if [ -x /usr/bin/podman ]; then
- /usr/bin/podman auto-update && /usr/bin/podman image prune -f
-fi