Need to establish index, then update it

This commit is contained in:
David Heinemeier Hansson
2025-06-25 16:33:57 -07:00
parent 6424dca9ba
commit 87d6dca781

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# Copy and sync icon files # Copy and sync icon files
sudo gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null
sudo cp ~/.local/share/omarchy/applications/icons/*.png /usr/share/icons/hicolor/48x48/apps/ sudo cp ~/.local/share/omarchy/applications/icons/*.png /usr/share/icons/hicolor/48x48/apps/
sudo gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null sudo gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null