summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile')
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
index f0e466b3f..6552ca238 100644
--- a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
@@ -6,6 +6,7 @@ EMBLEMS=$(wildcard emblems/*png emblems/*icon)
SPLASH=$(wildcard splash/*.png)
PIXMAPS=$(wildcard pixmaps/*.png)
DESKTOPFILES=$(wildcard *.desktop)
+SKELETON_DIR = $(DESTDIR)/etc/skel
all:
# make -C usplash/moreblue-orbit
@@ -71,4 +72,8 @@ install:
# GNOME background descriptor
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties
$(INSTALL) gnome-backgrounds.xml $(DESTDIR)/usr/share/gnome-background-properties/debian.xml
+ # Compositor control files
+ mkdir -p "$(SKELETON_DIR)"
+ $(INSTALL) kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+ $(INSTALL) kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"