summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-07-04 08:47:53 +0200
committerAlan Pearce2016-07-04 08:47:53 +0200
commit30cbc184e6908c77de8982041238db3a5f6e86d4 (patch)
tree985eac036992d5a734a5d17e249f1b6bd20f45a0
parent7b7ea853f81e5574a187e2dab975795b28a8f402 (diff)
downloaddotfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.tar.lz
dotfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.tar.zst
dotfiles-30cbc184e6908c77de8982041238db3a5f6e86d4.zip
Remove unused pre-up hooks
-rwxr-xr-xhooks/pre-up/emacs8
-rwxr-xr-xhooks/pre-up/submodules5
2 files changed, 0 insertions, 13 deletions
diff --git a/hooks/pre-up/emacs b/hooks/pre-up/emacs
deleted file mode 100755
index 01ca279..0000000
--- 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 ae4f42f..0000000
--- 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