X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=b5215285c87acf832970271cbeb8d9d59e36d629;hb=7e81c28455626dda2519fec5b976fd41bedad872;hp=f821f40ed00cc879ddc3bb9f31ef415b0868632d;hpb=d1e174344cb2d8d3681cd3c3d6dfe0c70d60da20;p=onak.git diff --git a/debian/postinst b/debian/postinst index f821f40..b521528 100644 --- a/debian/postinst +++ b/debian/postinst @@ -14,8 +14,9 @@ if [ "$1" = "configure" ]; then zcat /usr/share/doc/onak/noodles.key | onak -b add fi - # Take ownership of the database directory + # Take ownership of the database and spool directory chown -R onak /var/lib/onak + chown -R onak /var/spool/onak # Create our logfile touch /var/log/onak.log