virtual-appliance/appliances/gnome/Makefile
2015-10-28 12:24:53 +00:00

13 lines
217 B
Makefile

preinstall: custom.conf
mkdir -p "$(CHROOT)"/etc/gdm
cp custom.conf "$(CHROOT)"/etc/gdm/custom.conf
postinstall:
$(inroot) systemctl enable gdm.service
$(inroot) systemctl enable avahi-daemon.service
clean: