Update file run_onchange_after_19-theme-files.tmpl

This commit is contained in:
Brian Zalewski 2023-01-12 10:37:01 +00:00
parent 6f78ce84a7
commit 304ffe1a20

View file

@ -32,12 +32,12 @@ else
logg warn '~/.local/src/betelgeuse/share is missing'
fi
### Flatten theme files (i.e. convert symlinks to regular files)
#if command -v squash-symlink > /dev/null; then
# logg info 'Converting all theme symlinks to equivalent regular files'
# sudo find /usr/local/share -type l -exec squash-symlink {} +
#else
# logg warn '`squash-symlink` is not a script in the PATH'
#fi
### Flatten GRUB theme files (i.e. convert symlinks to regular files)
if command -v squash-symlink > /dev/null; then
logg info 'Converting /usr/local/share/grub symlinks to equivalent regular files'
sudo find /usr/local/share/grub -type l -exec squash-symlink {} +
else
logg warn '`squash-symlink` is not a script in the PATH'
fi
{{ end -}}