summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.conf.ubuntu
blob: ff905b6320ce89134e3b9f98fd40006a426750bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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
"
# Module specific: Root of dirstructs we need directly from system
REQUIRED_DIR_STRUCT="
	/var/lib/polkit-1
	/etc/polkit-1
"