diff --git a/bin/myc-update b/bin/myc-update index 8ccae69..fc05979 100755 --- a/bin/myc-update +++ b/bin/myc-update @@ -139,4 +139,11 @@ for script in /etc/myc-update/post.d/*.sh; do done +if [[ -n "$(find /tmp -maxdepth 1 -type f -wholename /tmp/launch_opts-\* -ctime +3 -print -quit)" ]]; then + Wrap -d "Cleaning spurious /tmp/launch_opts-*" <