summarylogtreecommitdiffstats
path: root/cpcache.install
blob: 3c9ac9364d0237747523be9f90e6bd268a929f93 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  systemd-sysusers cpcache.conf
  chown cpcache:cpcache "/var/lib/cpcache"
  mkdir -p /var/cache/cpcache/pkg/{core,extra,multilib,testing,community}/os/x86_64
  chown -R cpcache:cpcache "/var/cache/cpcache"
}

post_upgrade() {
  systemd-sysusers cpcache.conf
}