Update file run_onchange_after_19-theme-files.tmpl

This commit is contained in:
Brian Zalewski 2023-01-10 08:43:16 +00:00
parent c943b5a53e
commit 1c5704c70f

View file

@ -10,7 +10,7 @@ for ITEM_TO_BE_REMOVED in "/usr/share/backgrounds/images" "/usr/share/background
sudo rm -rf "$ITEM_TO_BE_REMOVED" sudo rm -rf "$ITEM_TO_BE_REMOVED"
logg success "Removed $ITEM_TO_BE_REMOVED" logg success "Removed $ITEM_TO_BE_REMOVED"
fi fi
fi done
### Ensure /usr/local/share exists ### Ensure /usr/local/share exists
if [ ! -d /usr/local/share ]; then if [ ! -d /usr/local/share ]; then