summaryrefslogtreecommitdiff
path: root/etc-post-apt
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 14:06:26 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 14:06:26 -0500
commit7f14287648289acadc203a37afddb777abfaa237 (patch)
tree42889439a56f6fc3f8db68a35812c94b7a0d8a1f /etc-post-apt
stub programs
Diffstat (limited to 'etc-post-apt')
-rw-r--r--etc-post-apt4
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.