blob: 6daf3553d2c1301353b3fada020dc1a1724908c6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo -e "\n Read the .service file if you encounter any edge cases"
echo -e "\n 1. This package now comes with a shared group 'media'"
echo -e " Override if necessary."
echo -e "\n Overriding is done with \`systemctl edit jellyseerr\`\n"
}
post_upgrade() {
post_install "${1}"
}
|