1 2 3 4 5 6 7 8
post_install() { getent passwd searx >/dev/null || useradd -r searx echo "Settings are at /usr/lib/python2.7/site-packages/searx/settings.yml" } post_upgrade() { post_install }