mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Install a configuration file
This should be used to set the storage type.
This commit is contained in:
committed by
Daniel Drake
parent
c738aa334d
commit
96b444ed3e
@ -15,6 +15,9 @@ polkit_in_files = net.reactivated.fprint.device.policy.in
|
|||||||
@INTLTOOL_POLICY_RULE@
|
@INTLTOOL_POLICY_RULE@
|
||||||
polkit_DATA = $(polkit_in_files:.policy.in=.policy)
|
polkit_DATA = $(polkit_in_files:.policy.in=.policy)
|
||||||
|
|
||||||
|
confdir = $(sysconfdir)/
|
||||||
|
conf_DATA = fprintd.conf
|
||||||
|
|
||||||
check:
|
check:
|
||||||
$(POLKIT_POLICY_FILE_VALIDATE) $(polkit_DATA)
|
$(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
|
||||||
Reference in New Issue
Block a user