summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.conf
blob: b86e1a5c6fe6a7648d1329aceb5fca5be47b51ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
REQUIRED_DIRECTORIES="
	/etc/pam.d
	/etc/polkit-1
	/usr/bin 
	/usr/share/polkit-1
"
REQUIRED_FILES="
	/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service
	/etc/systemd/system/polkit.service
"
#REQUIRED_LIBRARIES="libmozjs185"