mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 19:18:05 +02:00
Install a configuration file
This should be used to set the storage type.
This commit is contained in:
parent
c738aa334d
commit
96b444ed3e
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ polkit_in_files = net.reactivated.fprint.device.policy.in
|
|||
@INTLTOOL_POLICY_RULE@
|
||||
polkit_DATA = $(polkit_in_files:.policy.in=.policy)
|
||||
|
||||
confdir = $(sysconfdir)/
|
||||
conf_DATA = fprintd.conf
|
||||
|
||||
check:
|
||||
$(POLKIT_POLICY_FILE_VALIDATE) $(polkit_DATA)
|
||||
|
||||
|
|
|
|||
2
data/fprintd.conf
Normal file
2
data/fprintd.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[storage]
|
||||
type=file
|
||||
Loading…
Add table
Reference in a new issue