mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
13 lines
311 B
Plaintext
Executable File
13 lines
311 B
Plaintext
Executable File
# !/bin/sh
|
|
# Post install Elementary Xfce
|
|
|
|
gtk-update-icon-cache /usr/share/icons/elementary-xfce-dark
|
|
|
|
gtk-update-icon-cache /usr/share/icons/elementary-xfce-darker
|
|
|
|
gtk-update-icon-cache /usr/share/icons/elementary-xfce-darkest
|
|
|
|
gtk-update-icon-cache /usr/share/icons/elementary-xfce
|
|
|
|
# End post install file
|