summarylogtreecommitdiffstats
path: root/lazylibrarian.install
blob: 1286b8d9492315070b6bb32a05cb625a504acc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo -e "\n  Read the .service file if you encounter any edge cases"
  echo -e "\n  1. Do not store your media directory or download directory in /home"
  echo -e "  2. LXC users override the service with PrivateUsers=false"
  echo -e "  3. This package now comes with a shared group 'media'"
  echo -e "     Override if necessary."
  echo -e "\n  Overriding is done with \`systemctl edit lazylibrarian\`\n"
}

post_upgrade() {
  post_install "${1}"
}