Skip to content

Commit

Permalink
Remove xfce background images on live iso & install
Browse files Browse the repository at this point in the history
  • Loading branch information
Kungger-git committed Dec 7, 2021
1 parent 07c2b8c commit fa24d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archiso/airootfs/root/customize_airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ for cfg in "${rootconfig[@]}"; do if [[ -e "$skeldir/.config/$cfg" ]]; then cp -
IND_THEME="/usr/share/icons/default/index.theme"
echo "[Icon Theme]" > "$IND_THEME"
echo "Inherits=Zone" >> "$IND_THEME"

# Remove xfce background images
rm -rf /usr/share/backgrounds/xfce
1 change: 1 addition & 0 deletions archiso/airootfs/usr/local/bin/chrooted_post_install
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ _clean_target_system() {
/usr/local/bin/calinstall-debug
/usr/share/applications/xfce4-about.desktop
/usr/share/calamares
/usr/share/backgrounds/xfce
/{gpg.conf,gpg-agent.conf,pubring.gpg,secring.gpg}
/var/lib/NetworkManager/NetworkManager.state
)
Expand Down

0 comments on commit fa24d86

Please sign in to comment.