summaryrefslogtreecommitdiff
path: root/pcr/popcorntime/popcorntime.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-12 02:20:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-12 05:25:34 -0300
commit8441e0301defd60f1d9525ee630511040a3bb457 (patch)
treec1c71aded3a067b10bc05a18a4ea10ad4e1a3b0d /pcr/popcorntime/popcorntime.install
parent345b8c4070212e489cfc754155bc8dfea4db17b3 (diff)
downloadabslibre-8441e0301defd60f1d9525ee630511040a3bb457.tar.gz
abslibre-8441e0301defd60f1d9525ee630511040a3bb457.tar.bz2
abslibre-8441e0301defd60f1d9525ee630511040a3bb457.zip
popcorntime-0.3.7.2-1.1: replace ttf-font to ttf-liberation to solve font issue -> https://github.com/nwjs/nw.js/issues/1577#issuecomment-49963627
Diffstat (limited to 'pcr/popcorntime/popcorntime.install')
-rw-r--r--pcr/popcorntime/popcorntime.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/popcorntime/popcorntime.install b/pcr/popcorntime/popcorntime.install
deleted file mode 100644
index bd924b2be..000000000
--- a/pcr/popcorntime/popcorntime.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- 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!"
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: