summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.conf.debian
blob: 5684a50446c444bb1f5b1578723075b1b3356063 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REQUIRED_INSTALLED_PACKAGES="
	libmozjs185-1.0
	policykit-1
"
REQUIRED_CONTENT_PACKAGES="
	libmozjs185-1.0
	policykit-1
"
REQUIRED_DIRECTORIES+="
	/usr/lib/policykit-1
	/usr/lib/${ARCH_TRIPLET}/polkit-1
	/var/lib/polkit-1
"
# Module specific: Root of dirstructs we need directly from system
REQUIRED_DIR_STRUCT="
	/var/lib/polkit-1
	/etc/polkit-1
"