summarylogtreecommitdiffstats
path: root/searx.install
blob: 4d15bed5edefb303082bfc5e4eba61f2f0e738fc (plain)
1
2
3
4
5
6
7
8
post_install() {
  getent passwd searx >/dev/null || useradd -r searx
  echo "Settings are at /etc/searx/settings.yml"	
}

post_upgrade() {
  post_install
}