summarylogtreecommitdiffstats
path: root/popcorntime-ce.install
blob: c9556a82a6f8b6b997063a6e4fd1264970c26ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	update-desktop-database -q
	echo
	echo "WARNING: Popcorn Time 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
}