diff options
Diffstat (limited to 'etc-post-apt')
-rw-r--r-- | etc-post-apt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc-post-apt b/etc-post-apt new file mode 100644 index 0000000..a5aa9e5 --- /dev/null +++ b/etc-post-apt @@ -0,0 +1,4 @@ +#!/bin/sh +# Intended to be an apt DPkg::Post-Invoke hook. Runs +# /etc/etckeeper/post-apt.d/* hooks, which can be used to +# add new files, and commit the changes. |