summaryrefslogtreecommitdiffstats
path: root/core/modules/netpoint-lightdm/module.conf.opensuse.13.2
blob: c94ab48de094b09a5bb72838a407f082e90c87d0 (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
29
30
31
32
33
34
35
36
37
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	lightdm
	lightdm-gtk-greeter
	lightdm-gobject-devel
	typelib-1_0-LightDM-1
	liblightdm-gobject-1-0
	python-gobject
	icewm-lite
	icewm-default
	python-base
	python-gobject2
"

REQUIRED_CONTENT_PACKAGES="
	lightdm
	lightdm-gtk-greeter
	lightdm-gobject-devel
	typelib-1_0-LightDM-1
	liblightdm-gobject-1-0
	python-gobject
	icewm-lite
	icewm-default
	python-base
	python-gobject2
"

REQUIRED_BINARIES+="
	icewm
	lightdm
	python
	lightdm-gtk-greeter
"

REQUIRED_DIRECTORIES+="
	/usr/lib64/python2.7
"