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