Skip to content

Commit 1e80ef7

Browse files
committed
Core: sorted out pupulation of system resources - fontconfig settings and /root directory.
1 parent 18c3c66 commit 1e80ef7

File tree

18 files changed

+12
-1145
lines changed

18 files changed

+12
-1145
lines changed

Core/nextspace-core.spec

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ mkdir -p %{buildroot}/usr/NextSpace/etc
9292
/.hidden
9393
/Library
9494
/Users
95-
/root/Library
96-
/root/.config
97-
/root/.emacs.nextspace
98-
/root/.gtkrc-2.0
99-
/root/.zshrc.nextspace
10095
/etc/ld.so.conf.d/nextspace.conf
10196
/etc/profile.d/nextspace.sh
10297
/etc/skel
@@ -112,7 +107,6 @@ mkdir -p %{buildroot}/usr/NextSpace/etc
112107
/usr/share/icons/NextSpace
113108
/usr/share/plymouth/themes/nextspace
114109
/usr/share/plymouth/themes/plymouth-preview
115-
/usr/share/fontconfig/conf.avail
116110
/etc/dracut.conf.d/vboxvideo.conf
117111

118112
%files devel
@@ -131,14 +125,15 @@ tuned-adm profile desktop
131125
if [ ! "`plymouth-set-default-theme`" = "nextspace" ]; then
132126
plymouth-set-default-theme -R nextspace
133127
fi
134-
ln -s /usr/share/fontconfig/conf.avail/50-nextspace.conf /etc/fonts/conf.d/50-nextspace.conf
128+
# Populate /root directory
129+
cp -r /etc/skel/.config /root
130+
cp -r /etc/skel/Library /root
135131

136132
%preun
137133
if [ $1 -eq 0 ]; then
138134
# Package removal not upgrade
139135
useradd -D -b /home -s /bin/bash
140136
tuned-adm profile balanced
141-
rm /etc/fonts/conf.d/50-nextspace.conf
142137
fi
143138

144139
%changelog

Core/os_files/dot_hidden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dev
44
etc
55
home
66
lib
7+
lib32
8+
libx32
79
lib64
810
lost+found
911
media

Core/os_files/root/.config/gtk-3.0/settings.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

Core/os_files/root/.config/pulse/client.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

Core/os_files/root/.emacs.nextspace

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)