From bbf39bd59f31084d499c2cdd064274093b39dad8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 9 Apr 2010 23:56:28 +0200 Subject: added dependency based system to run defined tasks --- tasks/cleanup.task.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tasks/cleanup.task.sh (limited to 'tasks/cleanup.task.sh') diff --git a/tasks/cleanup.task.sh b/tasks/cleanup.task.sh new file mode 100644 index 0000000..1f25878 --- /dev/null +++ b/tasks/cleanup.task.sh @@ -0,0 +1,6 @@ +cleanup() { + # make sure all bindmounts have been umounted + echo " Umount temporary (bind)mounts" + destroyBindmounts + touch /tmp/.broot.exit +} -- cgit v1.2.3-55-g7522