summarylogtreecommitdiffstats
path: root/get_iplayer.install
diff options
context:
space:
mode:
authorAlex Merry2017-05-07 10:59:12 +0100
committerAlex Merry2017-05-07 11:01:44 +0100
commitf4780b1b3bb2345cb6265a57d01b3384d66b53ad (patch)
tree61c071137783be604fdfeb113fe657e79cb1e818 /get_iplayer.install
parent48f192e824c27f865b707c576f530089906c1284 (diff)
downloadaur-f4780b1b3bb2345cb6265a57d01b3384d66b53ad.tar.gz
Update to 3.01
Diffstat (limited to 'get_iplayer.install')
-rw-r--r--get_iplayer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/get_iplayer.install b/get_iplayer.install
new file mode 100644
index 000000000000..c262e40ec0d9
--- /dev/null
+++ b/get_iplayer.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ if (( $(vercmp $2 3.00) < 0 )); then
+ echo 'You should consider doing a full cache rebuild:'
+ echo
+ echo ' get_iplayer --cache-rebuild --type=tv,radio'
+ echo
+ echo ' This may take 15 minutes or more. You can reduce this by filtering'
+ echo ' the channels that get_iplayer caches. See the get_iplayer'
+ echo ' documentation for more information.'
+ fi
+}