mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
prt-get isinst gtk >/dev/null 2>&1 \
|
|
&& gtk-update-icon-cache -f -t /usr/share/icons/hicolor
|