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

post_upgrade() {
  systemd-sysusers cpcache.conf
}