summaryrefslogblamecommitdiffstats
path: root/core/modules/polkit/module.conf.debian
blob: d2dc3a5b83aee9d62032d9ff33e77c176ef77cd0 (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                              
                           



                            
                                    
                         
                                  






                                                                  
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES=""
#	libmozjs185-1.0
REQUIRED_CONTENT_PACKAGES="
	policykit-1
"
REQUIRED_DIRECTORIES+="
	/usr/lib/policykit-1
	/usr${ARCH_LIB_DIR}/polkit-1
	/var/lib/polkit-1
	/usr/share/dbus-1/system.d
"
# Module specific: Root of dirstructs we need directly from system
REQUIRED_DIR_STRUCT="
	/var/lib/polkit-1
	/etc/polkit-1
"