diff options
author | Pieter Goetschalckx | 2016-08-10 11:26:05 +0200 |
---|---|---|
committer | Pieter Goetschalckx | 2016-08-10 11:26:05 +0200 |
commit | 65f8d3ad3d184fcf348457a4043f78de86088c70 (patch) | |
tree | 81a596054f45cd1b735e27c2e657f2bee090e948 /popcorntime.install | |
parent | 15eb232ed54452a272c79a7c0dbf0dbefa05a0d9 (diff) | |
download | packages-65f8d3ad3d184fcf348457a4043f78de86088c70.tar.gz packages-65f8d3ad3d184fcf348457a4043f78de86088c70.tar.bz2 packages-65f8d3ad3d184fcf348457a4043f78de86088c70.zip |
Remove .install file (handled by package hooks)
Diffstat (limited to 'popcorntime.install')
-rw-r--r-- | popcorntime.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/popcorntime.install b/popcorntime.install deleted file mode 100644 index 380b52e..0000000 --- a/popcorntime.install +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | post_install() { | ||
2 | update-desktop-database -q | ||
3 | echo | ||
4 | echo "WARNING: Popcorn Time streams movies from Torrents" | ||
5 | echo "Downloading copyrighted material may be illegal in your country!" | ||
6 | echo "Use at your own risk!" | ||
7 | echo | ||
8 | } | ||
9 | |||
10 | post_upgrade() { | ||
11 | post_install | ||
12 | } | ||
13 | |||
14 | # vim:set ts=2 sw=2 et: | ||