summarylogtreecommitdiffstats
path: root/mylar.install
blob: ed81c7767059c12b744f30b2982a3cb20a1200e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  systemd-sysusers mylar.conf

  chown -R mylar: /var/lib/mylar
  chown -R mylar /etc/mylar

  echo <<EOF
mylar requires a ComicVine API key to really function
Input the API key using the web interface
Config file is at /etc/mylar/config.ini and data is stored in /var/lib/mylar
No executable, use the systemd unit (# systemd start mylar)
See https://github.com/evilhero/mylar for more info on configuring it.
EOF
}