summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpre-install.d/50uncommitted-changes8
1 files changed, 0 insertions, 8 deletions
diff --git a/pre-install.d/50uncommitted-changes b/pre-install.d/50uncommitted-changes
index 8c0d4d6..d06883d 100755
--- a/pre-install.d/50uncommitted-changes
+++ b/pre-install.d/50uncommitted-changes
@@ -1,14 +1,6 @@
#!/bin/sh
set -e
-status() {
- if [ "$VCS" = git ]; then
- git status
- elif [ "$VCS" = hg ]; then
- hg status
- fi
-}
-
if [ "$1" = "fail-debconf" ]; then
. /usr/share/debconf/confmodule
db_subst etckeeper/commit_failed VCS "$VCS"