summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 14:47:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 14:47:25 -0600
commitc791fcc686e7885d246b2e3c627b42de97b784b1 (patch)
treeeff3d16fb0d8bbb8a3971f330271617d157a9f22 /ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
parentc48b75a88aa6f424254156dbcc309ad7deb29da7 (diff)
downloadtde-packaging-c791fcc686e7885d246b2e3c627b42de97b784b1.tar.gz
tde-packaging-c791fcc686e7885d246b2e3c627b42de97b784b1.zip
Enable compositor by default on Debian
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"