From: martin f. krafft Date: Tue, 27 Jun 2017 10:38:51 +0000 (+0200) Subject: run update hooks post-pull & clone X-Git-Url: https://git.madduck.net/etc/systemd.git/commitdiff_plain/bdbf49670b7878e8c0170681025250130d940f5f run update hooks post-pull & clone --- diff --git a/.config/vcsh/hooks-available/systemd.post-run+enter b/.config/vcsh/hooks-available/systemd.update similarity index 100% rename from .config/vcsh/hooks-available/systemd.post-run+enter rename to .config/vcsh/hooks-available/systemd.update diff --git a/.config/vcsh/hooks-enabled/post-enter.systemd b/.config/vcsh/hooks-enabled/post-enter.systemd deleted file mode 120000 index 330b0eb..0000000 --- a/.config/vcsh/hooks-enabled/post-enter.systemd +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/systemd.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/post-run.systemd b/.config/vcsh/hooks-enabled/post-run.systemd deleted file mode 120000 index 330b0eb..0000000 --- a/.config/vcsh/hooks-enabled/post-run.systemd +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/systemd.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/systemd.post-clone b/.config/vcsh/hooks-enabled/systemd.post-clone new file mode 120000 index 0000000..42a0410 --- /dev/null +++ b/.config/vcsh/hooks-enabled/systemd.post-clone @@ -0,0 +1 @@ +../hooks-available/systemd.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/systemd.post-enter b/.config/vcsh/hooks-enabled/systemd.post-enter new file mode 120000 index 0000000..42a0410 --- /dev/null +++ b/.config/vcsh/hooks-enabled/systemd.post-enter @@ -0,0 +1 @@ +../hooks-available/systemd.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/systemd.post-pull b/.config/vcsh/hooks-enabled/systemd.post-pull new file mode 120000 index 0000000..42a0410 --- /dev/null +++ b/.config/vcsh/hooks-enabled/systemd.post-pull @@ -0,0 +1 @@ +../hooks-available/systemd.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/systemd.post-run b/.config/vcsh/hooks-enabled/systemd.post-run new file mode 120000 index 0000000..42a0410 --- /dev/null +++ b/.config/vcsh/hooks-enabled/systemd.post-run @@ -0,0 +1 @@ +../hooks-available/systemd.update \ No newline at end of file diff --git a/.gitignore.d/systemd b/.gitignore.d/systemd index 2746922..99992b6 100644 --- a/.gitignore.d/systemd +++ b/.gitignore.d/systemd @@ -5,9 +5,11 @@ !/.config/systemd/user/.gitignore !/.config/vcsh !/.config/vcsh/hooks-available -!/.config/vcsh/hooks-available/systemd.post-run+enter +!/.config/vcsh/hooks-available/systemd.update !/.config/vcsh/hooks-enabled -!/.config/vcsh/hooks-enabled/post-enter.systemd -!/.config/vcsh/hooks-enabled/post-run.systemd +!/.config/vcsh/hooks-enabled/clone.post-systemd +!/.config/vcsh/hooks-enabled/enter.post-systemd +!/.config/vcsh/hooks-enabled/pull.post-systemd +!/.config/vcsh/hooks-enabled/run.post-systemd !/.gitignore.d !/.gitignore.d/systemd