diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 039c4c0..834b069 100644 --- a/debian/postinst +++ b/debian/postinst @@ -72,4 +72,7 @@ configure) fi done fi + + # prints error and exits nonzero if the ignore file cannot be updated + etckeeper update-ignore || true esac |