diff options
author | Alan Pearce | 2016-07-04 08:47:53 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-04 08:47:53 +0200 |
commit | 30cbc184e6908c77de8982041238db3a5f6e86d4 (patch) | |
tree | 985eac036992d5a734a5d17e249f1b6bd20f45a0 /hooks/pre-up | |
parent | 7b7ea853f81e5574a187e2dab975795b28a8f402 (diff) | |
download | nixfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.tar.lz nixfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.tar.zst nixfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.zip |
Remove unused pre-up hooks
Diffstat (limited to 'hooks/pre-up')
-rwxr-xr-x | hooks/pre-up/emacs | 8 | ||||
-rwxr-xr-x | hooks/pre-up/submodules | 5 |
2 files changed, 0 insertions, 13 deletions
diff --git a/hooks/pre-up/emacs b/hooks/pre-up/emacs deleted file mode 100755 index 01ca2793..00000000 --- a/hooks/pre-up/emacs +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env zsh - -# Remove broken elisp symlink from old versions -elisp="$HOME/.emacs.d/elisp" -if [[ -L "$elisp" && ! -e "$elisp" ]] -then - rm $elisp -fi diff --git a/hooks/pre-up/submodules b/hooks/pre-up/submodules deleted file mode 100755 index ae4f42fd..00000000 --- a/hooks/pre-up/submodules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env zsh -echo $0:h:h:h -pushd $0:h:h:h -git submodule update --init -popd \ No newline at end of file |