From: martin f. krafft Date: Fri, 1 Nov 2019 11:09:13 +0000 (+1300) Subject: remove outdated/wrong vcsh hook X-Git-Url: https://git.madduck.net/etc/systemd.git/commitdiff_plain/948be50fe2825de09e01d3a78eaf132e0c2d6d10 remove outdated/wrong vcsh hook --- diff --git a/.config/vcsh/hooks-available/systemd.update b/.config/vcsh/hooks-available/systemd.update deleted file mode 100755 index fb09002..0000000 --- a/.config/vcsh/hooks-available/systemd.update +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -cd ~/.config/systemd/user -git ls-files . | while read s; do - s=${s##*/} - echo Enabling systemd user service $s … - systemctl --user enable $s - systemctl --user start $s -done diff --git a/.config/vcsh/hooks-enabled/systemd.post-clone b/.config/vcsh/hooks-enabled/systemd.post-clone deleted file mode 120000 index 42a0410..0000000 --- a/.config/vcsh/hooks-enabled/systemd.post-clone +++ /dev/null @@ -1 +0,0 @@ -../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 deleted file mode 120000 index 42a0410..0000000 --- a/.config/vcsh/hooks-enabled/systemd.post-enter +++ /dev/null @@ -1 +0,0 @@ -../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 deleted file mode 120000 index 42a0410..0000000 --- a/.config/vcsh/hooks-enabled/systemd.post-pull +++ /dev/null @@ -1 +0,0 @@ -../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 deleted file mode 120000 index 42a0410..0000000 --- a/.config/vcsh/hooks-enabled/systemd.post-run +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/systemd.update \ No newline at end of file