icon script fixes
This commit is contained in:
parent
4f0a76d669
commit
9521115452
@ -53,7 +53,7 @@ then
|
||||
cp -f $DIR/xfce-config/panel/* /etc/xdg/xfce4/panel/
|
||||
|
||||
#Copy in lightdm/light greeter settings
|
||||
cp -f $DIR/icons/icon-small-noback.png /etc/lightdm/
|
||||
cp -f $DIR/icons/icon-small-noback.png /etc/lightdm/icon.png
|
||||
cp -f $DIR/xfce-config/lightdm/* /etc/lightdm/
|
||||
|
||||
#Copy in wallpapers
|
||||
|
@ -100,7 +100,7 @@ chroot $outmnt passwd -d root
|
||||
echo -n PrawnOS-Alpha > $outmnt/etc/hostname
|
||||
cp -R $install_resources/ $outmnt/InstallResources/
|
||||
# and the icons for the lockscreen and app menu
|
||||
cp $build_resources/logo/icons/ $outmnt/InstallResources/
|
||||
cp -R $build_resources/logo/icons/ $outmnt/InstallResources/
|
||||
cp scripts/InstallScripts/* $outmnt/InstallResources/
|
||||
cp scripts/InstallScripts/InstallToInternal.sh $outmnt/
|
||||
chmod +x $outmnt/*.sh
|
||||
|
Loading…
Reference in New Issue
Block a user