diff options
Diffstat (limited to 'testing/etckeeper/apk-commit_hook')
-rw-r--r-- | testing/etckeeper/apk-commit_hook | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/etckeeper/apk-commit_hook b/testing/etckeeper/apk-commit_hook deleted file mode 100644 index 6f0a4c043c..0000000000 --- a/testing/etckeeper/apk-commit_hook +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - - -[ -x /usr/bin/etckeeper ] || exit - -case "$1" in - pre-commit) - etckeeper pre-install - ;; - post-commit) - etckeeper post-install - ;; - - *) - echo "$0: Un-handled action: $1" - ;; -esac |