summarylogtreecommitdiffstats
path: root/searx.install
diff options
context:
space:
mode:
Diffstat (limited to 'searx.install')
-rw-r--r--searx.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/searx.install b/searx.install
deleted file mode 100644
index 189dbba0ccff..000000000000
--- a/searx.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- getent passwd searx >/dev/null || useradd -rb /usr/lib/python2.7/site-packages -s /usr/bin/nologin searx
- echo "Settings are at /etc/searx/settings.yml"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- echo "You may want to remove searx user"
-}