Update file run_onchange_after_70-misc-bug-fixes.tmpl

This commit is contained in:
Brian Zalewski 2023-01-12 07:14:57 +00:00
parent 56cbb7e535
commit 6608110011

View file

@ -21,7 +21,7 @@ fi
### Merge latest Candy icons into the Betelgeuse icon theme ### Merge latest Candy icons into the Betelgeuse icon theme
if command -v rsync > /dev/null; then if command -v rsync > /dev/null; then
if [ -d "$HOME/.local/src/candy-icons" ] && [ -d "/usr/local/share/icons/{{ .theme }}" ]; then if [ -d "$HOME/.local/src/candy-icons" ] && [ -d "/usr/local/share/icons/{{ .theme }}" ]; then
rsync -rtvu "$HOME/.local/src/candy-icons/" "/usr/local/share/icons/{{ .theme }}/" sudo rsync -rtvu "$HOME/.local/src/candy-icons/" "/usr/local/share/icons/{{ .theme }}/"
else else
logg warn 'Skipping synchronization of Candy icons since either the target or destination folder is not present' logg warn 'Skipping synchronization of Candy icons since either the target or destination folder is not present'
fi fi