summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.conf.fedora
blob: e9974306b1bed8119d30f5f09a34c69b101f6357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
				kdm
				kgreeter-plugins
				oxygen-icon-theme
"
REQUIRED_CONTENT_PACKAGES="
				kdm
				kgreeter-plugins
"
REQUIRED_BINARIES=""
REQUIRED_DIRECTORIES="
			/usr/bin
			/usr/share/kde4/services
			/usr/$LIB64/kde4
			/usr/libexec/kde4
"
REQUIRED_FILES=""
REQUIRED_LIBRARIES=""
#non-standard vars
REQUIRED_SYSTEM_FILES="
	/usr/share/icons/oxygen/16x16/actions/system-reboot.png
	/usr/share/icons/oxygen/16x16/actions/system-shutdown.png
	/usr/share/icons/oxygen/16x16/actions/dialog-cancel.png
	/usr/share/icons/oxygen/index.theme
"