mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
8 lines
104 B
Bash
8 lines
104 B
Bash
#!/bin/sh
|
|
|
|
# update icon cache
|
|
|
|
gtk-update-icon-cache /usr/share/icons/hicolor
|
|
|
|
# End post install file
|