summaryrefslogtreecommitdiff
path: root/post-install.d/50vcs-commit
blob: 581e310c0a038c23b1d2273c02426f8ebd25b0ec (plain)
1
2
3
4
5
6
#!/bin/sh
set -e

if etckeeper unclean; then
	etckeeper commit "committing changes after $HIGHLEVEL_PACKAGE_MANAGER run"
fi