mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# update application icon caches
|
||
|
|
||
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
||
|
|
||
|
#EndOfFile
|