diff options
author | Donald Webster | 2021-03-07 19:57:42 -0800 |
---|---|---|
committer | Donald Webster | 2021-03-07 19:57:42 -0800 |
commit | 805d3222ab1c554232d23ccd52921f83faa1ce8f (patch) | |
tree | efc3801a945fe2d2ce1a6cc0e916d3720e60b32d /tautulli.install | |
parent | 47b32b998bdc037c15ca4e4e111be537c8943c01 (diff) | |
download | aur-805d3222ab1c554232d23ccd52921f83faa1ce8f.tar.gz |
The old plexpy has been gone for ages, remove migration.
Diffstat (limited to 'tautulli.install')
-rw-r--r-- | tautulli.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tautulli.install b/tautulli.install index 090cc8033b8..2e0ab4d597b 100644 --- a/tautulli.install +++ b/tautulli.install @@ -1,12 +1,3 @@ -post_install() { - if [[ -d /var/lib/plexpy ]]; then - echo "To migrate your plexpy config and db, run the following commands:" - echo " sudo mv /var/lib/plexpy/* /var/lib/tautulli/" - echo " sudo sed 's#\/var\/lib\/plexpy#\/var\/lib\/tautulli#g' -i /var/lib/tautulli/config.ini" - echo " sudo chown -R tautulli: /var/lib/tautulli" - fi -} - # arg 1: the new package version # arg 2: the old package version post_upgrade() { |