summarylogtreecommitdiffstats
path: root/camlistore.install
blob: 4c67faa773505abee9b000ab9be3d6c4149e1c27 (plain)
1
2
3
4
5
6
7
8
post_install() {
  post_upgrade
}

post_upgrade() {
  getent passwd camlistore > /dev/null || useradd -g daemon -b '/var/lib' -m -s /bin/bash camlistore
  chown -R camlistore:daemon /var/lib/camlistore
}