diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-25 20:53:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-25 20:53:02 -0400 |
commit | b4b7c0996c73291b34f0566f74ad2513c44a6371 (patch) | |
tree | e1c15d4975fb7b813b044ee943b93b373a5c2352 /pre-install.d/10packagelist | |
parent | da1632bd6dca9b3ba46ab74809e409a74dd99a24 (diff) |
Keep track of what packages change state during an installation, and include that in the commit message at the end.
Diffstat (limited to 'pre-install.d/10packagelist')
-rwxr-xr-x | pre-install.d/10packagelist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pre-install.d/10packagelist b/pre-install.d/10packagelist new file mode 100755 index 0000000..f83acee --- /dev/null +++ b/pre-install.d/10packagelist @@ -0,0 +1,3 @@ +#!/bin/sh +# This list will be later used when committing. +etckeeper list-installed > /var/cache/etckeeper/packagelist.pre-install |