summarylogtreecommitdiffstats
path: root/colord.install
blob: cce1cd9d5d7befb43d2fc108b3c80254657004bc (plain)
1
2
3
4
5
6
7
8
post_install() {
  getent group colord >/dev/null || groupadd -g 124 colord
  getent passwd colord >/dev/null || useradd -d /var/lib/colord -u 124 -g colord -s /bin/false colord
}

post_upgrade() {
  post_install
}