summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-12-06 11:09:49 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-12-06 11:09:49 +0100
commit0d1416257df38f0dcd62b2cd4ec2c91eb87a2260 (patch)
tree9cfeca7ba7aa3997d70a20d4e245e2b978152b7d /ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
parent7971a216ffb39774a606f62250213d634418bd17 (diff)
parent3f6c8810956e8e919d98299132e4482132314dd6 (diff)
downloadtde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.tar.gz
tde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
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"