diff options
-rwxr-xr-x | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 4e658c3..085db60 100755 --- a/debian/postinst +++ b/debian/postinst @@ -11,7 +11,7 @@ set -e case "$1" in configure) - nask_update + nask_update || true db_input high naskpass/activate || true db_go db_get naskpass/activate |