Just delete the damn files you brigand.

This commit is contained in:
Brit Butler 2012-08-30 00:03:55 -04:00
parent ce43236a99
commit c5c66bdc42

View file

@ -50,7 +50,7 @@ If RAW is non-nil, write the content without wrapping it in the base template."
(let ((dest (truename prev)))
(if (equal prev dest)
(delete-file prev)
(cl-fad:delete-directory-and-files dest))))
(run-program "rm -R ~a" dest))))
(when (probe-file curr)
(update-symlink prev (truename curr)))
(update-symlink curr new-build)))))