gtk theme
parent
b3ea9a215a
commit
5bea147697
|
|
@ -45,3 +45,5 @@ rm -f /root/.fluxbox/lastwallpaper
|
||||||
# this doesn't matter as mksquashfs will handle duplicate files correctly
|
# this doesn't matter as mksquashfs will handle duplicate files correctly
|
||||||
find /usr/share/man -type l -name "*.gz" | xargs gunzip -f
|
find /usr/share/man -type l -name "*.gz" | xargs gunzip -f
|
||||||
find /usr/share/man -name "*.gz" | xargs gunzip
|
find /usr/share/man -name "*.gz" | xargs gunzip
|
||||||
|
|
||||||
|
rm -Rf /usr/share/icons/elementaryXubuntu-dark
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,12 @@ VERSION=1.3.5
|
||||||
# first install stock version
|
# first install stock version
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --no-install-recommends --yes $NAME feh compton
|
apt-get install --no-install-recommends --yes $NAME feh compton murrine-themes
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
|
chown -R guest.users /home/guest
|
||||||
|
|
||||||
savechanges /$NAME-stock.sb
|
savechanges /$NAME-stock.sb
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
include "/usr/share/themes/MurrinaChrome/gtk-2.0/gtkrc"
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
include "/usr/share/themes/MurrinaChrome/gtk-2.0/gtkrc"
|
||||||
Loading…
Reference in New Issue