From 975b347b7206a0e9caeeea8349e4765b4db654f9 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 16 Aug 2013 15:42:56 +0200 Subject: Pre-up, post-up, pre-down, and post-down hooks These are programs that, if they exist, will run before or after the syncronization/removal is run. Three use cases caused this: 1. The thoughtbot dotfiles will run a vundle installation set of commands after intitial synchronization. 2. I changed the location of `.bash_history` to `.bash/history` and wanted to move `.bash_history` to `.bash/history` after up to preserve existing history. 3. Moving from an existing old-style custom install script to `rcup` might require some cleanup; this happened in practice, and required a simple script. --- NEWS.md.in | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS.md.in') diff --git a/NEWS.md.in b/NEWS.md.in index 2934419..0e7c8df 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -6,6 +6,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low * Copy instead of symlink with -C. * Always copy the files listed in COPY_ALWAYS. * Show whether the file is a copy or symlink using lsrc -F. + * Add hooks for pre-up, post-up, pre-down, and post-down. -- Mike Burns Mon, 05 Aug 2013 16:43:33 +0200 -- cgit v1.2.3