f79cc8a353
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
14 lines
348 B
Makefile
14 lines
348 B
Makefile
|
|
preinstall:
|
|
|
|
postinstall: kdmrc kdm.start Xaccess knotifyrc
|
|
cp kdmrc Xaccess "$(CHROOT)"/usr/share/config/kdm
|
|
mkdir -p "$(CHROOT)"/etc/skel/.kde4/share/config
|
|
cp knotifyrc "$(CHROOT)"/etc/skel/.kde4/share/config/knotifyrc
|
|
cp kdm.start "$(CHROOT)"/etc/local.d/kdm.start
|
|
$(inroot) ln -nsf /etc/init.d/dbus /etc/runlevels/default/dbus
|
|
|
|
clean:
|
|
|
|
|