summarylogtreecommitdiffstats
path: root/plex-email.install
blob: dbdcf262a8a21a25ae3c9cef8543c79872e6196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
	echo "#################################################"
	echo "#                                               #"
	echo "# Don't forget to update the plex-email config  #"
	echo "# file in /opt/plex-email/config.conf           #"
	echo "#                                               #"
	echo "# To enable plex-email enable plex-email.timer  #"
	echo "#                                               #"
	echo "#################################################"
}

post_upgrade() {
	post_install
}

post_remove() {
}