summarylogtreecommitdiffstats
path: root/sonarr.install
diff options
context:
space:
mode:
Diffstat (limited to 'sonarr.install')
-rw-r--r--sonarr.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/sonarr.install b/sonarr.install
deleted file mode 100644
index c0026f8d950b..000000000000
--- a/sonarr.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- if [[ ! -f /var/lib/sonarr/config.xml ]]; then
- if [[ -f /var/lib/nzbdrone/config.xml ]]; then
- echo "Previous installation of nzbdrone detected, copying to sonarr."
- cp /var/lib/nzbdrone/* /var/lib/sonarr
- fi
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-