diff options
author | toni <matzeton@googlemail.com> | 2015-11-19 09:35:45 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-11-19 09:35:45 +0100 |
commit | c67ee5ec195a04e9b9e0821d4c45d3a526af1d09 (patch) | |
tree | 600cc667a8f97713b98f9b0e98f9e680c08d8d8e /debian | |
parent | 598ac27635ab47d9b07f61700dfa0c098e84eadc (diff) |
nask_update returns not 0
Diffstat (limited to 'debian')
-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 |