Revert "Remove pane_content_files_cleanup function"

This reverts commit 7a8d90a27d.
pull/126/merge
Bruno Sutic 2017-05-30 06:11:41 +02:00
parent 7a8d90a27d
commit 573897cd71
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ pane_content_files_restore_from_archive() {
fi
}
pane_content_files_cleanup() {
rm "$(pane_contents_dir)"/*
}
# path helpers
resurrect_dir() {