mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# post-install: update icon cache
|
|
|
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
|
|
|
#EndOfFile |