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

post_upgrade() {
  systemd-sysusers cpcache.conf
  chown -R cpcache:cpcache "/var/cache/cpcache"
  chown -R cpcache:cpcache "/usr/share/cpcache"
}