summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.conf
blob: 276a5f303747a5b5f4c311d14249d1d705d06a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
REQUIRED_BINARIES=""
REQUIRED_FILES=""
REQUIRED_DIRECTORIES="
			/usr/bin
			/usr/share/dbus-1
			/usr/share/polkit-1
			/usr/share/kde4/services
			/etc/dbus-1
"
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
			/usr/share/icons/default.kde4/index.theme
"
# Ignore these libs even if output by ldd
REQUIRED_LDD_BLACKLIST="\|libQtWebKit\|libGL"