summarylogtreecommitdiffstats
path: root/popcorntime-ce.install
blob: 156132729af4e3106df4186e3a747d17918436b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	update-desktop-database -q
	echo
	echo "WARNING: Popcorn Time CE streams movies from Torrents"
	echo "Downloading copyrighted material may be illegal in your country!"
	echo "Use at your own risk!"
	echo
}

post_upgrade() {
	post_install
}