summarylogtreecommitdiffstats
path: root/sabnzbd.install
diff options
context:
space:
mode:
Diffstat (limited to 'sabnzbd.install')
-rw-r--r--sabnzbd.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/sabnzbd.install b/sabnzbd.install
deleted file mode 100644
index 9f07f5769a61..000000000000
--- a/sabnzbd.install
+++ /dev/null
@@ -1,9 +0,0 @@
-# Installation location of SABnzbd
-SABNZBD_DIR="/opt/sabnzbd" # should not be changed
-
-## arg 1: the old package version
-post_remove() {
- echo "==> There may be some files left in ${SABNZBD_DIR}."
-}
-
-# vim:set ts=2 sw=2 et: