xrforge/manyfold/root/hook.d/inotify_DELETE,ISDIR/cleanup_package.sh

4 lines
88 B
Bash
Raw Permalink Normal View History

#!/bin/sh
test -f "$1".zip && rm "$1".zip
echo "[cleanup_package.sh] deleting $dir.zip"