diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 14:06:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 14:06:26 -0500 |
commit | 7f14287648289acadc203a37afddb777abfaa237 (patch) | |
tree | 42889439a56f6fc3f8db68a35812c94b7a0d8a1f /etc-pre-apt |
stub programs
Diffstat (limited to 'etc-pre-apt')
-rw-r--r-- | etc-pre-apt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc-pre-apt b/etc-pre-apt new file mode 100644 index 0000000..01da221 --- /dev/null +++ b/etc-pre-apt @@ -0,0 +1,4 @@ +#!/bin/sh +# Intended to be an apt DPkg::Pre-Install-Pkgs hook. Runs +# /etc/etckeeper/pre-apt.d/* hooks, which can be used to check for +# uncommitted files in /etc, and so on, before apt runs. |