Update file run_onchange_after_19-theme-files.tmpl
This commit is contained in:
parent
6f78ce84a7
commit
304ffe1a20
1 changed files with 7 additions and 7 deletions
|
@ -32,12 +32,12 @@ else
|
||||||
logg warn '~/.local/src/betelgeuse/share is missing'
|
logg warn '~/.local/src/betelgeuse/share is missing'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Flatten theme files (i.e. convert symlinks to regular files)
|
### Flatten GRUB theme files (i.e. convert symlinks to regular files)
|
||||||
#if command -v squash-symlink > /dev/null; then
|
if command -v squash-symlink > /dev/null; then
|
||||||
# logg info 'Converting all theme symlinks to equivalent regular files'
|
logg info 'Converting /usr/local/share/grub symlinks to equivalent regular files'
|
||||||
# sudo find /usr/local/share -type l -exec squash-symlink {} +
|
sudo find /usr/local/share/grub -type l -exec squash-symlink {} +
|
||||||
#else
|
else
|
||||||
# logg warn '`squash-symlink` is not a script in the PATH'
|
logg warn '`squash-symlink` is not a script in the PATH'
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue