style: Make icons log more readable
This commit is contained in:
parent
6f8cef496c
commit
5b4b47e6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ if [[ ${#GETTEXT_DOMAIN[@]} -gt 0 ]]; then
|
|||
# This is only for extensions which respect XDG icon standard
|
||||
# Some extensions simply supply icons in the extension folder & they work
|
||||
if [[ -d "${TMP_DIR}/icons" ]]; then
|
||||
echo "Installing extension icons"
|
||||
echo "Installing icons for the extension"
|
||||
install -d -m 0755 "/usr/share/icons/"
|
||||
cp -r "${TMP_DIR}/icons"/* "/usr/share/icons/"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue