summaryrefslogtreecommitdiff
path: root/pkg/server/soledad-server.postinst
AgeCommit message (Collapse)Author
2017-10-26[pkg] Fix lintian errorVarac
Fix this lintian error: 00:14:29 W: soledad source: maintainer-script-lacks-debhelper-token debian/soledad-server.postinst 00:14:29 N: 00:14:29 N: This package is built using debhelper commands that may modify 00:14:29 N: maintainer scripts, but the maintainer scripts do not contain the 00:14:29 N: "#DEBHELPER#" token debhelper uses to modify them. 00:14:29 N: 00:14:29 N: Adding the token to the scripts is recommended. 00:14:29 N: 00:14:29 N: Severity: normal, Certainty: possible 00:14:29 N: 00:14:29 N: Check: debhelper, Type: source 00:14:29 N:
2017-09-14[pkg] use /var/lib/soledad as home directory for usersdrebs
The soledad-server debian package adds 2 users (soledad and soledad-admin), and was previously using /srv/leap as their home directories. As we are now using /var/lib/soledad for blobs, it also makes sense to have soledad users' home directories be set for /var/lib/soledad. This commit implements that.
2017-09-07[pkg] ensure that script's execution is aborted on errorsdrebs
Avoid the "maintainer-script-ignores-errors postinst" error.
2017-06-28[pkg] Add missing soledad-server.postinstVarac