mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 11:12:20 +01:00
7 lines
107 B
Bash
7 lines
107 B
Bash
#!/bin/sh
|
|
|
|
# update application icon caches
|
|
|
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
|
|
|
# EOF |