summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.conf.ubuntu.12
blob: cae7ccc9b39ef7d85cb1909f5bbd6d9d18c2e2bb (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
28
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="	
	kdm
	kde-workspace-kgreet-plugins
"
REQUIRED_CONTENT_PACKAGES="	
	kdm
	kde-workspace-kgreet-plugins
	libicu48
	libxcursor1
	libxrandr2
	libxfixes3
	libxinerama1
	libxi6
"
REQUIRED_DIRECTORIES+="
	/usr/lib
	/etc/pam.d
	/etc/logrotate.d
	/etc/insserv.conf.d
	/etc/kde4/kdm
"
# non-standard vars
REQUIRED_SYSTEM_FILES+="
	/usr/share/kde4/apps/kdm/pics/shutdown.png
	/usr/share/icons/default/index.theme
"