add peppermint wallpapers to the gnome-flashback build
This commit is contained in:
parent
5f97a099a2
commit
f55baed7fc
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 538 KiB |
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
Binary file not shown.
After Width: | Height: | Size: 321 KiB |
|
@ -1,3 +1,3 @@
|
||||||
#deb http://repo.peppermintos.com/packages daedalus main contrib non-free
|
deb http://repo.peppermintos.com/packages daedalus main contrib non-free
|
||||||
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free
|
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#deb http://repo.peppermintos.com/packages daedalus main contrib non-free
|
deb http://repo.peppermintos.com/packages daedalus main contrib non-free
|
||||||
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free
|
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free
|
||||||
|
|
||||||
|
|
|
@ -448,7 +448,7 @@ def gnome_flahsbak_configs():
|
||||||
|
|
||||||
logger.info("Copy Gnome Flashback configs")
|
logger.info("Copy Gnome Flashback configs")
|
||||||
src_gnomef = '/gnome-flashback'
|
src_gnomef = '/gnome-flashback'
|
||||||
des_gnomef = '/etc/skel/.config'
|
des_gnomef = '/etc/skel/'
|
||||||
logger.info("INFO: Copying - " + HOME_FOLDER + src_gnomef)
|
logger.info("INFO: Copying - " + HOME_FOLDER + src_gnomef)
|
||||||
shutil.copytree(HOME_FOLDER + src_gnomef,
|
shutil.copytree(HOME_FOLDER + src_gnomef,
|
||||||
HOME_FOLDER + WPCHROOT + des_gnomef,
|
HOME_FOLDER + WPCHROOT + des_gnomef,
|
||||||
|
|
Loading…
Reference in New Issue