summaryrefslogtreecommitdiffstats
path: root/packaging/debian/logray.config
blob: 12dca56d4d81cb40f9025332db26b5b259dad124 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

. /usr/share/debconf/confmodule

db_input high logray/install-setuid || true
db_go

exit 0