X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=c954775252a475f06c4914ca6583161b68330385;hb=edad848cbda141628e4318425c1b1be0953aca96;hp=b8fa63f5ec80dc5bffb5675ad548614db8e05d75;hpb=5417cdd421260e2263e165ec3cbefe8fea00551d;p=onak.git diff --git a/debian/postinst b/debian/postinst index b8fa63f..c954775 100644 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ if [ "$1" = "configure" ]; then if grep -q "^db_dir /var/lib/onak" /etc/onak.conf && grep -q "^db_backend db4" /etc/onak.conf && [ ! -e /var/lib/onak/num_keydb -a \ - -e /usr/share/doc/onak/noodles.key ]; then + -e /usr/share/doc/onak/noodles.key.gz ]; then zcat /usr/share/doc/onak/noodles.key | onak -b add fi